MPLS-FTN-MIB: View SNMP OID List / Download MIB

VENDOR: INTERNET-STANDARD


 Home MIB: MPLS-FTN-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 mplsFTNMIB 1.3.6.1.2.1.10.9999.5
Copyright (C) The Internet Society (2003). This version of this MIB module is part of RFC xxxx; see the RFC itself for full legal notices. This MIB module contains managed object definitions for specifying FEC to NHLFE (FTN) mappings and corresponding performance for MPLS.
     mplsFTNNotifications 1.3.6.1.2.1.10.9999.5.0
     mplsFTNObjects 1.3.6.1.2.1.10.9999.5.1
         mplsFTNIndexNext 1.3.6.1.2.1.10.9999.5.1.1 mplsftnentryindexorzero read-only
This object contains the next available valid value to be used for mplsFTNIndex when creating entries in the mplsFTNTable. When creating a new conceptual row (configuration entry) in mplsFTNTable with an SNMP SET operation the command generator (Network Management Application) must first issue a management protocol retrieval operation to obtain the current value of this object. If the Command Responder (agent) does not wish to allow creation of more entries in mplsFTNTable, possibly because of resource exhaustion, this object MUST return a value of 0. If a non-zero value is returned it must determine whether the value is indeed still unused since two Network Management Applications may attempt to create a row simultaneously and use the same value. If it is currently unused and the SET succeeds, the agent MUST change the value of this object to a currently unused non-zero value (according to an implementation specific algorithm) or zero (if no further row creation will be permitted). If the value is in use, however, the SET fails and the Network Management Application must then reread this object to obtain a new usable value.
         mplsFTNTableLastChanged 1.3.6.1.2.1.10.9999.5.1.2 timestamp read-only
Indicates the last time an entry was added, deleted or modified in mplsFTNTable. Management stations should consult this object to determine if mplsFTNTable requires their attention.
         mplsFTNTable 1.3.6.1.2.1.10.9999.5.1.3 no-access
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 provides a 5-tuple matching and allows addresses, port ranges and the exp bits to be specified. The action pointer points at either an mplsXCEntry in MPLS-LSR MIB when the NHLFE entry is a non-TE LSP, or it points at an mplsTunnelEntry in the MPLS-TE MIB when the NHLFE is an originating TE tunnel.
             mplsFTNEntry 1.3.6.1.2.1.10.9999.5.1.3.1 no-access
Each entry represents one FTN entry which defines a rule to compare incoming packets with and an action to be taken on matching packets.
                 mplsFTNIndex 1.3.6.1.2.1.10.9999.5.1.3.1.1 mplsftnentryindex no-access
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.
                 mplsFTNRowStatus 1.3.6.1.2.1.10.9999.5.1.3.1.2 rowstatus read-only
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.
                 mplsFTNDescr 1.3.6.1.2.1.10.9999.5.1.3.1.3 snmpadminstring read-only
The description of this FTN entry. Since the index for this table has no particular significance or meaning, this object should contain some meaningful text that an operator could use to further distinguish entries in this table.
                 mplsFTNMask 1.3.6.1.2.1.10.9999.5.1.3.1.4 bits read-only
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. Bits: 'protocol': 4, 'sourceAddr': 0, 'dscp': 5, 'destAddr': 1, 'sourcePort': 2, 'destPort': 3.
                 mplsFTNAddrType 1.3.6.1.2.1.10.9999.5.1.3.1.5 inetaddresstype read-only
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.
                 mplsFTNSourceAddrMin 1.3.6.1.2.1.10.9999.5.1.3.1.6 inetaddress read-only
The lower end of the source address range. The type of this object is determined by the corresponding mplsFTNAddrType object.
                 mplsFTNSourceAddrMax 1.3.6.1.2.1.10.9999.5.1.3.1.7 inetaddress read-only
The upper end of the source address range. The type of this object is determined by the corresponding mplsFTNAddrType object.
                 mplsFTNDestAddrMin 1.3.6.1.2.1.10.9999.5.1.3.1.8 inetaddress read-only
The lower end of the destination address range. The type of this object is determined by the corresponding mplsFTNAddrType object.
                 mplsFTNDestAddrMax 1.3.6.1.2.1.10.9999.5.1.3.1.9 inetaddress read-only
The higher end of the destination address range. The type of this object is determined by the corresponding mplsFTNAddrType object.
                 mplsFTNSourcePortMin 1.3.6.1.2.1.10.9999.5.1.3.1.10 inetportnumber read-only
