Technical data

Table Of Contents
182
Examples: dhcp add 192.168.254.0.255.255.255.0
(adds this subnetwork)
dhcp add 192.168.254.31
(adds this client lease)
dhcp add 128 1 4 ipAddress
(adds this option type).
Note:
In the above example, 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
This command allows a BootP request to be processed for a particular client or subnet.
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
This command is used to disallow a BootP request to be processed for a particular client or subnet.
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
DHCP BOOTP FILE
This command lets you specify the boot file name (kernel).
Note:
The TFTP server IP address must also be set when the file is specified.
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.
name Name of the file to boot from; the default name for this file is KERNEL.F2K
Example:
dhcp boot file 192.168.254.0 Kernel.f2k
dhcp bootp allow
<net>
|<
ipaddr>
dhcp bootp disallow <
net
>|<
ipaddr
>
dhcp bootp file
[<
net
>|<
ipaddr
>]<
name
>