Technical References
The option command configures option definitions.
Use reserved names as follows:
dhcp-config and dhcp6-config to view currently configured
option sets for DHCPv4 and DHCPv6 respectively.
dhcp-custom and dhcp6-custom to view/add/modify/delete
custom option definitions.
NOTE: you may also use dhcp-config and dhcp6-config to
add/modify/delete custom option definitions. These names
are used to operate on the respective custom set.
Changes to the custom sets are merged with the built-in
option definitions to form the config sets.
Modifications to the custom sets are not visible in
the config sets until after a SAVE is performed.
You cannot use the reserved names when creating or deleting
an option set. The custom sets are created when the first
custom option definition is created.
Use the listtypes command to view the list of option types
available for use in creating custom option definitions.
Examples
Status
See Also
Attributes
number int
The option number (the T part of the TLV)
option-definition-set-name nameref(OptionDefinitionSet)
A reference to the option-definition-set used to create
this option instance.
option-desc objref(AttrDesc)
The option description that provides the type and name
for this specific option. This is a shortcut for a
lookup by id in the appropriate TLV desc table.
sub-options obj(Option)