no (dhcpv4-pool-static-binding)

Negates or reverts static binding settings for the selected DHCP server policy

Supported in the following platforms:

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

Syntax

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>

Parameters

no <PARAMETERS>

no <PARAMETERS>

Negates or reverts static binding settings for the selected DHCP server policy

Examples

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