rprTlvTotalBandwidth

rprTlvTotalBandwidth - set up a TLV total bandwidth item for use in an RPR topology message

SYNOPSIS

rprTlvTotalBandwidth sub-command options

DESCRIPTION

The rprTlvTotalBandwidth command is used to set up the content of an RPR Total Bandwidth TLV for use in an RPR topology message. This TLV is added to a topology message by use of the rprTopology addTlv rprTotalBandwidth command.

A total bandwidth TLV may be retrieved from the topology TLV list by calling rprTopology getFirstTlv/getNextTlv, checking for type = rprTotalBandwidth 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 rprTotalBandwidth (2).

Total Bandwidth TLV Specific Options

bandwidthRinglet0

The total reserved classA0 bandwidth value of the Ringlet 0 node for use in fairness calculations. (default = 0)

bandwidthRinglet1

The total reserved classA0 bandwidth value of the Ringlet 1 node for use in fairness calculations. (default = 0)

COMMANDS

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

rprTlvTotalBandwidth cget option

Returns the current value of the configuration option given by option. Option may have any of the values accepted by the rprTlvTotalBandwidth command.

rprTlvTotalBandwidth 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.

rprTlvTotalBandwidth setDefault

Sets to IxTclHal default values for all configuration options.

EXAMPLES

See examples under rprFairness.

SEE ALSO

rprFairness, rprOam, rprProtection, rprRingControl, rprTlvBandwidthPair, rprTlvIndividualBandwidth, rprTlvNeighborAddress, rprTlvStationName, rprTlvVendorSpecific, rprTlvWeight, rprTopology.