User guide

228 Chapter 5. Command Line Interface Reference
DHCP BOOTP ALLOW
Allows a BootP request to be processed for a particular client or subnet.
DHCP BOOTP DISALLOW
Denies processing of a BootP request for a particular client or subnet.
DHCP BOOTP FILE
Specifies the boot file name (kernel).
Note: Be sure to the TFTP server IP address when you specify the file.
min Minimum number of value(s).
max Maximum number of value(s).
type Byte | word | long | longint | binary | ipaddress | string
Example 1:
dhcp add 192.168.254.0.255.255.255.0
(adds this subnetwork)
Example 2:
dhcp add 192.168.254.31
(adds this client lease
Example 3:
dhcp add 128 1 4 ipAddress
(adds this option type
Note: In example 3, 128 allows IP addresses, the server has a minimum of one IP address, the
server can have up to four IP addresses, and the type is ÒipaddressÓ).
dhcp bootp allow <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.
Example:
dhcp bootp allow 192.168.254.0
dhcp bootp disallow <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.
Example:
dhcp bootp disallow 192.168.254.0