lecTlvSetIndex
LAN-EMULATION-CLIENT-MIB ·
.1.3.6.1.4.1.353.5.3.1.1.13.1.1
Object
column
mandatory
Enumeration
An index which helps to identify a set of TLVs, and to
indicate their purpose.
The value of this index defines the interpretation and
use of corresponding table rows as follows:
layer3Tlvs(1)
-------------
This index provides access to Layer-3-Address
TLVs (Initial State variable C36) used during
the Initialization phase.
TLVs are stored in rows
( lecIndex, 1,
LAN_Destination( all '00's ),
* )
These rows may be read / created / written /
deleted.
actualRegTlvs(2)
----------------
This index provides access to TLVs which were
used to register LAN Destinations.
These TLVs are associated with entries in the
lecMacAddressTable and lecRouteDescrTable and
stored in rows
( lecIndex, 2,
LAN_Destination( lecMacAddress ),
* )
( lecIndex, 2,
LAN_Destination(
lecRouteDescrSegmentID,
lecRouteDescrBridgeNumber ),
* )
These rows may be read or deleted, but cannot
be created or modified. Most implementations
are expected to make them read-only.
Note that TLVs that have their own objects in
the associated tables SHOULD NOT appear here.
LLC-Muxed-ATM-Address & Service-Category TLVs
are two examples.
configRegTlvs(3)
----------------
This index provides a way to set registration
TLVs for unregistered LAN Destinations.
Hopefully this is not something that managers
will need to do a lot.
TLVs are stored in rows
( lecIndex, 3,
LAN_Destination( the_LAN_destination ),
* )
Note that the agent might restrict the set of
LAN Destinations and TLVs that it allows; for
instance, to screen out the 'V2 Capable' TLV.
leArpTlvs(4)
------------
This index provides access to TLVs associated
with the LE_ARP cache.
These TLVs are associated with leArpTable and
leRDArpTable, and stored in rows
( lecIndex, 4,
LAN_Destination( leArpMacAddress ),
* )
( lecIndex, 4,
LAN_Destination(
leRDArpSegmentID,
leRDArpBridgeNumber ),
* )
Agents may allow write/create access to TLVs
when the type of the associated LE_ARP entry
is 'staticVolatile', 'staticNonVolatile', or
'other'.
Note that TLVs that have their own objects in
the associated tables SHOULD NOT appear here.
LLC-Muxed-ATM-Address & Service-Category TLVs
are two examples.
queryTlvs(5)
------------
This index provides access to TLVs associated
with the last MAC Address or Route Descriptor
query.
TLVs are associated with lecMacQueryObjects &
lecRDQueryObjects, and stored in rows
( lecIndex, 5,
LAN_Destination( lecMacQueryAddress ),
* )
( lecIndex, 5,
LAN_Destination(
lecRDQuerySegmentID,
lecRDQueryBridgeNumber ),
* )
Note that TLVs that have their own objects in
the associated tables SHOULD NOT appear here.
LLC-Muxed-ATM-Address & Service-Category TLVs
are two examples.
Additional indices may be defined by the ATM Forum as
needed.
Context
- MIB
- LAN-EMULATION-CLIENT-MIB
- OID
.1.3.6.1.4.1.353.5.3.1.1.13.1.1- Type
- column
- Access
- noaccess
- Status
- mandatory
- Parent
- lecTlvEntry
- Table
- lecTlvTable
- Siblings
- 5
Syntax
Enumeration
Values & Constraints
No enumerated values or constraints recorded.
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| lecTlvLanDestination mandatory The MAC address or route descriptor associated with
the TLV (see the description of the lecTlvSetIndex),
encoded in the fashion defined in the LANE 2.0 LUNI
specification (Table 1… | column | OctetString | .1.3.6.1.4.1.353.5.3.1.1.13.1.2 |
| lecTlvIndex mandatory An arbitrary index which allows a set to contain
multiple TLVs. | column | Integer32 | .1.3.6.1.4.1.353.5.3.1.1.13.1.3 |
| lecTlvType mandatory A four-octet string indicating this item's type.
It consists of a three-octet OUI, followed by an
octet identifying one of the organization's TLVs. | column | OctetString | .1.3.6.1.4.1.353.5.3.1.1.13.1.4 |
| lecTlvValue mandatory The value - and, implicitly, the length - of the
TLV. | column | OctetString | .1.3.6.1.4.1.353.5.3.1.1.13.1.5 |
| lecTlvRowStatus mandatory Provides a way for network managers to create and
delete rows in the TLV table. | column | RowStatus | .1.3.6.1.4.1.353.5.3.1.1.13.1.6 |