The lower end of the source port range.
                 mplsFTNSourcePortMax 1.3.6.1.2.1.10.9999.5.1.3.1.11 inetportnumber read-only
The higher end of the source port range
                 mplsFTNDestPortMin 1.3.6.1.2.1.10.9999.5.1.3.1.12 inetportnumber read-only
The lower end of the destination port range.
                 mplsFTNDestPortMax 1.3.6.1.2.1.10.9999.5.1.3.1.13 inetportnumber read-only
The higher end of the destination port range.
                 mplsFTNProtocol 1.3.6.1.2.1.10.9999.5.1.3.1.14 integer32 read-only
The contents of the IPv4 Protocol field or IPv6 next- header field.
                 mplsFTNDscp 1.3.6.1.2.1.10.9999.5.1.3.1.15 dscp read-only
The contents of the DSCP field.
                 mplsFTNActionType 1.3.6.1.2.1.10.9999.5.1.3.1.16 integer read-only
The type of action to be taken on packets matching this FTN entry. Enumeration: 'redirectTunnel': 2, 'redirectLsp': 1.
                 mplsFTNActionPointer 1.3.6.1.2.1.10.9999.5.1.3.1.17 rowpointer read-only
If mplsFTNActionType is redirectLsp(2), then this object MUST contain zeroDotZero or point to a instance of mplsXCEntry indicating the LSP to redirect matching packets to. If mplsFTNActionType is redirectTunnel(3), then this object MUST contain zeroDotZero or point to a instance of mplsTunnelEntry indicating the MPLS TE tunnel to redirect matching packets to. If this object points to a conceptual row instance in a table consistent with mplsFTNActionType but this instance does not currently exist then no action will be taken on packets matching such an FTN entry till this instance comes into existence. If this object contains zeroDotZero then no action will be taken on packets matching such an FTN entry till it is populated with a valid pointer consistent with the value of mplsFTNActionType as explained above.
                 mplsFTNStorageType 1.3.6.1.2.1.10.9999.5.1.3.1.18 storagetype read-only
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.
         mplsFTNMapTableLastChanged 1.3.6.1.2.1.10.9999.5.1.4 timestamp read-only
Indicates the last time an entry was added, deleted or modified in mplsFTNMapTable. Management stations should consult this object to determine if the table requires their attention.
         mplsFTNMapTable 1.3.6.1.2.1.10.9999.5.1.5 no-access
This table contains objects for mapping previously defined entries in mplsFTNTable to interfaces. This table provides the capability to activate or map FTN entries defined in mplsFTNTable to specific interfaces in the system. FTN entries are compared with incoming packets in the order in which they are applied on an interface. For this reason, this table provides a mechanism to 'insert' an FTN entry between two existing FTN entries already applied on an interface. Using this linked-list structure, one can retrieve FTN entries in the order of application on a per-interface basis as follows: - To determine the first FTN entry on an interface with index ifIndex perform a GETNEXT retrieval operation on mplsFTNMapIndex.ifIndex.0.0; the returned object, if one exists, is (say) mplsFTNMapIndex.ifIndex.0.n. Then the index of the first FTN entry applied on this interface is n. - To determine the FTN entry applied after the one indexed by n perform a GETNEXT retrieval operation on mplsFTNMapIndex.ifIndex.n.0; the returned object, if one exists, is (say) mplsFTNMapIndex.ifIndex.n.m. Then the index of the next FTN entry applied on this interface is m. Use the above steps to retrieve all the applied FTN entries on a per-interface basis in application order. Note that the number of retrieval operations is the same as the number of applied FTN entries (i.e. the minimum number of GETNEXT operations needed using any indexing scheme).
             mplsFTNMapEntry 1.3.6.1.2.1.10.9999.5.1.5.1 no-access
Each entry indicates the application of a particular entry as defined in mplsFTNTable on an interface. The order of application of FTN entries on an interface is the order in which they will be compared against incoming packets for a match. Each entry of this table is indexed by the interface index that the FTN entry is applied to, with the value 0 representing all interfaces, the index of the previous FTN entry applied on the interface and the index of the current FTN entry. This linked-list indexing style structure allows FTN entries to be inserted at arbitrary positions in the list. Agents MUST NOT allow the same FTN entries to be applied multiple times to the same interface. Agents MUST NOT allow the creation of rows in this table until the corresponding rows are created in the mplsFTNTable. If the corresponding row in the FTN table is destroyed, the agent MUST destroy the corresponding entries in this table as well. Although it is strongly recommended that managers destroy rows in this table in such a way that keeps the remainder of the table consistent, agents MUST ultimately make sure that if an entry in this table is destroyed, that inconsistencies in the table are not allowed to occur. To this end, rows that are no longer appropriate should be taken out of service.
                 mplsFTNMapIndex 1.3.6.1.2.1.10.9999.5.1.5.1.1 interfaceindexorzero no-access
