discoveredList

discoveredList - access discovered neighbors and interface addresses.

SYNOPSIS

discoveredList sub-command options

DESCRIPTION

The discoveredList command must be preceded with use of three commands in the interfaceTable command: sendRouterSolicitation, requestDiscoveredTable and getDiscoveredList. The discoveredList command is used to look through two lists associated with an interface:

STANDARD OPTIONS
none
COMMANDS

The discoveredList command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.

discoveredList getFirstAddress

Gets the first address associated with the interface, which can be accessed with the discoveredAddress command. Specific errors are:

discoveredList getFirstNeighbor

Gets the data concerning the first discovered neighbor in the list, which can be accessed with the discoveredNeighbor command. Specific errors are:

discoveredList getNextAddress

Gets the next address associated with the interface, which can be accessed with the discoveredAddress command. Specific errors are:

discoveredList getNextNeighbor

Gets the data concerning the next discovered neighbor in the list, which can be accessed with the discoveredNeighbor command. Specific errors are:

discoveredListgetNeighbor ipAddress

Gets the data concerning the discovered neighbor in the list which has an interface address that matches ipAddress. The neighbor can be accessed with the command. Specific errors are:

EXAMPLES

See examples under interfaceTable

SEE ALSO