authoritative

Syntax

authoritative

no authoritative

Description

Configures the DHCPv4 server as authoritative on the current VRF. This means that the server is the sole authority for the network on the VRF. Therefore, if a client requests an IP address lease for which the server has no record, the server responds with DHCPNAK, indicating that the client must no longer use that IP address. If the server is not authoritative, then it will ignore DHCPv4 requests received for unknown leases from unknown hosts.

The no form of this command disables authoritative mode on the current VRF.

Command context

config-dhcp-server

Authority

Administrators or local user group members with execution rights for this command.

Example

Configures DHCPv4 server authoritative mode on VRF primary.

switch(config)# dhcp-server vrf primary
switch(config-dhcp-server)# authoritative

Removes the DHCPv4 server authoritative mode on VRF primary.

switch(config)# dhcp-server vrf primary
switch(config-dhcp-server)# no authoritative