dhcpV6Properties
dhcpV6Properties - describe/view DHCP properties for an interface entry
SYNOPSIS
dhcpV6Properties sub-command options
DESCRIPTION
The dhcpV6Properties command is used in two contexts:
- When a new interfaceEntry is added to the interfaceTable, the values from this command are associated with the entry.
- When an existing interface is retrieved with interfaceTable get*Interface and the enableDhcp option in the interfaceEntry is true. The values associated with the interface entry are made available in this command.
Standard DHCPv6 options are set in the STANDARD OPTIONS below, others may be set as TLVs using dhcpV6Tlv and the addTlv sub-command.
STANDARD OPTIONS
iaID
The client identifier, which must be unique for the subnet that the interface is connected to. If this is not set, the MAC address of the protocol interface entry is used. (default = "")
iaType
The type of DHCPv6 address. Values are:
Option |
Value |
Usage |
---|---|---|
dhcpV6IaTypeTemporary |
0 |
A temporary IA address. |
dhcpV6IaTypePermanent |
1 |
A permanent IA address. |
dhcpV6IaTypePrefixDelegation |
2 |
An address that carries a DHCPv6 prefix |
relayLinkAddress
The IP address of the DHCPv6 relay link.
relayDestination
Address
The IP address for DHCPv6 relay messages.
renewTimer
The requested value for the renewal time, in seconds. The actual value used in the lower of this value and the release time set by the DHCPv6 server. (default = 0)
COMMANDS
The dhcpV6Properties command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
dhcpV6Properties addTlv
The DHCPv6 TLV specified in dhcpV6Tlv is added to this property set. Specific errors are:
- Invalid TLV parameters.
dhcpV6Properties cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the dhcpV6Properties command.
dhcpV6Properties config option value
Modify the configuration options of the dhcpV6Properties. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for dhcpV4Properties.
dhcpV6Properties delTlv index
The TLV associated with this DHCPv6 property set at the specified index is deleted. The index of the first entry is 1. The values are available in the dhcpV6Tlv command. Specific errors are:
- The index'd entry does not exist in the list.
- Invalid index.
dhcpV6Properties getFirstTlv
The first TLV associated with this DHCPv6 property set is retrieved. The values are available in the dhcpV6Tlv command. Specific errors are:
- There are no entries in the list.
dhcpV6Properties getNextTlv
The next TLV associated with this DHCPv6 property set is retrieved. The values are available in the dhcpV6Tlv command. Specific errors are:
- There are no more entries in the list.
dhcpV6Properties getTlv index
The TLV associated with this DHCPv6 property set at the specified index is retrieved. The index of the first entry is 1. The values are available in the dhcpV6Tlv command. Specific errors are:
- The index'd entry does not exist in the list.
dhcpV6Properties removeAllTlvs
Deletes all of the TLVs associated with this DHCPv6 property set.
dhcpV6Properties setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See example under interfaceTable