CLI Reference DHCP Configuration Commands
bootfile
Use this command to define the startup mapping file name of the DHCP client in the DHCP address pool
configuration mode.The no form of this command can be used to remove the definition.
bootfile file-name
no bootfile
No startup file name is defined, by default.
DHCP address pool configuration mode.
Some DHCP clients need to download the operating system and
configure the file during the startup. The DHCP server should provide
the mapping file name required for the startup, so that DHCP clients
can download the file from the corresponding server (such as TFTP).
Other servers are defined by the next-server command.
The example below defines the device.conf as the startup file name.
bootfile device.conf
Define the name of the DHCP address
pool and enter the DHCP address pool
configuration mode.
Configure the next server IP address of the
DHCP client startup process.
class
Use this command to configure the associted CLASS in the DHCP address pool.The no form of this command is
used to delete the associated CLASS.
class class-name
no class
Class name, which can be the character string or
numeric such as myclass or 1.
By default, no CLASS is associated with the address pool.