Users Guide

Dell PowerConnect 55xx Systems User Guide 581
3
To add a DHCP server, click
Add
.
4
Enter the IP address of the DHCP server in the
DHCP Server IP Address
field.
Defining Global Parameters Using CLI Commands
The following table summarizes the CLI commands for defining fields
displayed in the Global Settings pages.
The following is an example of the CLI commands:
Table 19-7. Global Parameters CLI Commands
CLI Command Description
ip dhcp relay enable
no ip dhcp relay enable
Enables DHCP relay features on the
device.
Use the no form of this command to
disable the DHCP relay agent.
ip dhcp relay address ip-
address
no ip dhcp relay address [ip-
address]
Defines the DHCP servers available for
the DHCP relay.
Use the no form of this command to
remove servers from the list.
show ip dhcp relay Displays the server addresses on the
DHCP relay.
console(config-if)# ip dhcp relay enable
console(config)# ip dhcp relay address 176.16.1.1
console(config)# do show ip dhcp relay
DHCP relay is Enabled
Option 82 is Disabled
Maximum number of supported VLANs without IP Address is 0
DHCP relay is not configured on any port.
DHCP relay is not configured on any VLAN.
Servers: 176.16.1.1
console(config)#