The MPLS LDP Entity Generic Label Range (LR)
Table.
The purpose of this table is to provide a mechanism for configurating a contiguous range of generic labels, or a 'label range' for LDP Entities.
LDP Entities which use Generic Labels must have at least one entry in this table. In other words, this table 'extends' the mpldLdpEntityTable for Generic Labels.
The indexes of the table are mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpEntityGenericLRMin, mplsLdpEntityGenericLRMax.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.166.7.1.1.1.1.1 |
mplsLdpEntityGenericLRMin |
Unsigned32{(0,1048575)} |
not-accessible |
The minimum label configured for this range. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.7.1.1.1.1.2 |
mplsLdpEntityGenericLRMax |
Unsigned32{(0,1048575)} |
not-accessible |
The maximum label configured for this range. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.7.1.1.1.1.3 |
mplsLdpEntityGenericLabelSpace |
INTEGER{perPlatform(1),perInterface(2)} |
read-create |
This value of this object is perPlatform(1), then this means that the label space type is per platform.
If this object is perInterface(2), then this means that the label space type is per Interface. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.7.1.1.1.1.4 |
mplsLdpEntityGenericIfIndexOrZero |
Integer32{(0,2147483647)} |
read-create |
This value represents either the InterfaceIndex of the 'ifLayer' where these Generic Label would be created, or 0 (zero). The value of zero means that the InterfaceIndex is not known.
However, if the InterfaceIndex is known, then it must be represented by this value.
If an InterfaceIndex becomes known, then the network management entity (e.g., SNMP agent) responsible for this object MUST change the value from 0 (zero) to the value of the InterfaceIndex. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.7.1.1.1.1.5 |
mplsLdpEntityGenericLRStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
The storage type for this conceptual row. Conceptual rows having the value 'permanent(4)' need not allow write-access to any columnar objects in the row. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.7.1.1.1.1.6 |
mplsLdpEntityGenericLRRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The status of this conceptual row. All writable objects in this row may be modified at any time, however, as described in detail in the section entitled, 'Changing Values After Session Establishment', and again described in the DESCRIPTION clause of the mplsLdpEntityAdminStatus object, if a session has been initiated with a Peer, changing objects in this table will wreak havoc with the session and interrupt traffic. To repeat again: the recommended procedure is to set the mplsLdpEntityAdminStatus to down, thereby explicitly causing a session to be torn down. Then, change objects in this entry, then set the mplsLdpEntityAdminStatus to enable which enables a new session to be initiated.
There must exist at least one entry in this table for every LDP Entity that has a generic label configured. |
The actually supported access is read-only. |