Removes or resets this DHCP user pool‘s settings
Access Points — AP 6522, AP 6532, AP 6562, AP 7161, AP 7502, AP-7522, AP 7532, AP 81XX, AP 8232
Wireless Controllers — RFS 4000, RFS 6000
Service Platforms — NX 7500, NX 9500, NX 9510
no [address|bootfile|ddns|default-router|dns-server|domain-name|excluded-address| lease|netbios-name-server|netbios-node-type|network|next-server|option| respond-via-unicast|static-binding|static-route|update]
no [bootfile|default-router|dns-server|domain-name|lease|netbios-name-server| netbios-node-type|next-server|network|respond-via-unicast]
no address [<IP>|<HOST-ALIAS--NAME>|all]
no address range [<START-IP>|<START-HOST-ALIAS-NAME>] [<END-IP>|<END-HOST-ALIAS-NAME>]
no ddns [domainname|multiple-user-class|server|ttl]
no excluded-address [<IP|<HOST-ALIAS-NAME>]
no excluded-address range [<START-IP>|<START-HOST-ALIAS-NAME>] [<END-IP>|<END-HOST-ALIAS-NAME>]
no option <OPTION-NAME>
no static-binding client-identifier <CLIENT-IDENTIFIER>
no static-binding hardware-address <MAC>
no static-route <IP/MASK> <GATEWAY-IP>
no update dns {override}
         
      no [bootfile|default-router|dns-server|domain-name|lease|netbios-name-server| netbios-node-type|next-server|network|respond-via-unicast]
| no bootfile | Removes a BOOTP bootfile configuration | 
| no default-router | Removes the configured default router for the DHCP pool | 
| no dns-server | Removes the configured DNS server for the DHCP pool | 
| no domain-name | Removes the configured DNS domain name | 
| no lease | Resets the lease to its default (24 hours) | 
| no netbios-name-server | Removes the configured NetBIOS name server | 
| no netbios-node-type | Removes the NetBIOS node type | 
| no next-server | Removes the next server utilized in the boot process | 
| no network | Removes the DHCP server network information | 
| no respond-via-unicast | Sets the DHCP offer and ACK as broadcast instead of unicast | 
no address [<IP>|HOST-ALIAS-NAME|all]
| no address | Resets configured DHCP pool addresses | 
| <IP> | Removes an IP address from the list of addresses | 
| <HOST-ALIAS-NAME> | Removes the host alias (used to identify a single host) associated with this DHCP pool‘s address list | 
| all | Removes configured DHCP IP addresses | 
no address range [<START-IP>|<START-HOST-ALIAS-NAME>] [<END-IP>|<END-HOST-ALIAS-NAME>]
| no address | Resets the DHCP pool addresses | 
| range [<START-IP>| <START-HOST-ALIAS- NAME>] [<END-IP>| <END-HOST-ALIAS- NAME>] | Removes a range of IP addresses and host aliases associated with this DHCP pool‘s address list. 
 Note: The specified IP addresses and host aliases are removed from the DHCP pool‘s address list. | 
no ddns [domainname|multiple-user-class|server|ttl]
| no ddns | Resets DDNS parameters | 
| domainname | Removes DDNS domain name information | 
| multiple-user-class | Resets the use of a multiple user class with the DDNS | 
| server | Removes configured DDNS servers | 
| ttl | Resets the TTL information for DDNS updates | 
no excluded-address [<IP|HOST-ALIAS-NAME>]
| no excluded-address <IP> | Removes an excluded IP address from the list of addresses that cannot be issued by the DHCP server 
 | 
