rprTlvNeighborAddress
rprTlvNeighborAddress - set up a TLV neighbor address item for use in an RPR topology message
SYNOPSIS
rprTlvNeighborAddress sub-command options
DESCRIPTION
The rprTlvNeighborAddress command is used to set up the content of an RPR Neighbor Address TLV for use in an RPR topology message. This TLV is added to a topology message by use of the rprTopology addTlv rprNeighborAddress command.
A neighbor address TLV may be retrieved from the topology TLV list by calling rprTopology getFirstTlv/getNextTlv, checking for type = rprNeighborAddress and then inspecting the options in this command.
STANDARD OPTIONS
TLV Common Options
dataLength
Read-only. The 10-bit length of the data fields.
reserved1
Read-only. The 6-bit Reserved1 field is set to 0 and ignored by receiving nodes.
reserved2
Read-only. The 6-bit Reserved2 field is set to 0 and ignored by receiving nodes.
type
Read-only. The 10-bit TLV type field, set to rprNeighborAddress (4).
Neighbor Address TLV Specific Options
neighborMacEast
The 6-byte MAC address of the neighbor station connected to this station's east interface. This value is 0 when the MAC address is unknown. (default = {00 00 00 00 00 00})
neighborMacWest
The 6-byte MAC address of the neighbor station connected to this station's west interface. This value is 0 when the MAC address is unknown. (default = {00 00 00 00 00 00})
COMMANDS
The rprTlvNeighborAddress command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands.
rprTlvNeighborAddress cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the rprTlvNeighborAddress command.
rprTlvNeighborAddress config option value
Modify the configuration options of the port. If no option is specified, returns a list describing all of the available options (see STANDARD OPTIONS) for port. If option is specified with no value, then the commands returns a list of values available for this option.
rprTlvNeighborAddress setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under rprFairness.
SEE ALSO
rprFairness, rprOam, rprProtection, rprRingControl, rprTlvBandwidthPair, rprTlvIndividualBandwidth, rprTlvStationName, rprTlvTotalBandwidth, rprTlvVendorSpecific,rprTlvWeight, rprTopology.