User guide

Chapter 4. Configuring Special Features 83
dhcp add <net> <mask>
To remove a subnetwork, use:
dhcp del <net>
Note: All client leases associated with this subnetwork are automatically deleted.
Example 1:
The following command creates a subnetwork 192.168.254.0 with a subnet mask of 255.255.255.0:
dhcp add 192.168.254.0 255.255.255.0
Example 2:
The following command deletes the subnetwork 192.168.254.0 and deletes all client leases
associated with that subnetwork:
dhcp del 192.168.254.0