Negates or reverts static binding settings for the selected DHCP server policy
no [bootfile|client-name|default-router|dns-server|domain-name|ip-address| netbios-name-server|netbios-node-type|next-server|option|respond-via-unicast| static-route]
no option <OPTION-NAME>
no option <OPTION-NAME>
no static-route <IP/MASK> <GATEWAY-IP>
no <PARAMETERS>
no <PARAMETERS> |
Negates or reverts static binding settings for the selected DHCP server policy |
The following example shows the DHCP pool settings before the ‘no‘ commands are executed:
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#show context static-binding client-identifier test ip-address 172.16.10.9 client-name RFID domain-name documentation netbios-node-type b-node bootfile test.txt default-router 172.16.10.8 172.16.10.9 dns-server 172.16.10.7 netbios-name-server 172.16.10.23 next-server 172.16.10.24 nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#no bootfile
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#no ip-address
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#no default-router
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#no dns-server
The following example shows the DHCP pool settings after the ‘no‘ commands are executed:
nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#show context static-binding client-identifier test client-name RFID domain-name documentation netbios-node-type b-node netbios-name-server 172.16.10.23 next-server 172.16.10.24 nx9500-6C8809(config-dhcp-policy-test-pool-pool1-binding-test)#