Specifications

320 Chapter 8. Command Reference
DHCP SET MASK
Used to conveniently change the mask of a DHCP subnet without having to delete and recreate the subnet and all
its entries.
DHCP SET OTHERSERVER
This command instructs the routerÕs DHCP server to either continue or stop sending DHCP requests when another
DHCP server is detected on the LAN. The default is stop.
DHCP SET VALUEOPTION
Sets values for global options, options specific to a subnetwork, or options specific to a client lease. For more
information, see Setting Option Values, on page 86.
dhcp set mask <net> <mask>
net IP address of the subnetwork lease in the format of 4 decimals separated by periods.
mask IP network mask, in the format of 4 decimals separated by periods.
Example:
dhcp set mask 192.168.254.0 255.255.255.0
dhcp set otherserver <net> continue|stop
net IP address of the subnetwork lease in the format of 4 decimals separated by periods.
continue The routerÕs DHCP server continues sending DHCP requests, even if another DHCP server is
detected on the LAN.
stop The routerÕs DHCP server stops sending DHCP requests when another DHCP server is detected
on the LAN.
Example:
dhcp set otherserver 192.168.254.17 stop
dhcp set valueoption [<ipaddr>|<net>] <code> <value>....
ipaddr Specify the client IP address if the option value applies only to the client lease (4 decimals
separated by periods).
net Specify the subnetwork IP address if the option value applies only to the subnetwork lease (4
decimals separated by periods).
code Code specifying the option to be set. It can be a number between 1 and 61 or a keyword. Use
the command dhcp list deÞnedoptions to list the codes and keywords (see DHCP LIST
DEFINEDOPTIONS, on page 315.)