Specifications

Chapter 8. Command Reference 311
DHCP BOOTP FILE
Specifies the boot file name (kernel) and the subnet to which it applies.
Note: Be sure to specify the TFTP server IP address when you specify the file using the command dhcp bootp
tftpserver (page 313).
DHCP BOOTP TFTPSERVER
Specifies the TFTP server (boot server).
DHCP CLEAR ADDRESSES
Clears the values from a pool of addresses.
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
dhcp bootp file [<net>|<ipaddr>] <name>
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 Þle to boot from; the default name for this Þle is KERNEL.F2K.
Example:
dhcp bootp file 192.168.254.0 Kernel.f2k
dhcp bootp tftpserver [<net>|<ipaddr>]<tftpserver 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.
tftpserver ipaddr IP address of the TFTP server in the format of 4 decimals separated by periods. To clear the
IP address of the server, use 0.0.0.0.
Examples:
dhcp bootp tftpserver 192.168.254.7
dhcp bootp tftpserver 192.168.254.0 192.168.254.8
dhcp bootp tftpserver 192.168.254.21 192.168.254.9
dhcp bootp tftpserver 0.0.0.0