no (dhcpv4-server-policy-config)

Negates a command or sets its default. When used in the DHCP server configuration context, the ‘no‘ command resets or reverts the DHCP server policy settings.

Supported in the following platforms:

  • Access Points — AP505i, AP510i/e, AP560i/h
  • Service Platforms — NX5500, NX7500, NX9500, NX9600, VX9000

Syntax

no [bootp|dhcp-class|dhcp-pool|dhcp-server|option|ping]
no bootp ignore
no dhcp-class <DHCP-CLASS-NAME>
no dhcp-pool <DHCP-POOL-NAME> 
no dhcp-server activation-criteria 
no option <DHCP-OPTION>
no ping timeout

Parameters

no <PARAMETERS>

no <PARAMETERS>

Negates a command or sets its default. When used in the DHCP server configuration context, the ‘no‘ command resets or reverts the DHCP server policy settings

Examples

The following example shows the DHCP policy ‘test‘ settings before the ‘no‘ commands are executed:

nx9500-6C8809(config-dhcp-policy-test)#show context
dhcp-server-policy test
 bootp ignore 
 dhcp-class dhcpclass1
 dhcp-pool pool1
  address 1.2.3.4 class dhcpclass1
  update dns override
  --More--
nx9500-6C8809(config-dhcp-policy-test)#
nx9500-6C8809(config-dhcp-policy-test)#no bootp ignore
nx9500-6C8809(config-dhcp-policy-test)#no dhcp-class dhcpclass1
nx9500-6C8809(config-dhcp-policy-test)#no dhcp-pool pool1

The following example shows the DHCP policy ‘test‘ settings after the ‘no‘ commands are executed:

nx9500-6C8809(config-dhcp-policy-test)#show context
dhcp-server-policy test
nx9500-6C8809(config-dhcp-policy-test)#