- Table of Contents
-
- 13-MPLS
- 01-HH3C-L2VPN-MIB
- 02-HH3C-MPLSEXT-MIB
- 03-HH3C-MPLSTE-MIB
- 04-HH3C-VSI-MIB
- 05-MPLS-FRR-FACILITY-STD-MIB
- 06-MPLS-FRR-GENERAL-STD-MIB
- 07-MPLS-FTN-STD-MIB
- 08-MPLS-L3VPN-STD-MIB
- 09-MPLS-LDP-STD-MIB
- 10-MPLS-LSR-STD-MIB
- 11-MPLS-TE-STD-MIB
- 12-PW-ENET-STD-MIB
- 13-PW-MPLS-STD-MIB
- 14-PW-STD-MIB
- 15-TE-MIB
- Related Documents
-
Title | Size | Download |
---|---|---|
07-MPLS-FTN-STD-MIB | 105.57 KB |
Contents
mplsFTNIndexNext (1.3.6.1.2.1.10.166.8.1.1)
mplsFTNTableLastChanged (1.3.6.1.2.1.10.166.8.1.2)
mplsFTNMapTableLastChanged (1.3.6.1.2.1.10.166.8.1.4)
MPLS-FTN-STD-MIB
About this MIB
MPLS-FTN-STD-MIB is a public MIB defined by RFC 3814. This MIB mainly defines three tables (mplsFTNTable, mplsFTNMapTable, and mplsFTNPerfTable), which specify FEC to NHLFE (FTN) mappings and corresponding performance for MPLS.
MIB file name
rfc3814-mpls-ftn-std.mib
Root object
iso(1).org(3).dod(6).internet(1).mgmt(2).mib-2(1).transmission(10).mplsStdMIB(166)
Scalar objects
mplsFTNIndexNext (1.3.6.1.2.1.10.166.8.1.1)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNIndexNext (1.3.6.1.2.1.10.166.8.1.1) |
read-only |
Unsigned32 |
Unsigned32 (0..4294967295) |
Next available valid value to be used for mplsFTNIndex |
As per the MIB. |
mplsFTNTableLastChanged (1.3.6.1.2.1.10.166.8.1.2)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNTableLastChanged (1.3.6.1.2.1.10.166.8.1.2) |
read-only |
TimeTicks |
Unsigned32 (0..4294967295) |
Last time an entry was added, deleted, or modified in mplsFTNTable. |
As per the MIB. |
mplsFTNMapTableLastChanged (1.3.6.1.2.1.10.166.8.1.4)
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNMapTableLastChanged (1.3.6.1.2.1.10.166.8.1.4) |
read-only |
TimeTicks |
Unsigned32 (0..4294967295) |
Last time an entry was added, deleted, or modified in mplsFTNMapTable. |
As per the MIB. |
Tabular objects
mplsFTNTable
About this table
This table contains FTN entries. Each entry defines a rule to be applied to incoming packets and an action to be taken on matching packets.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
To create an instance, the following objects must be all specified: mplsFTNRowStatus, mplsFTNAddrType, mplsFTNDestAddrMin, mplsFTNDestAddrMax, mplsFTNActionType, and mplsFTNActionPointer. Comware 7 classifies FECs by destination address and mask. It requires that mplsFTNDestAddrMin must be the lowest address in the subnet and mplsFTNDestAddrMax must be the highest address in the subnet. For example: 1. FEC is 100.1.1.0/24. Set mplsFTNDestAddrMin to 100.1.1.0 and mplsFTNDestAddrMax to 100.1.1.255. 2. FEC is 200.1.1.2/32. Set both mplsFTNDestAddrMin and mplsFTNDestAddrMax to 200.1.1.2. |
Not supported |
Not supported |
Supported. |
Columns
The table index is mplsFTNMapIndex .
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNIndex (1.3.6.1.2.1.10.166.8.1.3.1.1) |
not-accessible |
Unsigned32 |
Unsigned32 (1..4294967295) |
Index of a row (FTN entry) in mplsFTNTable. |
As per the MIB. |
mplsFTNRowStatus (1.3.6.1.2.1.10.166.8.1.3.1.2) |
read-create |
RowStatus |
active(1), notInService(2), notReady(3), createAndGo(4), createAndWait(5), destroy(6) |
Row status. |
Supports only active(1), createAndGo(4), and destroy(6). |
mplsFTNDescr (1.3.6.1.2.1.10.166.8.1.3.1.3) |
read-create |
OCTET STRING |
OCTET STRING (0..65535) |
Description for the FTN entry. |
Supports only the read operation. |
mplsFTNMask (1.3.6.1.2.1.10.166.8.1.3.1.4) |
read-create |
BITS |
sourceAddr(0), destAddr(1), sourcePort(2), destPort(3), protocol(4), dscp(5) |
Mask for matching data packets. |
Supports only the read operation. |
mplsFTNAddrType (1.3.6.1.2.1.10.166.8.1.3.1.5) |
read-create |
INTEGER |
unknown(0), |
Type of the address contained in the source and destination address objects. |
Supports read and write operations. Supports only IPv4 address. |
mplsFTNSourceAddrMin (1.3.6.1.2.1.10.166.8.1.3.1.6) |
read-create |
OCTET STRING |
OCTET STRING (0..255) |
Lower end of the source address range. |
Supports only the read operation. |
mplsFTNSourceAddrMax (1.3.6.1.2.1.10.166.8.1.3.1.7) |
read-create |
OCTET STRING |
OCTET STRING (0..255) |
Upper end of the source address range. |
Supports only the read operation. |
mplsFTNDestAddrMin (1.3.6.1.2.1.10.166.8.1.3.1.8) |
read-create |
OCTET STRING |
OCTET STRING (0..255) |
Lower end of the destination address range. |
Supports read and write operations. |
mplsFTNDestAddrMax (1.3.6.1.2.1.10.166.8.1.3.1.9) |
read-create |
OCTET STRING |
OCTET STRING (0..255) |
Higher end of the destination address range. |
Supports read and write operations. |
mplsFTNSourcePortMin (1.3.6.1.2.1.10.166.8.1.3.1.10) |
read-create |
Unsigned32 |
Unsigned32 (0..65535) |
Lower end of the source port range. |
Supports only the read operation. |
mplsFTNSourcePortMax (1.3.6.1.2.1.10.166.8.1.3.1.11) |
read-create |
Unsigned32 |
Unsigned32 (0..65535) |
Higher end of the source port range. |
Supports only the read operation. |
mplsFTNDestPortMin (1.3.6.1.2.1.10.166.8.1.3.1.12) |
read-create |
Unsigned32 |
Unsigned32 (0..65535) |
Lower end of the destination port range. |
Supports only the read operation. |
mplsFTNDestPortMax (1.3.6.1.2.1.10.166.8.1.3.1.13) |
read-create |
Unsigned32 |
Unsigned32 (0..65535) |
Higher end of the destination port range. |
Supports only the read operation. |
mplsFTNProtocol (1.3.6.1.2.1.10.166.8.1.3.1.14) |
read-create |
Integer32 |
Integer32 (0..255) |
IP protocol to match against the IPv4 protocol number or IPv6 Next-Header number in the packet. A value of 255 means match all. |
Supports only the read operation. |
mplsFTNDscp (1.3.6.1.2.1.10.166.8.1.3.1.15) |
read-create |
Integer32 |
Integer32 (0..2147483647) |
Contents of the DSCP field. |
Supports only the read operation. |
mplsFTNActionType (1.3.6.1.2.1.10.166.8.1.3.1.16) |
read-create |
INTEGER |
redirectLsp(1), redirectTunnel(2) |
The type of action to be taken on packets matching this FTN entry. |
Supports read and write operations. The write operation supports only the redirectLsp type. |
mplsFTNActionPointer (1.3.6.1.2.1.10.166.8.1.3.1.17) |
read-create |
OBJECT IDENTIFIER |
zeroDotZero |
Points to the LSP or tunnel to redirect matching packets to. |
Supports read and write operations. |
mplsFTNStorageType (1.3.6.1.2.1.10.166.8.1.3.1.18) |
read-create |
INTEGER |
other(1), |
The storage type for this FTN entry. |
Supports only the read operation. |
mplsFTNMapTable
About this table
This table contains objects which provide the capability to apply or map FTN rules as defined by entries in mplsFTNTable to specific interfaces in the system.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are mplsFTNMapIndex, mplsFTNMapPrevIndex, and mplsFTNMapCurrIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNMapIndex (1.3.6.1.2.1.10.166.8.1.5.1.1) |
not-accessible |
Integer32 |
Integer32 (0..2147483647) |
The interface index that this FTN entry is being applied to. |
As per the MIB. |
mplsFTNMapPrevIndex (1.3.6.1.2.1.10.166.8.1.5.1.2) |
not-accessible |
Unsigned32 |
Unsigned32 (0..4294967295) |
The index of the previous FTN entry that was applied to this interface. The special value zero indicates that this should be the first FTN entry in the list. |
As per the MIB. |
mplsFTNMapCurrIndex (1.3.6.1.2.1.10.166.8.1.5.1.3) |
not-accessible |
Unsigned32 |
Unsigned32(1..4294967295) |
Index of the current FTN entry that is being applied to this interface. |
As per the MIB. |
mplsFTNMapRowStatus (1.3.6.1.2.1.10.166.8.1.5.1.4) |
read-create |
INTEGER |
active(1), createAndGo(4), destroy(6) |
Row status. |
Supports only the read operation. |
mplsFTNMapStorageType (1.3.6.1.2.1.10.166.8.1.5.1.5) |
read-create |
INTEGER |
other(1), |
The storage type for this entry. |
Supports only the read operation. |
mplsFTNPerfTable
About this table
This table contains performance statistics on FTN entries on a per-interface basis.
Support for operations
Create |
Edit/Modify |
Delete |
Read |
Not supported |
Not supported |
Not supported |
Supported |
Columns
The table indexes are mplsFTNPerfIndex and mplsFTNPerfCurrIndex.
Object (OID) |
Access |
Syntax |
Value range |
Description |
Implementation |
mplsFTNPerfIndex (1.3.6.1.2.1.10.166.8.1.6.1.1) |
not-accessible |
Integer32 |
Integer32 (0..2147483647) |
The interface index of an interface that an FTN entry has been applied/mapped to. FTN per interface is not supported in the current version. mplsFTNPerfIndex must be 0. |
As per the MIB. |
mplsFTNPerfCurrIndex (1.3.6.1.2.1.10.166.8.1.6.1.2) |
not-accessible |
Unsigned32 |
Unsigned32 (1..4294967295) |
Index of an FTN entry that has been applied/mapped to the specified interface. |
As per the MIB. |
mplsFTNPerfMatchedPackets (1.3.6.1.2.1.10.166.8.1.6.1.3) |
read-only |
Counter64 |
Counter64 (0..4294967295) |
Number of packets that matched the specified FTN entry if it is applied/mapped to the specified interface. |
As per the MIB. |
mplsFTNPerfMatchedOctets (1.3.6.1.2.1.10.166.8.1.6.1.4) |
read-only |
Counter64 |
Counter64 (0..4294967295) |
Number of octets that matched the specified FTN entry if it is applied/mapped to the specified interface. |
As per the MIB. |
mplsFTNPerfDiscontinuityTime (1.3.6.1.2.1.10.166.8.1.6.1.5) |
read-only |
TimeTicks |
Counter64 (0..4294967295) |
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. |
As per the MIB. |