Dhcpv6MsgOption Object


Description:

DHCPv6 Message Option configuration settings.

Parents: Dhcpv6BlockConfig, Dhcpv6PdBlockConfig

Dhcpv6MsgOption Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
EnableWildcards

Enable or disable wildcard expansion.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable wildcard expansion.

FALSE

Disable wildcard expansion.

HexValue

Enable or disable value as hexadecimal.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Interpret value as hexadecimal.

FALSE

Interpret value as a string.

MsgType

NOTE: This attribute is deprecated. It will be removed in subsequent releases, so it is recommended that you do not use it.

Include option in message (SOLICIT, REQUEST, BOTH).

Type: enum

Default: BOTH

Possible Values:

Value Description
SOLICIT

Include option in SOLICIT message.

REQUEST

Include option in REQUEST message.

BOTH

Include option in both SOLICIT and REQUEST messages.

MsgTypeList

Specifies a combination of messages to include the option in.

Type: u8

Default: 1

OptionType

Option value.

Type: u16

Default: 0

Range: 0 - 255

Payload

Option payload string.

Type: string

Default: "" (empty string)

Remove

Enable or disable removal of option.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Enable remove option.

FALSE

Disable remove option.

Dhcpv6MsgOption Read-Only Attributes

There are no read-only attributes.