dhcpv6-snooping authorized-server
Syntax
dhcpv6-snooping authorized-server <IPV6-ADDR> [vrf <VRF-NAME>]
no dhcpv6-snooping authorized-server <IPV6-ADDR> [vrf <VRF-NAME>]
Description
The
mgmt
VRF cannot be used with this command.
switch(config)# dhcpv6-snooping authorized-server fe80::2ca4:fa40:d4cd:bc2f
The no form of this command deletes the specified DHCPv6 server from the authorized list.
Command context
config
Parameters
<IPV6-ADDR>
Specifies the IPv6 address of the trusted DHCPv6 server.
vrf <VRF-NAME>
Specifies the VRF name. The name can be
default
or a configured VRF instance but it cannot bemgmt
.
Authority
Administrators or local user group members with execution rights for this command.
Usage
For authorized server lookup, the VRF is derived from the Switch Virtual Interface (SVI) configured for the incoming VLAN. If the SVI is not configured, the
default
VRF is assumed.
Examples
Adding DHCP servers ABCD:5ACD::2000, and ABCD:5ACD::2010 to the authorized server list:
switch(config)# dhcpv6-snooping authorized-server ABCD:5ACD::2000 vrf default switch(config)# dhcpv6-snooping authorized-server ABCD:5ACD::2010 vrf default
Removing DHCP server ABCD:5ACD::2000 from the authorized server list:
switch(config)# no dhcpv6-snooping authorized-server ABCD:5ACD::2000 vrf default