Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

IP Address DHCP

Status
Not open for further replies.

csross

MIS
Joined
Dec 21, 2003
Messages
92
Location
US
I have a 2611 and I have e0/0 ad ip address dhcp. How can I see what address it obtained from the dhcp server? It doesn't appear to be getting the address from the server that all other pc clients are getting it.

Thanks
 
To verify the operation of DHCP, the command "show ip dhcp binding" can be used. This displays a list of all bindings created by the DHCP service.
Also check: iosswrel/ps1835/products_configuration_ guide_chapter09186a00800ca75c.html
:-)
 
I can't get to that site, it says its forbidden. I do not have service contracts.

The list is blank. This is also a dhcp server and that service is working. Will this show me the given as well as obtained addresss?

This router will be used in place of a netgear router thats connected to a cable modem. Right now I'm trying to retrieve an address from our dhcp server and I don't think its working. Any suggestions?
 
If you type ipconfig /all from a command prompt what is the gateway address you are getting? (The gateway is normally the interface that is serving the LAN to the outside world.

I would have thought you would want the E0/0 Interface (If this is the gateway) to be a permanent manually allocated address!!!!!
 
Do a show interface e0/0 and it will tell you the IP address of the interface (if it has one). Else it will say that it is configured for DHCP (that means it hasn't leased one yet).


It is what it is!!
__________________________________
A+, Net+, I-Net+, Certified Web Master, MCP, MCSA, MCSE, CCNA, CCDA, and few others (I got bored one day)
 
I took advantage of our cablemodem being out of commission at work and when it came back I hooked the router to the modem directly and it got an address immediatly. Previously I was trying to retrieve an address from the linux dhcp server that all our pc's do.

The address was displayed during the boot process when the interfaces came up and again on a show interface.

Thanks for the suggestions
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top