This table contains the currently defined FTN entries.
This table allows FEC to NHLFE mappings to be specified. Each entry in this table defines a rule to be applied to incoming packets (on interfaces that the FTN entry is activated on using mplsFTNMapTable) and an action to be taken on matching packets (mplsFTNActionPointer).
This table supports 6-tuple matching rules based on one or more of source address range, destination address range, source port range, destination port range, IPv4 Protocol field or IPv6 next-header field and the DiffServ Code Point (DSCP) to be specified.
The action pointer points either to instance of mplsXCEntry in MPLS-LSR-STD-MIB when the NHLFE is a non-
TE LSP, or to an instance of mplsTunnelEntry in the MPLS-TE-STD-MIB when the NHLFE is an originating TE tunnel.
The index of the table is mplsFTNIndex.
OID |
Object |
Syntax |
Max Access |
Description |
Implemented Specifications |
---|---|---|---|---|---|
1.3.6.1.2.1.10.166.8.1.3.1.1 |
mplsFTNIndex |
Unsigned32{(1,4294967295)} |
not-accessible |
This is the unique index for a conceptual row in mplsFTNTable.
To create a new conceptual row in mplsFTNTable a Network Management Application SHOULD retrieve the current value of mplsFTNIndexNext to determine the next valid available value of mplsFTNIndex. |
This object is implemented as defined in the corresponding MIB files. |
1.3.6.1.2.1.10.166.8.1.3.1.2 |
mplsFTNRowStatus |
INTEGER{active(1),notInService(2),notReady(3),createAndGo(4),createAndWait(5),destroy(6)} |
read-create |
Used for controlling the creation and deletion of this row. All writeable objects in this row may be modified at any time. If a Network Management Application attempts to delete a conceptual row by setting this object to 'destroy' and there are one or more entries in mplsFTNMapTable pointing to the row (i.e., when mplsFTNIndex of the conceptual row being deleted is equal to mplsFTNMapCurrIndex for one or more entries in mplsFTNMapTable), the agent MUST also destroy the corresponding entries in mplsFTNMapTable. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.8.1.3.1.4 |
mplsFTNMask |
BITS{sourceAddr(0),destAddr(1),sourcePort(2),destPort(3),protocol(4),dscp(5)} |
read-create |
This bit map indicates which of the fields described next, namely source address range, destination address range, source port range, destination port range, IPv4 Protocol field or IPv6 next-header field and Differentiated Services Code Point (DSCP) is active for this FTN entry. If a particular bit is set to zero then the corresponding field in the packet MUST be ignored for comparison purposes. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.8.1.3.1.5 |
mplsFTNAddrType |
INTEGER{unknown(0),ipv4(1),ipv6(2),ipv4z(3),ipv6z(4),dns(16)} |
read-create |
This object determines the type of address contained in the source and destination address objects (mplsFTNSourceAddrMin, mplsFTNSourceAddrMax, mplsFTNDestAddrMin and mplsFTNDestAddrMax) of a conceptual row.
This object MUST NOT be set to unknown(0) when mplsFTNMask has bit positions sourceAddr(0) or destAddr(1) set to one.
When both these bit positions of mplsFTNMask are set to zero the value of mplsFTNAddrType SHOULD be set to unknown(0) and the corresponding source and destination address objects SHOULD be set to zero-length strings. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.8.1.3.1.8 |
mplsFTNDestAddrMin |
OCTET STRING{(0,255)} |
read-create |
The lower end of the destination address range. The type of this object is determined by the corresponding mplsFTNAddrType object. |
The actually supported access is read-only. The current implementation is based on destination addresses. Value range: 0(0.0.0.0) |
1.3.6.1.2.1.10.166.8.1.3.1.9 |
mplsFTNDestAddrMax |
OCTET STRING{(0,255)} |
read-create |
The higher end of the destination address range. The type of this object is determined by the corresponding mplsFTNAddrType object. |
The actually supported access is read-only. The current implementation is based on destination addresses. Value range: 0xFFFFFFFF(255.255.255.255) |
1.3.6.1.2.1.10.166.8.1.3.1.16 |
mplsFTNActionType |
INTEGER{redirectLsp(1),redirectTunnel(2)} |
read-create |
The type of action to be taken on packets matching this FTN entry. |
The actually supported access is read-only. |
1.3.6.1.2.1.10.166.8.1.3.1.18 |
mplsFTNStorageType |
INTEGER{other(1),volatile(2),nonVolatile(3),permanent(4),readOnly(5)} |
read-create |
The storage type for this FTN 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 3. Currently, only the return value 3 is supported. |