authoritative
Syntax
authoritative
no authoritative
Description
Configures the DHCPv6 server as authoritative on the current VRF. This means that the server is the sole authority for the network on the VRF. It responds to client solicit messages with advertise messages having a priority/preference value set to 255 (the maximum), instead of 0 (the minimum). Clients always choose the DHCPv6 server with the highest priority/preference value. If two DHCPv6 servers send an advertise message with the same priority/preference value, then the client picks one and discards the other.
The
no
form of this command disables authoritative mode on the current VRF.
Command context
config-dhcpv6-server
Authority
Administrators or local user group members with execution rights for this command.
Example
Configures DHCPv6 server authoritative mode on VRF primary.
switch(config)# dhcpv6-server vrf primary switch(config-dhcpv6-server)# authoritative
Removes DHCPv6 server authoritative mode on VRF primary.
switch(config)# dhcpv6-server vrf primary switch(config-dhcpv6-server)# no authoritative