dhcpV6Tlv
dhcpV6Tlv - describe/view a single DHCPv6 option
SYNOPSIS
dhcpV6Tlv sub-command options
DESCRIPTION
The dhcpV6Tlv command is used in three contexts:
- When a new TLV (type-length-value) is added to a dhcpV6Properties set. Values are taken from the options in this command.
- When an existing TLV is retrieved with dhcpV6Properties get*Tlv. The TLV values are visible in this command.
- When the negotiated DHCP options are retrieved with interfaceTable getDhcpV4DiscoveredInfo and the dhcpV6DiscoveredInfo command. The TLV values are visible in this command.
A TLV should include DHCPv6 options defined in RFC 2132.
STANDARD OPTIONS
type
The type of the DHCPv6 option. One of the values defined in RFC 2132. (default = 0)
value
A string consisting of hexadecimal characters. Each pair of characters defines a byte value. The length of the TLV is set from the length of the value string, divided by 2. (default = "")
COMMANDS
The dhcpV6Tlv command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
dhcpV6Tlv cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the dhcpV6Tlv command.
dhcpV6Tlv config option value
Modify the configuration options of the dhcpV6Tlv. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for dhcpV6Tlv.
dhcpV6Tlv setDefault
Sets to IxTclHal efault values for all configuration options.
EXAMPLES
See example under interfaceTable
SEE ALSO
interfaceTable, interfaceEntry, dhcpV6DiscoveredInfo, dhcpV6Properties