Dhcpv4ServerMsgOption Object


Description:

Allows you to specify custom DHCP server options.

Parents: Dhcpv4ServerConfig, Dhcpv4ServerDefaultPoolConfig, Dhcpv4ServerPoolConfig

Dhcpv4ServerMsgOption Writable Attributes

Attribute Description
Common Writable Attributes Active, Name
EnableWildcards

Expand wildcards in the message option.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

Wildcards in the message option will be substituted for values.

FALSE

Wildcards in the message option will not be substituted for values.

HexValue

Indicate the string should/should not be treated as hexadecimal.

Type: bool

Default: FALSE

Possible Values:

Value Description
TRUE

String is in hexadecimal format.

FALSE

String is not in hexadecimal format.

MsgType

Include the message option in OFFER, ACK, or NAK.

Type: enum

Default: OFFER|ACK

Possible Values:

Value Description
OFFER

Include the message option in the OFFER message.

ACK

Include the message option in the ACK message.

NAK

Include the message option in the NAK message.

OptionType

Option value.

Type: u8

Default: 0

Range: 0 - 255

Payload

ASCII message option. Wildcards can be used.

Type: string

Default: "" (empty string)

Dhcpv4ServerMsgOption Read-Only Attributes

There are no read-only attributes.