Before you begin
Ensure that the DHCP feature is enabled.
SUMMARY STEPS
1.
configure terminal
2.
[
no
]
ipv6 dhcp relay
3.
(Optional)
show ipv6 dhcp relay
[
interface interface
]
4.
(Optional)
show running-config dhcp
5.
(Optional)
copy running-config startup-config
DETAILED STEPS
Purpose
Command or Action
Enters global configuration mode.
configure terminal
Example:
Step 1
switch# configure terminal
switch(config)#
Enables the DHCPv6 relay agent. The
no
option disables
the relay agent.
[
no
]
ipv6 dhcp relay
Example:
Step 2
switch(config)# ipv6 dhcp relay
Displays the DHCPv6 relay configuration.
(Optional)
show ipv6 dhcp relay
[
interface interface
]
Example:
Step 3
switch(config)# show ipv6 dhcp relay
Displays the DHCP configuration.
(Optional)
show running-config dhcp
Example:
Step 4
switch(config)# show running-config dhcp
Copies the running configuration to the startup
configuration.
(Optional)
copy running-config startup-config
Example:
Step 5
switch(config)# copy running-config startup-config
Enabling or Disabling VRF Support for the DHCPv6 Relay Agent
You can configure the device to support the relaying of DHCPv6 requests that arrive on an interface in one
VRF to a DHCPv6 server in a different VRF.
Before you begin
Ensure that the DHCP feature is enabled.
Ensure that the DHCPv6 relay agent is enabled.
Cisco Nexus 9000 Series NX-OS Security Configuration Guide, Release 9.x
357
Configuring DHCP
Enabling or Disabling VRF Support for the DHCPv6 Relay Agent