54 Starting and Configuring the Device
www.dell.com | support.dell.com
2
Enter the following commands to use the selected port for receiving the IP address. In the
following example, the commands are based on the port type used for configuration.
• Assigning Dynamic IP Addresses:
console# configure
console(config)# interface ethernet g1
console(config-if)# ip address dhcp hostname device
console(config-if)# exit
console(config)#
• Assigning Dynamic IP Addresses (on a VLAN):
console# configure
console(config)# interface ethernet vlan 1
console(config-if)# ip address dhcp hostname device
console(config-if)# exit
console(config)#
3
To verify the IP address, enter the
show ip interface
command at the system prompt as shown
in the following example.