rprTlvStationName
rprTlvStationName - set up a TLV station name item for use in an RPR topology message
SYNOPSIS
rprTlvStationName sub-command options
DESCRIPTION
The rprTlvStationName command is used to set up the content of an RPR Station Name TLV for use in an RPR topology message. This TLV is added to a topology message by use of the rprTopology addTlv rprStationName command.
A station name TLV may be retrieved from the topology TLV list by calling rprTopology getFirstTlv/getNextTlv, checking for type = rprStationName 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 rprStationName (5).
Station Name TLV Specific Options
stationName
The name of the station, expressed as a string. (default = {})
COMMANDS
The rprTlvStationName command is invoked with the following sub-commands. If no sub-command is specified, returns a list of all sub-commands available.
rprTlvStationName cget option
Returns the current value of the configuration option given by option. Option may have any of the values accepted by the rprTlvStationName command.
rprTlvStationName 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.
rprTlvStationName setDefault
Sets to IxTclHal default values for all configuration options.
EXAMPLES
See examples under rprFairness.
SEE ALSO
rprFairness, rprOam, rprProtection, rprRingControl, rprTlvBandwidthPair, rprTlvIndividualBandwidth, rprTlvNeighborAddress, rprTlvTotalBandwidth, rprTlvVendorSpecific,rprTlvWeight, rprTopology.