Specifications
314 Chapter 8. Command Reference
DHCP DISABLE
Disables a subnetwork or a client lease.
DHCP ENABLE
Enables a subnetwork or a client lease.
DHCP LIST
Lists global, subnetwork, and client lease information.
Example 1:
The following command lists global information:
#dhcp list
bootp server............... none
bootp file.................
DOMAINNAMESERVER (6)....... 192.168.210.20 192.84.210.21
dhcp disable all | <net> | <ipaddr>
all Disables all subnets.
net IP address of the subnetwork lease in the format of 4 decimals separated by periods.
ipaddr IP address of the client lease in the format of 4 decimals separated by periods.
Examples:
dhcp disable 192.168.254.0
dhcp disable 192.168.254.17
dhcp enable all | <net>|<ipaddr>
all Enables all subnets.
net IP address of the subnetwork lease in the format of 4 decimals separated by periods.
ipaddr IP address of the client lease in the format of 4 decimals separated by periods.
Examples:
dhcp enable 192.168.254.0
dhcp enable 192.168.254.17
dhcp list | <net>|<ipaddr>
net IP address of the subnetwork lease in the format of 4 decimals separated by periods.
ipaddr IP address of the client lease in the format of 4 decimals separated by periods.