This table specifies per-interface MPLS capability and associated information.
The indexes of the table are mplsL3VpnVrfName, mplsL3VpnIfConfIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.166.11.1.2.1.1.1 |
mplsL3VpnIfConfIndex |
INTEGER |
not-accessible |
This is a unique index for an entry in the mplsL3VpnIfConfTable. A non-zero index for an entry indicates the ifIndex for the corresponding interface entry in the MPLS-VPN-layer in the ifTable. Note that this table does not necessarily correspond one-to-one with all entries in the Interface MIB having an ifType of MPLS-layer; rather, only those that are enabled for MPLS L3VPN functionality. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.11.1.2.1.1.2 |
mplsL3VpnIfVpnClassification |
INTEGER{carrierOfCarrier(1),enterprise(2),interProvider(3)} |
read-create |
Denotes whether this link participates in a carrier's carrier, enterprise, or inter-provider scenario. |
The actually supported access is read-only. The actually supported value range is 2. Read Only(RO). Only support "enterprise". |
1.3.6.1.2.1.10.166.11.1.2.1.1.3 |
mplsL3VpnIfVpnRouteDistProtocol |
BITS{none(0),bgp(1),ospf(2),rip(3),isis(4),static(5),other(6)} |
read-create |
Denotes the route distribution protocol across the PE-CE link. Note that more than one routing protocol may be enabled at the same time; thus, this object is specified as a bitmask. For example, static(5) and ospf(2) are a typical configuration. |
The actually supported access is read-only. Read Only(RO), And only 3 IGPs are supported , it would display others for any other protocol or display as none if no protocol is configured. |
1.3.6.1.2.1.10.166.11.1.2.1.1.4 |
mplsL3VpnIfConfStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
The storage type for this VPN If entry. Conceptual rows having the value 'permanent' need not allow write access to any columnar objects in the row. |
The actually supported access is read-only. The actually supported value range is 2. Read Only(RO). The return code depend on SNMP, Now the return value is always '0'. |
1.3.6.1.2.1.10.166.11.1.2.1.1.5 |
mplsL3VpnIfConfRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
This variable is used to create, modify, and/or delete a row in this table. Rows in this table signify that the specified interface is associated with this VRF. If the row creation operation succeeds, the interface will have been associated with the specified VRF, otherwise the agent MUST not allow the association. If the agent only allows read-only operations on this table, it MUST create entries in this table as they are created on the device. When a row in this table is in active(1) state, no objects in that row can be modified except mplsL3VpnIfConfStorageType and mplsL3VpnIfConfRowStatus. |
The actually supported access is read-only. Read Only(RO). |