This table represents the FEC (Forwarding Equivalence Class)
Information associated with an LSP.
The index of the table is mplsFecIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.166.4.1.3.8.3.1.1 |
mplsFecIndex |
Unsigned32{(1,4294967295)} |
not-accessible |
The index which uniquely identifies this entry. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.8.3.1.2 |
mplsFecType |
INTEGER{prefix(1),hostAddress(2)} |
read-create |
The type of the FEC. If the value of this object is 'prefix(1)' then the FEC type described by this row is an address prefix.
If the value of this object is 'hostAddress(2)' then the FEC type described by this row is a host address. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.8.3.1.3 |
mplsFecAddrPrefixLength |
Unsigned32{(0,2040)} |
read-create |
If the value of the 'mplsFecType' is 'hostAddress(2)' then this object is undefined.
If the value of 'mplsFecType' is 'prefix(1)' then the value of this object is the length in bits of the address prefix represented by 'mplsFecAddr', or zero. If the value of this object is zero, this indicates that the prefix matches all addresses. In this case the address prefix MUST also be zero (i.e., 'mplsFecAddr' should have the value of zero.) |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.8.3.1.4 |
mplsFecAddrType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-create |
The value of this object is the type of the Internet address. The value of this object, decides how the value of the mplsFecAddr object is interpreted. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.4.1.3.8.3.1.5 |
mplsFecAddr |
OCTET STRING{(0,255)} |
read-create |
The value of this object is interpreted based on the value of the 'mplsFecAddrType' object.
This address is then further interpretted as an being used with the address prefix, or as the host address. This further interpretation is indicated by the 'mplsFecType' object. In other words, the FEC element is populated according to the Prefix FEC Element value encoding, or the Host Address FEC Element encoding. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.4.1.3.8.3.1.6 |
mplsFecStorageType |
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.8.3.1.7 |
mplsFecRowStatus |
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, except to set this object to 'destroy(6)'.
NOTE: if this row is being referenced by any entry in the mplsLdpLspFecTable, then a request to destroy this row, will result in an inconsistentValue error. |
The actually supported access is read-only. |