A table which shows the relationship between LDP LSPs and FECs. Each row represents a single LDP LSP to FEC association.
The indexes of the table are mplsLdpEntityLdpId, mplsLdpEntityIndex, mplsLdpPeerLdpId, mplsLdpLspFecSegment, mplsLdpLspFecSegmentIndex, mplsLdpLspFecIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.166.4.1.3.10.1.1 |
mplsLdpLspFecSegment |
INTEGER{inSegment(1),outSegment(2)} |
not-accessible |
If the value is inSegment(1), then this indicates that the following index, mplsLdpLspFecSegmentIndex, contains the same value as the mplsInSegmentLdpLspIndex.
Otherwise, if the value of this object is outSegment(2), then this indicates that following index, mplsLdpLspFecSegmentIndex, contains the same value as the mplsOutSegmentLdpLspIndex. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.10.1.2 |
mplsLdpLspFecSegmentIndex |
OCTET STRING{(1,24)} |
not-accessible |
This index is interpretted by using the value of the mplsLdpLspFecSegment.
If the mplsLdpLspFecSegment is inSegment(1), then this index has the same value as mplsInSegmentLdpLspIndex.
If the mplsLdpLspFecSegment is outSegment(2), then this index has the same value as mplsOutSegmentLdpLspIndex. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.10.1.3 |
mplsLdpLspFecIndex |
Unsigned32{(1,4294967295)} |
not-accessible |
This index identifies the FEC entry in the mplsFecTable associated with this session. In other words, the value of this index is the same as the value of the mplsFecIndex that denotes the FEC associated with this Session. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.10.1.4 |
mplsLdpLspFecStorageType |
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. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.10.1.5 |
mplsLdpLspFecRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
The status of this conceptual row. If the value of this object is 'active(1)', then none of the writable objects of this entry can be modified.
The Agent should delete this row when the session ceases to exist. If an operator wants to associate the session with a different FEC, the recommended procedure is (as described in detail in the section entitled, 'Changing Values After Session Establishment', and again described in the DESCRIPTION clause of the mplsLdpEntityAdminStatus object) is to set the mplsLdpEntityAdminStatus to down, thereby explicitly causing a session to be torn down. This will also cause this entry to be deleted.
Then, set the mplsLdpEntityAdminStatus to enable which enables a new session to be initiated. Once the session is initiated, an entry may be added to this table to associate the new session with a FEC. |
The actually supported access is read-only. |