MPLS-LDP-GENERIC-STD-MIB
Functions Overview
RFC 3815 defines MPLS-LDP-GENERIC-STD-MIB. This MIB contains managed object definitions for configuring and monitoring the Multiprotocol Label Switching (MPLS) and Label Distribution Protocol (LDP).
The OID of root objects is:
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).transmission(10).mplsStdMIB(166).mplsLdpGenericStdMIB(7)
Description of MIB Tables
mplsLdpEntityGenericLRTable
mplsLdpEntityGenericLRTable is the MPLS LDP Entity Generic Label Range (LR) Table. This table provides a mechanism for configuring a contiguous range of generic labels.
The indexes of this table are mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpEntityGenericLRMin, and mplsLdpEntityGenericLRMax.
OID |
Object Name |
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. |
Currently, the maximum 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 Labels 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 (that is SNMP agent) responsible for this object MUST change the value from 0 (zero) to the value of the InterfaceIndex. |
Currently, the maximum 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. |
Currently, the maximum 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. 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, and enable the mplsLdpEntityAdminStatus again, which enables a new session to be initiated. There must at least one entry in this table for every LDP Entity that has a generic label configured. |
Currently, the maximum access is read-only. |
Creation Restriction
The entries in this table cannot be created.
Modification Restriction
The entries in this table cannot be modified.
Deletion Restriction
The entries in this table cannot be deleted.
Access Restriction
The entries in this table can be read without restraint.