dhcpV6DiscoveredInfo
dhcpV6DiscoveredInfo - view discovered DHCPv6 information
SYNOPSIS
dhcpV6DiscoveredInfo sub-command options
DESCRIPTION
The dhcpV6DiscoveredInfo command is used retrieve the DHCPv6 negotiated values. Options are available as TLVs obtained by using getFirstTlv, getNextTlv and getTlv.
STANDARD OPTIONS
discoveredAddressList
Read-only. A list of discovered IP addresses.
iaRebindTime
Read-only. The rebind timer value specified by the DHCPv6 Server, in seconds.
iaRenewTime
Read-only. The renew timer value specified by the DHCPv6 Server, in seconds.
COMMANDS
The dhcpV4DiscoveredInfo command is invoked with the following sub-commands. If no sub-command is used, returns a list of all sub-commands available.
dhcpV6DiscoveredInfo cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the dhcpV4DiscoveredInfo command.
dhcpV6DiscoveredInfo getFirstTlv
The first TLV is retrieved. The values are available in the dhcpV6Tlv command. Specific errors are:
- There are no entries in the list.
dhcpV6DiscoveredInfo getNextTlv
The next TLV is retrieved. The values are available in the dhcpV6Tlv command. Specific errors are:
- There are no more entries in the list.
dhcpV6DiscoveredInfo getTlv index
The TLV 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.
- Invalid index.
- There are no entries in the list.
dhcpV6DiscoveredInfo setDefault index
Sets the DHCPv6 values back to their defaults.
EXAMPLES
See example under dhcpV6Tlv