DHCP Client on a Cisco IOS Software Ethernet Interface
Router(config)#interface fastethernet 0/0 |
Moves to interface configuration mode. |
Router(config-if)#ip address dhcp |
Specifies that the interface acquire an IP address through DHCP. |
NOTE: The ip address dhcp command can also be applied on an L3 switch at the SVI as well as any port where the no switchport command has been used. |