Re: 1720 and comcast



1. Enable internal syslogging:

conf t
logging buffer 10000 debug
exit
wri mem




2. Verify that the "outside" interface connected to the cable modem is
up & up

sh int e 0
!

! 3. Enable DHCP debugging

debug dhcp detail


4. Shut/no shut outside interface or otherwise cuase it to initiate
DHCP request


5. Try adding the additional optional parameters for DHCP

conf t
int e 0
! The DISCOVER message contains the MAC address of the Ethernet 0
interface
! in the client ID field and contains the default host name of the
router in the
! option 12 field.
ip address dhcp client-id ethernet0
exit
wri mem

repeat the above troubleshooting steps


after finished testing disable debug

undebug all

use "show log" to see debug messages in internal logging buffer


see
http://www.cisco.com/en/US/tech/tk86/tk89/technologies_configuration_example09186a0080094be1.shtml


Also you need to add a default route:

conf t
ip route 0.0.0.0 0.0.0.0 dhcp
wri mem

.



Relevant Pages

  • RE: freebsd-hackers Digest, Vol 200, Issue 7
    ... Updated Driver for 3945ABG Intel 3945ABG Wireless LAN ... sysctlinterface ... Jan 27 10:30:39 vaio kernel: bus_dmamem_alloc failed to align memory properly. ... debug: all: oid: 0 2 440 ...
    (freebsd-hackers)
  • Re: multithreaded debugging
    ... I think you hit he problem: the kernel should run in order to control the ... machine but the interface could be stopped without any problem. ... I need to use debug mechanisms because EVC4 doesn't allow me to do. ... >>> the real time threads are resumed but, cause their inactivities, they ...
    (microsoft.public.windowsce.platbuilder)
  • Re: how to handle errors and preconditions
    ... > I have an interface that looks like this: ... > void validate; ... lines when I have debug on. ...
    (comp.lang.java.help)
  • Re: b43 problem.
    ... wlan0: authenticated ... b43-phy0 debug: Wireless interface stopped ...
    (Fedora)
  • b43 problem.
    ... with a Broadcomm 4318 wireless driver. ... wlan0: authenticated ... b43-phy0 debug: Wireless interface stopped ...
    (Fedora)