CISCO-LPTS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-LPTS-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
 ciscoLptsMIB 1.3.6.1.4.1.9.9.812
The MIB module for Local Packet Transport Services(LPTS) related information like the flows and the policer values related to various flows present in the system. The number of packets coming into the system is controlled by the policer values associated with the protocol. Each protocol is classified into different flows and a rate limit is associated with the flows. Policer is a numerical value controlling the number of packets entering the box. The flows represent individual, specific protocols. Flow types also represent the degree of trust for a given packet. Ex: BGP packets coming from established session is assigned one flow, packets from configured BGP peer are assigned different flow . Other BGP packets are assigned a third flow. Definitions: LPTS - Local Packet Transport Services. It is a network infrastructure subsystem that provides a common facility for transport of packets which are destined towards the router (for-us packets), to the exact applications. In addtion to that, it also provides policing of for-us packets FlowType - Represents individual, specific protocols. Flow also represents the degree of trust for a given packet. LC - Line Cards. Policer - Index to FlowType. CurrentRate - Number of packets allowed into the box in PPS (Packets Per Second). Type - Defines the scope of the flow applicable at a specific node or Line card. Precedence - Precedence is the selection mechanism for a specific Type if more than one Type is configured for the same flow. 'local' FlowType has higher precedence over 'global' and 'static' FlowTypes. 'global' FlowType has higher precedence over 'static' FlowType. nodeID - The line card for which the flow configuration is made.
         ciscoLptsMIBNotifs 1.3.6.1.4.1.9.9.812.0
         ciscoLptsMIBObjects 1.3.6.1.4.1.9.9.812.1
             clGlobalFlowTable 1.3.6.1.4.1.9.9.812.1.1 no-access
This table respresents the flows configured globally and the configuration will be reflected across all the linecards
                 clGlobalFlowEntry 1.3.6.1.4.1.9.9.812.1.1.1 no-access
An entry will be added into clGlobalFlowTable when LPTS flows configured without any location specific details. Similarly when the global LPTS flow config is removed, then type and rate retained as per Static config file. The entries in this table can be of Type either 'global' or 'static'.
                     clGlobalFlowIndex 1.3.6.1.4.1.9.9.812.1.1.1.1 unsigned32 no-access
An unique value used to represent a row in the clGlobalFlowTable
                     clGlobalFlowType 1.3.6.1.4.1.9.9.812.1.1.1.2 snmpadminstring read-only
This object indicates the flow type name associated with every flow. Eg. FlowType could be BGP-Known, BGP-configured BGP-default.
                     clGlobalType 1.3.6.1.4.1.9.9.812.1.1.1.3 clflowtype read-only
This object indicates an enumeration which indicates whether LPTS flow configured across all the linecards are 'global' or 'static' depending on the predecedence
                     clGlobalCurrentRate 1.3.6.1.4.1.9.9.812.1.1.1.4 unsigned32 read-write
This object specifies the rate associated with the flow type which is configured globally.
             clLocalFlowTable 1.3.6.1.4.1.9.9.812.1.2 no-access
This table represents the configurations for the local flow types & affects a particular nodeID for which config is applied. When local flow type is not configured & we have a global configuration then the clLocalFlowTable has global flow value. If neither local flow nor the global flows are configured, then clLocalFlowTable will have static values derived from the config file. If both the local flow and global flow is configured, then the local flow information takes precedence over the global flow information.
                 clLocalFlowEntry 1.3.6.1.4.1.9.9.812.1.2.1 no-access
An entry in clLocalFlowTable will be added when LPTS flows are configured specific to a location. This table is indexed based on nodeID and clGlobalFlowIndex. When NMS polls for flow in clLocalFlowTable, the flow name is retrieved from the clGlobalFlowTable. When a local configuration is removed for a flow, then clGlobalCurrentRate will be applied if it is present, else static rate will be applied.
                     clLocalNodeID 1.3.6.1.4.1.9.9.812.1.2.1.1 unsigned32 no-access
The linecard for which the flow configuration is made.
                     clLocalType 1.3.6.1.4.1.9.9.812.1.2.1.2 clflowtype read-only
This object indicates an enumeration which indicates LPTS flows configured specific to a linecard
                     clLocalCurrentRate 1.3.6.1.4.1.9.9.812.1.2.1.3 unsigned32 read-only
This object indicates the packet rate associated with the flow type with which packets are accepted or dropped specific to a linecard.
                     clLocalAccepted 1.3.6.1.4.1.9.9.812.1.2.1.4 counter64 read-only
This object indicates the total number of packets accepted on a linecard for a specific flow.
                     clLocalDropped 1.3.6.1.4.1.9.9.812.1.2.1.5 counter64 read-only
This object indicates the total number of packets dropped on a linecard for a specific flow.
                     clLocalTosValue 1.3.6.1.4.1.9.9.812.1.2.1.6 unsigned32 read-only
This object indicates the type of service.
         ciscoLptsMIBConform 1.3.6.1.4.1.9.9.812.2
             ciscoLptsMIBCompliances 1.3.6.1.4.1.9.9.812.2.1
                 ciscoLptsMIBCompliance 1.3.6.1.4.1.9.9.812.2.1.1
The compliance statement for entities which implement the Cisco LPTS MIB.
             ciscoLptsMIBGroups 1.3.6.1.4.1.9.9.812.2.2
                 clGlobalFlowGroup 1.3.6.1.4.1.9.9.812.2.2.1
A collection of objects which provides information about flow type and current rate configured across all Linecards.
                 clLocalFlowGroup 1.3.6.1.4.1.9.9.812.2.2.2
A collection of objects which provides information about current rate and accept/drop statistics for a specific linecard.