Chapter 16: DHCP Server with Port-Based IP Assignment Commands
354
NO NETWORK
Syntax
no network {<ip-subnet-address/prefix-length>|<ip-subnet-
address/mask>}
Parameters
ip-subnet-address/prefix-length
IPv4 subnet address in dotted decimal notation followed by the
prefix length in slash notation.
ip-subnet-address/mask
IPv4 subnet address in dotted decimal notation followed by the
subnet mask in dotted decimal notation.
Mode
DHCP Configuration
Description
Use this command to remove a network (subnet) from the DHCP pool.
This command fails if ranges still exist in the pool. You must remove all
ranges in the pool before issuing this command to remove a network from
the pool.
Example
This example removes a network for the DHCP pool P1, where the subnet
is 192.168.100.0, and the mask is 255.255.255.0.
awplus# configure terminal
awplus(config)# ip dhcp pool P1
awplus(dhcp-config)# no network 192.168.100.0 255.255.255.0