MIB Viewer

CISCO-LPTS-MIB

24 objects
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.
Imported Objects
CISCO-SMIciscoMgmt
SNMP-FRAMEWORK-MIBSnmpAdminString
SNMPv2-CONFMODULE-COMPLIANCE OBJECT-GROUP
SNMPv2-SMICounter64 MODULE-IDENTITY OBJECT-TYPE Unsigned32
SNMPv2-TCTEXTUAL-CONVENTION
OIDNameAccessStatusDescription
1.3.6.1.4.1.9.9.812IdentityciscoLptsMIBThe MIB module for Local Packet Transport Services(LPTS) related information like the flows and the policer values related to various flows present in the syst…
1.3.6.1.4.1.9.9.812.0NodeciscoLptsMIBNotifs
1.3.6.1.4.1.9.9.812.1NodeciscoLptsMIBObjects
1.3.6.1.4.1.9.9.812.1.1TableclGlobalFlowTablenot-accessiblecurrentThis table respresents the flows configured globally and the configuration will be reflected across all the linecards
1.3.6.1.4.1.9.9.812.1.1.1RowclGlobalFlowEntrynot-accessiblecurrentAn entry will be added into clGlobalFlowTable when LPTS flows configured without any location specific details. Similarly when the global LPTS flow config is r…
1.3.6.1.4.1.9.9.812.1.1.1.1ColumnclGlobalFlowIndexnot-accessiblecurrentAn unique value used to represent a row in the clGlobalFlowTable
1.3.6.1.4.1.9.9.812.1.1.1.2ColumnclGlobalFlowTyperead-onlycurrentThis object indicates the flow type name associated with every flow. Eg. FlowType could be BGP-Known, BGP-configured BGP-default.
1.3.6.1.4.1.9.9.812.1.1.1.3ColumnclGlobalTyperead-onlycurrentThis object indicates an enumeration which indicates whether LPTS flow configured across all the linecards are 'global' or 'static' depending on the predeceden…
1.3.6.1.4.1.9.9.812.1.1.1.4ColumnclGlobalCurrentRateread-writecurrentThis object specifies the rate associated with the flow type which is configured globally.
1.3.6.1.4.1.9.9.812.1.2TableclLocalFlowTablenot-accessiblecurrentThis table represents the configurations for the local flow types & affects a particular nodeID for which config is applied. When local flow type is not config…
1.3.6.1.4.1.9.9.812.1.2.1RowclLocalFlowEntrynot-accessiblecurrentAn entry in clLocalFlowTable will be added when LPTS flows are configured specific to a location. This table is indexed based on nodeID and clGlobalFlowIndex. …
1.3.6.1.4.1.9.9.812.1.2.1.1ColumnclLocalNodeIDnot-accessiblecurrentThe linecard for which the flow configuration is made.
1.3.6.1.4.1.9.9.812.1.2.1.2ColumnclLocalTyperead-onlycurrentThis object indicates an enumeration which indicates LPTS flows configured specific to a linecard
1.3.6.1.4.1.9.9.812.1.2.1.3ColumnclLocalCurrentRateread-onlycurrentThis object indicates the packet rate associated with the flow type with which packets are accepted or dropped specific to a linecard.
1.3.6.1.4.1.9.9.812.1.2.1.4ColumnclLocalAcceptedread-onlycurrentThis object indicates the total number of packets accepted on a linecard for a specific flow.
1.3.6.1.4.1.9.9.812.1.2.1.5ColumnclLocalDroppedread-onlycurrentThis object indicates the total number of packets dropped on a linecard for a specific flow.
1.3.6.1.4.1.9.9.812.1.2.1.6ColumnclLocalTosValueread-onlycurrentThis object indicates the type of service.
1.3.6.1.4.1.9.9.812.2NodeciscoLptsMIBConform
1.3.6.1.4.1.9.9.812.2.1NodeciscoLptsMIBCompliances
1.3.6.1.4.1.9.9.812.2.1.1ComplianceciscoLptsMIBCompliancecurrentThe compliance statement for entities which implement the Cisco LPTS MIB.
1.3.6.1.4.1.9.9.812.2.2NodeciscoLptsMIBGroups
1.3.6.1.4.1.9.9.812.2.2.1GroupclGlobalFlowGroupcurrentA collection of objects which provides information about flow type and current rate configured across all Linecards.
1.3.6.1.4.1.9.9.812.2.2.2GroupclLocalFlowGroupcurrentA collection of objects which provides information about current rate and accept/drop statistics for a specific linecard.
Type Definitions
NameSyntaxStatusDescription
ClFlowTypeINTEGER { static(1), global(2), local(3) }currentAn enumeration unsigned integer which indicates the scope of flow applicable at a specific node or Line Card (LC). Precedence is the selection mechanism for a specific Type if more than one Type is configured for the sa…