| <HOST-ALIAS-NAME> | Removes the host alias (used to identify a single host) associated with this DHCP pool‘s excluded-address list | 
no no excluded-address range [<START-IP>|<START-HOST-ALIAS-NAME>] [<END-IP>|<END-HOST-ALIAS-NAME>]
| no excluded-address | Removes a range of excluded IP addresses from the list of addresses that cannot be issued by the DHCP server | 
| range [<START-IP>|<START- HOST-ALIAS-NAME>] [<END-IP> <END-HOST-ALIAS- NAME>] | Removes a range of IP addresses and host aliases associated with this DHCP pool‘s excluded address list. <START-IP> – Specify the first IP address in the range. 
 | 
no option <OPTION-NAME>
| no option | Resets DHCP option information | 
| <OPTION-NAME> | Defines the DHCP option | 
no static-binding client-identifier <CLIENT-IDENTIFIER>
| no static-binding | Removes static bindings for DHCP client | 
| client-identifier <CLIENT-IDENTIFIER> | Resets client identifier information 
 | 
no static-binding hardware-address <MAC>
| no static-binding | Removes static bindings for a DHCP client | 
| hardware-address <MAC> | Resets information based on the hardware address 
 | 
no static-route <IP/MASK> <GATEWAY-IP>
| no static-route | Removes static routes for this DHCP pool | 
| <IP/MASK> | Removes routing information for a particular subnet | 
| <GATEWAY-IP> | Removes the gateway information from a particular subnet‘s routing information | 
no update dns {override}
         
         | no update dns | Removes DDNS settings | 
| override | 
 | 
The following example shows the DHCP pool settings before the ‘no‘ commands are executed:
<exsw5>(config-dhcp-policy-test-pool-testPool)#show context
 dhcp-pool testPool
  network 192.168.13.0/24
  address 192.168.13.4 class dhcpclass1
  lease 100 23 59 59
  ddns server 192.168.13.9
  ddns domainname WID
  ddns multiple-user-class
  excluded-address range 192.168.13.25 192.168.13.28
  domain-name documentation
  netbios-node-type b-node
  bootfile test.txt
            default-router 192.168.13.8 192.168.13.9
  dns-server 192.168.13.19
  netbios-name-server 192.168.13.25
  next-server 192.168.13.26
<exsw5>(config-dhcp-policy-test-pool-testPool)#
         <exsw5>(config-dhcp-policy-test-pool-testPool)#no bootfile <exsw5>(config-dhcp-policy-test-pool-testPool)#no network <exsw5>(config-dhcp-policy-test-pool-testPool)#no default-router <exsw5>(config-dhcp-policy-test-pool-testPool)#no next-server <exsw5>(config-dhcp-policy-test-pool-testPool)#no domain-name <exsw5>(config-dhcp-policy-test-pool-testPool)#no ddns domainname <exsw5>(config-dhcp-policy-test-pool-testPool)#no lease
The following example shows the DHCP pool settings after the ‘no‘ commands are executed:
<exsw5>(config-dhcp-policy-test-pool-testPool)#show context dhcp-pool testPool address 192.168.13.4 class dhcpclass1 ddns server 192.168.13.9 ddns multiple-user-class excluded-address range 192.168.13.25 192.168.13.28 netbios-node-type b-node dns-server 192.168.13.19 netbios-name-server 192.168.13.25 <exsw5>(config-dhcp-policy-test-pool-testPool)#
| Configures the DHCP server‘s IP address pool | |
| Configures the BOOTP boot file path | |
| Configures DDNS for use with this DHCP pool | |
| Configures default routers for this DHCP pool | |
| Configures default DNS servers for this DHCP pool | |
| Configures the DDNS domain name for this DHCP pool | |
| Configures IP addresses assigned as static addresses | |
| Configures the DHCP lease settings | |
| Configures the NetBIOS name server | |
| Configures the NetBIOS node type | |
| Configures the DHCP server‘s network settings | |
| Configures the next server in the BOOTP boot process | |
| Configures the DHCP option | |
| Configures how a DHCP request and ACK are sent | |
| Configure static binding information | |
| Configures static routes installed on DHCP clients | |
| Controls DDNS service usage |