06-30-2006 11:12 PM - edited 03-03-2019 01:12 PM
I have a wireless modem & I connect it to e1/1 of 2610xm router . this modem give the dhcp address but I the e1/1 of router does not receive ip dhcp .
how can I set dhcp on this interface to take dhcp address automatically.
thanks
06-30-2006 11:51 PM
interface Ethernet1/1
ip address dhcp client-id FastEthernet0/0 hostname Whatever
or just this.
interface Ethernet1/1
ip address dhcp
06-30-2006 11:54 PM
Hi
Configure DHCP by
Router#config t
Router(config)#int e1/1
Router(config-if)#ip address dhcp
Router(config-if)#shut
Router(config-if)#no shut
To check
give the command
Router#show ip int brief
...it will show the ip.
Ethernet0/0 192.168.1.30 YES DHCP up
Hope it helps
Pls rate the post if it helps
Regards
JD
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide