CISCO-LPTS-MIB
- Registered at
- 1.3.6.1.4.1.9.9.812
- Last updated
- 2013-09-03 00:00
- Organization
- Cisco Systems, Inc.
- Revisions
- 2013-09-03 00:00
- Namespace
- cisco
- Source file
CISCO-LPTS-MIB- Digest
sha256:f6fbd838924992cb1a96cfc6c15530b8b21666d6e5ecad30c9132b91a2e1e5d8
Description
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.
Contact
Cisco Systems Customer Service Postal: 170 W Tasman Drive San Jose, CA 95134 USA Tel: +1 800 553-NETS E-mail: cs-q-lpts-dev@cisco.com
Imports
| From | Symbols |
|---|---|
| CISCO-SMI | ciscoMgmt |
| SNMP-FRAMEWORK-MIB | SnmpAdminString |
| SNMPv2-CONF | MODULE-COMPLIANCE, NOTIFICATION-GROUP, OBJECT-GROUP |
| SNMPv2-SMI | Counter64, MODULE-IDENTITY, NOTIFICATION-TYPE, OBJECT-IDENTITY, OBJECT-TYPE, Unsigned32, iso |
| SNMPv2-TC | DisplayString, TEXTUAL-CONVENTION |
Imported by
Nothing in this corpus imports this module.
Load order
Every file a consumer needs in order to load this module, dependencies first.
CISCO-LPTS-MIB CISCO-SMI SNMP-FRAMEWORK-MIB SNMPv2-CONF SNMPv2-SMI SNMPv2-TC
Textual conventions
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ClFlowType TEXTUAL-CONVENTION An 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 same flow. When Type 'local' and 'global' are configured for the same flow, then 'local' Type takes precedence. If 'local' Type is not configured, then 'global' Type would be applied if it is present. If neither the 'local' nor the 'global' Type is configured, then the ClFlowType is derived from the static configuration file which is of Type 'static'. | current |
Objects
| Name | OID | Syntax | Access | Status |
|---|---|---|---|---|
| ciscoLptsMIBNotifs OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.812.0 | |||
| ciscoLptsMIBObjects OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.812.1 | |||
| clGlobalFlowTable OBJECT-TYPE This 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 | not-accessible | current | |
| clGlobalFlowEntry OBJECT-TYPE 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'. | 1.3.6.1.4.1.9.9.812.1.1.1 | not-accessible | current | |
| clGlobalFlowIndex OBJECT-TYPE An unique value used to represent a row in the clGlobalFlowTable | 1.3.6.1.4.1.9.9.812.1.1.1.1 | Unsigned32 (1..255) | not-accessible | current |
| clGlobalFlowType OBJECT-TYPE This 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.2 | SnmpAdminString (SIZE(1..80)) | read-only | current |
| clGlobalType OBJECT-TYPE This object indicates an enumeration which indicates whether LPTS flow configured across all the linecards are 'global' or 'static' depending on the predecedence | 1.3.6.1.4.1.9.9.812.1.1.1.3 | ClFlowType | read-only | current |
| clGlobalCurrentRate OBJECT-TYPE This object specifies the rate associated with the flow type which is configured globally. | 1.3.6.1.4.1.9.9.812.1.1.1.4 | Unsigned32 | read-write | current |
| clLocalFlowTable OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.812.1.2 | not-accessible | current | |
| clLocalFlowEntry OBJECT-TYPE 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. | 1.3.6.1.4.1.9.9.812.1.2.1 | not-accessible | current | |
| clLocalNodeID OBJECT-TYPE The linecard for which the flow configuration is made. | 1.3.6.1.4.1.9.9.812.1.2.1.1 | Unsigned32 (1..65535) | not-accessible | current |
| clLocalType OBJECT-TYPE This 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.2 | ClFlowType | read-only | current |
| clLocalCurrentRate OBJECT-TYPE This 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.3 | Unsigned32 | read-only | current |
| clLocalAccepted OBJECT-TYPE This 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.4 | Counter64 | read-only | current |
| clLocalDropped OBJECT-TYPE This 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.5 | Counter64 | read-only | current |
| clLocalTosValue OBJECT-TYPE This object indicates the type of service. | 1.3.6.1.4.1.9.9.812.1.2.1.6 | Unsigned32 | read-only | current |
| ciscoLptsMIBConform OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.812.2 | |||
| ciscoLptsMIBCompliances OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.812.2.1 | |||
| ciscoLptsMIBGroups OBJECT-IDENTITY | 1.3.6.1.4.1.9.9.812.2.2 |
Conformance
| Name | OID | Status |
|---|---|---|
| ciscoLptsMIBCompliance MODULE-COMPLIANCE The compliance statement for entities which implement the Cisco LPTS MIB. | 1.3.6.1.4.1.9.9.812.2.1.1 | current |
| clGlobalFlowGroup OBJECT-GROUP A 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.1 | current |
| clLocalFlowGroup OBJECT-GROUP A collection of objects which provides information about current rate and accept/drop statistics for a specific linecard. | 1.3.6.1.4.1.9.9.812.2.2.2 | current |