Reference Guide
DHCP 441
The following is an example of the CLI commands:
Interface Settings
NOTE: For DHCP Relay to function on an interface, it also must be activated
globally in the Global Settings page.
Table 20-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)#