The interface index that this FTN entry is being applied to. A value of zero indicates an entry that is applied all interfaces. Entries mapped to an interface by specifying its (non- zero) interface index in mplsFTNMapIndex are applied ahead of entries with mplsFTNMapIndex equal to zero.
                 mplsFTNMapPrevIndex 1.3.6.1.2.1.10.9999.5.1.5.1.2 mplsftnentryindexorzero no-access
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.
                 mplsFTNMapCurrIndex 1.3.6.1.2.1.10.9999.5.1.5.1.3 mplsftnentryindex no-access
Index of the current FTN entry that is being applied to this interface.
                 mplsFTNMapRowStatus 1.3.6.1.2.1.10.9999.5.1.5.1.5 rowstatus read-only
Used for controlling the creation and deletion of this row. All writable objects in this row may be modified at any time. If a conceptual row instance of mplsFTNMapTable points to a conceptual row instance in mplsFTNTable which is subsequently deleted, the corresponding conceptual row in mplsFTNMapTable MUST also be deleted by the agent.
                 mplsFTNMapStorageType 1.3.6.1.2.1.10.9999.5.1.5.1.6 storagetype read-only
The storage type for this entry. Conceptual rows having the value 'permanent' need not allow write-access to any columnar objects in this row.
         mplsFTNPerfTable 1.3.6.1.2.1.10.9999.5.1.6 no-access
This table contains performance statistics on FTN entries on a per-interface basis.
             mplsFTNPerfEntry 1.3.6.1.2.1.10.9999.5.1.6.1 no-access
Each entry contains performance information for the specified interface and an FTN entry mapped to this interface.
                 mplsFTNPerfIndex 1.3.6.1.2.1.10.9999.5.1.6.1.1 interfaceindexorzero no-access
The interface index of an interface that an FTN entry has been applied/mapped to. Each instance of this object corresponds to an instance of mplsFTNMapIndex.
                 mplsFTNPerfCurrIndex 1.3.6.1.2.1.10.9999.5.1.6.1.2 mplsftnentryindex no-access
Index of an FTN entry that has being applied/mapped to the specified interface. Each instance of this object corresponds to an instance of mplsFTNMapCurrIndex.
                 mplsFTNPerfMatchedPackets 1.3.6.1.2.1.10.9999.5.1.6.1.3 counter64 read-only
Number of packets that matched the specified FTN entry if it is applied/mapped to the specified interface. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of mplsFTNDiscontinuityTime.
                 mplsFTNPerfMatchedOctets 1.3.6.1.2.1.10.9999.5.1.6.1.4 counter64 read-only
Number of octets that matched the specified FTN entry if it is applied/mapped to the specified interface. Discontinuities in the value of this counter can occur at re-initialization of the management system, and at other times as indicated by the value of mplsFTNDiscontinuityTime.
                 mplsFTNPerfDiscontinuityTime 1.3.6.1.2.1.10.9999.5.1.6.1.5 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more of this entry's counters suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, then this object contains a zero value.
     mplsFTNConformance 1.3.6.1.2.1.10.9999.5.2
         mplsFTNGroups 1.3.6.1.2.1.10.9999.5.2.1
             mplsFTNRuleGroup 1.3.6.1.2.1.10.9999.5.2.1.1
Collection of objects that implement MPLS FTN rules.
             mplsFTNMapGroup 1.3.6.1.2.1.10.9999.5.2.1.2
Collection of objects that implement activation of MPLS FTN entries on interfaces.
             mplsFTNPerfGroup 1.3.6.1.2.1.10.9999.5.2.1.3
Collection of objects providing MPLS FTN performance information.
         mplsFTNCompliances 1.3.6.1.2.1.10.9999.5.2.2
             mplsFTNModuleFullCompliance 1.3.6.1.2.1.10.9999.5.2.2.1
Compliance statement for agents that provide full support for MPLS-FTN-MIB.
             mplsFTNModuleReadOnlyCompliance 1.3.6.1.2.1.10.9999.5.2.2.2
Compliance requirement for implementations that only provide read-only support for MPLS-FTN-MIB. Such devices can then be monitored but cannot be configured using this MIB.