OcNOS-SP : System Management Guide : System Management Command Reference : Dynamic Host Configuration Protocol Relay : ip dhcp relay address global
ip dhcp relay address global
When the IPv4 DHCP server resides in a different VPN or global space that is different from the VPN, then use this command to specify the name of the VRF or global space in which the DHCP server resides.
Use the no form of this command to remove the VRF in which IPv4 DHCP server resides.
Command Syntax
ip dhcp relay address A.B.C.D global (|VRF-NAME)
no ip dhcp relay address A.B.C.D global
Parameters
A.B.C.D
IPv4 address of the DHCP server
VRF-NAME
Name of VRF where the DHCP server is present
Default
If no input given, default VRF is the default Value.
Command Mode
Configure mode
VRF mode
Applicability
This command was introduced in OcNOS version 5.1.
Examples
#configure terminal
(config)#ip vrf vrf1
(config-vrf)#ip dhcp relay address 198.51.100.127 global
 
#configure terminal
(config)#ip dhcp relay address 198.51.100.127 global vrf1
 
 
 
Last modified date: 10/19/2023