Cisco DHCP Client Question?

Dman014

Weaksauce
Joined
Oct 15, 2003
Messages
83
I have a quick and painless question.How do you set up DHCP client on an interface on a router (In my case a 2620). I remember it being simply "ip address dhcp", but my router is not accepting that command and when I use the help command it tells me I must put in a host address. Is there something I am missing. Do I need a newer IOS, I am running 12.0(3)T3 . Thank you all for your time and any tips.
 
I guess your not enterning the command in the right place. This should help : -

Router>
Router>enable
Password:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface e0
Router(config-if)#ip address dhcp
 
Back
Top