[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]

option

Syntax

option option-index (array (byte | flag | integer | ip-address | short | string | unsigned-integer | unsigned-short) [ type-values ] | byte 8-bit-value | flag (false | off | on | true) | integer signed-32-bit-value | ip-address address | short signed-16-bit-value | string text-string | unsigned-integer 32-bit-value | unsigned-short 16-bit-value);
option {
[ (id-number option-type option-value)
(id-number array option-type option-value) ];
}

Hierarchy Level

[edit access address-assignment pool pool-name family (inet | inet6) dhcp-attributes]

Release Information

Statement introduced in JUNOS Release 9.0.

Description

Specify user-defined options that are added to client packets.

Options

option-index—Any whole number. The ID number is used to index the option and must be unique across a DHCP server.

type-values—Value associated with an option. The option value must be compatible with the option type (for example, an On or Off value for a flag type).

Required Privilege Level

admin—To view this statement in the configuration.

admin-control—To add this statement to the configuration.

Related Topics


[ Contents] [ Prev] [ Next] [ Index] [ Report an Error]