dhcp-options - Dynamic Host Configuration Protocol optionsThe Dynamic Host Configuration Protocol allows the client to resceiveoptions
from the DHCP server describing the network configuration and various
services that are available on the network. The syntax for declaring options,
and the names and formats of the options that can be declared, are
documented here.
Option statementsThe structure is always the following: DHCP option statements always start with the option keyword, followed by an option name, followed by option data. The option names and data formats are described below. It is not necessary to exhaustively specify all DHCP options - only those options which are needed by clients must be specified. Option data comes in a variety of formats, as defined below:
The
The
The
option domain-name "isc.org";However, the quoting is done automaticaly by NameSurfer.
The
The
option dhcp-client-identifier "CLIENT-FOO"; or option dhcp-client-identifier 43:4c:49:45:54:2d:46:4f:4f; |