TmnxDhcpOptionType

  • Base type Enumeration

The data type TmnxDhcpOptionType represents how the value of this option is encoded: - 'ipv4 (1)' : this option contains an IPv4 address (4 octets) - 'ascii(2)' : this option contains seven-bit ASCII characters - 'hex (3)' : this option contains octets. It must be displayed in hexadecimal format because it contains non-printable characters. - 'ipv6 (4)' : this option contains an IPv6 address (16 octets) - 'domain (5)': this option contains a domain name that will be encoded as specified by RFC 1035 section 3.1.

Possible values

5 objects
Number Name
1 ipv4
2 ascii
3 hex
4 ipv6
5 domain