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.
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
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 |
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)#