This feature allows the DHCPv6 server to assign DHCPv6 options to its DHCPv6 clients.
- Interface name/Relay IP
- Sets the name of the IPv6 interface or the remote IPv6 address of a relay agent for which the DHCPv6 server should distribute the additional optionImportant: In order for this option to be delivered to clients, the request sent by a client must must also contain the corresponding option code.
- Option code
- Contains the code of the DHCPv6 option.
- Option type
- Specifies the type of the DHCPv6 option. You can select from:
- String
- Accepts the characters as a string.Important: All other types use comma- and space-delimited lists; empty list elements are ignored; a list may be empty and results in an option of length 0.
- Integer types
- Accepts whole numbers. These are decimal, octal with a leading 0, and hexadecimal with a leading 0x; capitalization is ignored. The value range for Integer8 is from -128 to 127; for Integer16 from -32768 to 32767; and for Integer32 from -2147483648 to 2147483647. A leading + or - sign is generally allowed.
- IPv6 address
- Accepts IPv6 addresses (case insensitive) in all permissible notations, including the mixed IPv4/IPv6 notation of mapped V4 addresses (e.g., "::ffff:1.2.3.4").
- Domain list
- Accepts all strings that produce labels of maximum 63 characters in length. Empty labels are allowed but are ignored. A domain list always ends with the empty label 0.
- Hexdump
- Expects each block to have hex numbers only, without a leading 0x. Each block is filled with a leading 0 for an even length and ends with the block bigendian.
- Option value
- Contains the contents of the DHCPv6 option, formatted according to the option type.