rprTlvVendorSpecific

rprTlvVendorSpecific - set up a TLV Weight item for use in an RPR topology message

SYNOPSIS

rprTlvVendorSpecific sub-command options

DESCRIPTION

The rprTlvVendorSpecific command is used to set up the content of an RPR Vendor Specific TLV for use in an RPR topology message. This TLV is added to a topology message by use of the rprTopology addTlv rprVendorSpecific command.

A vendor specific TLV may be retrieved from the topology TLV list by calling rprTopology getFirstTlv/getNextTlv, checking for type = rprVendorSpecific 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 rprVendorSpecific (6).

Vendor Specific TLV Specific Options

companyId

A 3-byte hex value. This is the 24-bit IEEE/RAC company identifier, which is the first part of the globally unique EUI-64 identifier. (default = {99 AA BB})

dependentId

A 3-byte hex value. This is the 24-bit identifier which is the second part of the globally unique EUI-64 identifier. This ID is supplied by the vendor and is unique to that vendor. (default = {23 45 67})

vendorData

A variable amount of data specific to the company and dependentId. (default = {})

COMMANDS

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

rprTlvVendorSpecific cget option

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

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

rprTlvVendorSpecific 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, rprTlvTotalBandwidth, rprTlvWeight, rprTopology.