Displays IP DHCP relay addresses configured globally and also displays this information on the interfaces where it is configured.
Indicates that the information must be displayed for an interface.
Privilege Execution Mode
None
The show ip dhcp relay address command displays the following information:
Output Field | Description |
---|---|
Interface | The interface for which information is being displayed. |
Relay Address | The IP address of the DHCP relay. |
VRF Name | The VRF on which the DHCP relay can be reached. |
DHCP Relay Information Option | Displays the current state of the DHCP Relay Information Option setting. Displays Enabled or Disabled. |
DHCP Relay Broadcast Flooding | Displays the current state of the DHCP Relay Broadcast Flooding setting. Displays Enabled or Disabled. |
The following example displays DHCP relay address(es) configured on interface 0/3:
SLX# show ip dhcp relay address interface ethernet 0/3 --------- ------------- -------- Interface Relay Address VRF Name --------- ------------- -------- Eth 0/3 10.3.4.5 blue Eth 0/3 10.5.1.1 default-vrf
The following example displays DHCP relay address(es) configured on VE 300:
SLX# show ip dhcp relay address interface ve 300 --------- ------------- -------- Interface Relay Address VRF Name --------- ------------- -------- Ve 300 10.0.1.2 default-vrf
The following example displays the DHCP relay information globally.
SLX# show ip dhcp relay address DHCP Relay Information Option: Disabled DHCP Relay Broadcast Flooding: Enabled --------- ------------- -------- Interface Relay Address VRF Name --------- ------------- -------- Eth 0/3 10.3.4.5 blue Eth 0/3 10.5.1.1 default-vrf Ve 300 10.0.1.2 default-vrf