CISCO-PORT-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-PORT-QOS-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
 ciscoPortQosMIB 1.3.6.1.4.1.9.9.189
Cisco PORT QOS MIB - Overview This MIB module is for the management of Cisco's per port rate-limiting and traffic shaping on L3 switch/Router Platform(s). Per-port rate-limiting is a traffic control method. A set of rate limits are applied to the traffic traversing an interface. Each rate limit has a configurable action that is taken when rate limiting criteria is met. Per-port traffic shaping is a traffic control method. The user can restrict the amount of traffic coming out of a physical port. Excess traffic is buffered within the router/switch to the extent possible. A class represents a class of traffic. It is defined via the specification of the packet matching criteria that identifies packets that are to belong to the class. Class-default: In addition to user defined classes, a pre-existing class named 'class-default' exists to represent all packets that do not match any of the user defined classes. This class-default exists so that policies can be defined for this group of packets that do not match any user defined classes. Actions are individual policies (e.g.: policing) that can be applied to a traffic class. A policy represents a set of actions that are to be applied to a set of traffic classes. The policy is associated with a target (like a port) and the direction of traffic on that target to which the policy is to be applied. A hierarchical policy is one in which an entire policy is directly assigned to a class of traffic. Thus, a hierarchical policy is a nested policy that contains a set of the pair of a child-policy and the traffic-class to which it is applied. DSCP (Differentiated Services Code Point) is the six most significant bits of the ToS field in a IP packet header. CoS (Class of Service) is the three bits in the layer 2 header that indicates user priority value assigned to this packet. This MIB module also provides per port QoS statistics.
         ciscoPortQosMIBObjects 1.3.6.1.4.1.9.9.189.1
             cportQosRLConfig 1.3.6.1.4.1.9.9.189.1.1
                 cportQosRLConfigTable 1.3.6.1.4.1.9.9.189.1.1.1 no-access
A table of rate limit configuration entries. Rate Limiting is a method of traffic control. It allows a set of rate limits to be configured and applied to packets flowing into/out of an interface to regulate network traffic. This object is deprecated and replaced by cbQosPoliceCfgTable in CISCO-CLASS-BASED-QOS-MIB. Rate limit is functionally same as police action in current QoS implementation on various platforms.
                     cportQosRLConfigEntry 1.3.6.1.4.1.9.9.189.1.1.1.1 no-access
A collection of rate-limit configuration objects for a particular interface. Entries in the cportQosRLConfigTable are created and deleted by non-SNMP methods. Creation of these entries is dependent upon configuration of a physical interface. Further, the physical interfaces which are configured for port-qos, can only have these entries. The ifIndex in the INDEX clause identifies the interface number for a physical interface. This object is deprecated and replaced by cbQosPoliceCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosRLConfigDirection 1.3.6.1.4.1.9.9.189.1.1.1.1.1 integer no-access
The direction in which the rate-limit is applied to packet: input statistics of the input packets. output statistics of the output packets. This object is deprecated and replaced by cbQosPolicyDirection in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason mentioned in description of cportQosRLConfigTable. Enumeration: 'input': 1, 'output': 2.
                         cportQosRLConfigEnable 1.3.6.1.4.1.9.9.189.1.1.1.1.2 truthvalue read-write
This indicates the rate-limit is enabled or disabled. A value of true(1) indicates the rate-limit is enabled and a value of false(2) indicates it's disabled. Writing a value of true(1) to this object also requires writing a valid value to the cportQosRLConfigRate at the same time. Writing to cportQosRLConfigBurstSize is optional. This object is deprecated, but there is no direct mapping to any object. To obtain information about police being configured or not on a given interface, cbQosPoliceCfgEntry can be queried. To query, cbQosPoliceCfgEntry following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection to index into cbQosInterfacePolicyTable to obtain cbQosIFPolicyIndex, which same as cbQosPolicyIndex. Step 2: Walk through all entries for given cbQosPolicyIndex in cbQosObjectsTable. If there is entry with cbQosObjectsType as 'police', then the corresponding cbQosConfigIndex corresponds to the index for cbQosPoliceCfgEntry. If such entry exists, then policer is enabled (i.e. true) on that ifIndex in cbQosPolicyDirection, else it is not (i.e. false).
                         cportQosRLConfigRate 1.3.6.1.4.1.9.9.189.1.1.1.1.3 integer32 read-write
This is the sustained rate permitted by the rate limit. Writing to this object also requires writing a value of true(1) to cportQosRLConfigEnable at the same time. This object is deprecated and replaced by cbQosPoliceCfgRate in CISCO-CLASS-BASED-QOS-MIB. cbQosPoliceCfgRate is in cbQosPoliceCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in the same fashion as mentioned in cportQosRLConfigEnable.
                         cportQosRLConfigBurstSize 1.3.6.1.4.1.9.9.189.1.1.1.1.4 integer32 read-write
The burst size. The amount of traffic, in bytes, in excess of the sustained rate which will be instantaneously permitted by the rate limit. Writing to this object also requires writing a value of true(1) to cportQosRLConfigEnable and a valid value to the cportQosRLConfigRate at the same time. This object is deprecated and replaced by cbQosPoliceCfgBurstSize in CISCO-CLASS-BASED-QOS-MIB. cbQosPoliceCfgBurstSize is in cbQosPoliceCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in the same fashion as mentioned in cportQosRLConfigEnable.
             cportQosTSConfig 1.3.6.1.4.1.9.9.189.1.2
                 cportQosTSConfigTable 1.3.6.1.4.1.9.9.189.1.2.1 no-access
A table of traffic-shaping action configuration entries. This object is deprecated and replaced by cbQosTSCfgTable in CISCO-CLASS-BASED-QOS-MIB.
                     cportQosTSConfigEntry 1.3.6.1.4.1.9.9.189.1.2.1.1 no-access
A collection of traffic shaping action configuration objects for a particular interface. Entries in the cportQosTSConfigTable are created and deleted by non-SNMP methods. Creation of these entries is dependent upon configuration of a physical interface. Further, the physical interfaces which are configured for port-qos, can only have these entries. The ifIndex in the INDEX clause identifies the interface number for a physical interface. This object is deprecated and replaced by cbQosTSCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosTSConfigEnable 1.3.6.1.4.1.9.9.189.1.2.1.1.1 truthvalue read-write
This indicates the traffic shaping is enabled or disabled. A value of true(1) indicates the traffic shaping is enabled and a value of false(2) indicates it's disabled. Writing a value of true(1) to this object also requires writing a valid value to the cportQosTSConfigRate at the same time. Writing to cportQosTSConfigBurstSize is optional. This object is deprecated and there is no direct replacement. To obtain information about police being configured or not on a given interface, cbQosTSCfgEntry can be queried. To query cbQosTSCfgEntry for a given interface, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection index into to cbQosInterfacePolicyTable and obtain cbQosIFPolicyIndex which same as cbQosPolicyIndex. Step 2: Use cbQosPolicyIndex to index into cbQosObjectsTable and get all entries for this policy index. Among these entries search for entry with cbQosObjectsType as 'trafficShaping'. If such entry exists, then TS is enabled (i.e. true) , else it is not(i.e. false). This query can be run for both values of cbQosPolicyDirection, 'input' and 'output' to obtain information for a given ifIndex.
                         cportQosTSConfigRate 1.3.6.1.4.1.9.9.189.1.2.1.1.2 integer32 read-write
This is the sustained rate permitted by the traffic shaping. Writing to this object also requires writing a value of true(1) to cportQosTSConfigEnable at the same time. This object is deprecated and replaced by cbQosTSCfgRate in CISCO-CLASS-BASED-QOS-MIB. cbQosTSCfgRate is in CbQosTSCfgEntry, which can be queried by using ifIndex and cbQosPolicyDirection in same fashion as mentioned in cportQosTSConfigEnable.
                         cportQosTSConfigBurstSize 1.3.6.1.4.1.9.9.189.1.2.1.1.3 integer32 read-write
The amount of traffic, in bits, in excess of the sustained traffic shaping rate that will be instantaneously permitted by this feature. Writing to this object also requires writing a value of true(1) to cportQosTSConfigEnable and a valid value to the cportQosTSConfigRate at the same time. This object is deprecated and replaced by cbQosTSCfgBurstSize in CISCO-CLASS-BASED-QOS-MIB. cbQosTSCfgBurstSize is in CbQosTSCfgEntry, which can be queried using ifIndex and cbQosPolicyDirection in same fashion as mentioned in cportQosTSConfigEnable.
             cportQosStatistics 1.3.6.1.4.1.9.9.189.1.3
                 cportQosIndexType 1.3.6.1.4.1.9.9.189.1.3.1 integer read-only
This object specifies the sorting mechanism used to collect and store the statistical QoS information. This object value is device dependent and it could be optionally configured via command-line. This object has been deprecated in order to make the selection of sorting mechanism selectable from the MIB. The replacement object is cportQosIndexTypeNew. Enumeration: 'none': 1, 'cos': 4, 'dscp': 2, 'ipPrecedence': 3.
                 cportQosStatsTable 1.3.6.1.4.1.9.9.189.1.3.2 no-access
This table specifies QoS port related Statistical information. This object is deprecated and replaced by various action specific table in CISCO-CLASS-BASED-QOS-MIB. To view port specific policy execution stats on interface, policy on that interface can be looked up and then action specific can be obtained from that policy info. Following steps illustrates this. Step 1: Use ifIndex and cbQosPolicyDirection to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with desired action in cbQosObjectsType. For example, to get all policing action stats, filter on cbQosObjectsType = 'police'. Step 4: Collect all cbQosObjectsIndex for all such filtered entries. Step 5: Index cbQosPolicyIndex and cbQosObjectsIndex into corresponding action specific stats table to obtain corresponding stats. For example, for policer action, cbQosPoliceStatsEntry can be indexed.
                     cportQosStatsEntry 1.3.6.1.4.1.9.9.189.1.3.2.1 no-access
Each entry in this table describes the QoS port statistical information which are : pre/post policy pkts/octets counts, drop pkts/octets, classified pkts/octets. This object is deprecated and replaced by various action specific stats in CISCO-CLASS-BASED-QOS-MIB as described in cportQosStatsTable.
                         cportQosDirection 1.3.6.1.4.1.9.9.189.1.3.2.1.1 integer no-access
The direction of the reported statistics: -'ingress' statistics for the input direction. -'egress' statistics for the output direction. This object is deprecated and replaced by cbQosPolicyDirection in CISCO-CLASS-BASED-QOS-MIB. Enumeration: 'ingress': 1, 'egress': 2.
                         cportQosIndex 1.3.6.1.4.1.9.9.189.1.3.2.1.2 unsigned32 no-access
An arbitrary integer to identify this entry. cportQosIndex value, which may have non-contiguous range, is linked to cportQosIndexType: -if cportQosIndexTypeNew equals 'none', cportQosIndex is constant with the value of 1 and all statistics are classified per port -if cportQosIndexTypeNew equals 'DSCP', cportQosIndex range is from 1 to 65 and all statistics are classified per port and DSCP value. The range of DSCP values reported is shifted up one meaning a cportQosIndex of 1 translates to a packet DSCP value of 0. Value of 65 is an arbitrary number used to report aggregate counts of packets which were not displayed in the 1 to 64 range. This usually happens when the range value of cportQosIndex is non-contiguous -if cportQosIndexTypeNew equals 'ipPrecedence', cportQosIndex range is from 1 to 8 and all statistics are classified per port and IP precedence value. The range of IP precedence values reported is shifted up one meaning a cportQosIndex of 1 translates to an IP precedence value of 0 -if cportQosIndexTypeNew equals 'cos', cportQosIndex range is from 1 to 8 and all statistics are classified per interface and L2 COS value. The range of COS values reported is shifted up one meaning a cportQosIndex of 1 translates to a COS value of 0 -if cportQosIndexTypeNew equals 'police', cportQosIndex range is from 1 to 65 and all statistics are classified per interface and police index. The police indexes are arbitrary numbers that do not correlate to policers names or identifiers. This object is deprecated and has no direct replacement. As indicated in description of cportQosStatsEntry, since stats table in CISCO-CLASS-BASED-QOS-MIB are action specific, this object is not required to classify the stats per action.
                         cportQosPrePolicyPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.3 counter64 read-only
The count of packets prior to executing any QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosPrePolicyOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.4 counter64 read-only
The count of octets prior to executing any QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosPostPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.5 counter64 read-only
The count of packets after executing QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosPostPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.6 counter64 read-only
The count of octets after executing QoS policies. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosDropPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.7 counter64 read-only
The count of dropped packets as the result of queuing and scheduling related QoS features that can produce drops. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosDropOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.8 counter64 read-only
The count of dropped octets as the result of queuing and scheduling related QoS features that can produce drops. This object is deprecated and replaced by corresponding action specific pre policy counter in CISCO-CLASS-BASED-QOS-MIB. Since CISCO-CLASS-BASED-QOS-MIB has action based stats, there is no direct mapping for this object.
                         cportQosClassifiedOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.9 counter64 read-only
The count of classified octets during QoS. This object is deprecated and replaced by various stats table objects in CISCO-CLASS-BASED-QOS-MIB. cbQosCMPrePolicyByte64 in CbQosCMStatsEntry be used in place this object. Entry specific to a given ifIndex and cbQosPolicyDirection can be obtained in same fashion as described in description of cportQosStatsTable, with exception of step 5. In step 5, index cbQosPolicyIndex and cbQosObjectsIndex into CbQosCMStatsEntry to obtain cbQosCMPrePolicyByte64 in that entry.
                         cportQosClassifiedPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.10 counter64 read-only
The count of classified packets during QoS. This object is deprecated and replaced by various stats table objects in CISCO-CLASS-BASED-QOS-MIB. cbQosCMPrePolicyPkt64 in CbQosCMStatsEntry be used in place this object. Entry specific to a given ifIndex and cbQosPolicyDirection can be obtained in same fashion as described in description of cportQosStatsTable, with exception of step 5. In step 5, index cbQosPolicyIndex and cbQosObjectsIndex into CbQosCMStatsEntry to obtain cbQosCMPrePolicyPkt64 in that entry.
                         cportQosNoChangePkts 1.3.6.1.4.1.9.9.189.1.3.2.1.11 counter64 read-only
The count of packets maintain unchange after executing QoS policies. This object is deprecated and replaced by various stats table object in CISCO-CLASS-BASED-QOS-MIB. There is no direct mapping of this object as it depends on action for which stats being asked for. For example, to obtain No change packet for policer action, cbQosPoliceConformedPkt64 from CbQosPoliceStatsEntry can be used. Steps to index into CbQosPoliceStatsEntry using ifIndex and cbQosPolicyDirection is described in the description of cportQosStatsTable.
                         cportQosNoChangeOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.12 counter64 read-only
The count of octets maintain unchange after executing QoS policies. This object is deprecated and replaced by various stats table object in CISCO-CLASS-BASED-QOS-MIB. There is no direct mapping of this object as it depends on action for which stats being asked for. For example, to obtain No change packet for policer action, cbQosPoliceConformedPkt64 from CbQosPoliceStatsEntry can be used. Steps to index into CbQosPoliceStatsEntry using ifIndex and cbQosPolicyDirection is described in the description of cportQosStatsTable.
                         cportQosInProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.13 counter64 read-only
The count of packets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosOutOfProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.14 counter64 read-only
The count of packets that exceed the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosInProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.15 counter64 read-only
The count of octets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosOutOfProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.16 counter64 read-only
The count of octets that exceed the policer profile limit configured for this policy. This objected is deprecated and replaced by cbQosPoliceExceededByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosViolateProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.2.1.17 counter64 read-only
The count of packets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosViolateProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.2.1.18 counter64 read-only
The count of octets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                 cportQosIndexTypeNew 1.3.6.1.4.1.9.9.189.1.3.3 integer read-write
This object specifies the sorting mechanism used to collect and store the statistical QoS information. This object value is device dependent. This object is deprecated since cbQosIndex is deprecated. Enumeration: 'none': 1, 'police': 5, 'cos': 4, 'dscp': 2, 'ipPrecedence': 3.
                 cportQosInVlanStatsTable 1.3.6.1.4.1.9.9.189.1.3.4 no-access
This table specifies QoS port related ingress statistical information. The type of information is controlled by the cportQosIndexTypeNew object. This table is deprecated. Stats for service policy attached to vlan on a trunk or multi-vlan access port can be accessed in same fashion as described in description of in cportQosStatsTable. In Step 1 of description, when cbQosPolicyIndex is obtained from lookup of cbQosInterfacePolicyEntry using ifIndex, this is indexed into CbQosServicePolicyEntry to obtain the cbQosVlanIndex for this policy instance. If this matches, then cbQosPolicyIndex can be used to lookup the stats in same fashion as mentioned in step 2-5 mentioned in the description of cportQosStatsTable.
                     cportQosInVlanStatsEntry 1.3.6.1.4.1.9.9.189.1.3.4.1 no-access
It exists an entry in this table for each port on which QoS is configured per port and per VLAN. This object is deprecated for the same reason mentioned in description of cportQosInVlanStatsTable.
                         cportQosVlanInProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.4.1.1 counter64 read-only
The count of packets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosVlanOutOfProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.4.1.2 counter64 read-only
The count of packets that exceeds the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosVlanInProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.4.1.3 counter64 read-only
The count of octets that are within the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosVlanOutOfProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.4.1.4 counter64 read-only
The count of octets that exceed the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceExceededByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosVlanViolateProfPolicyPkts 1.3.6.1.4.1.9.9.189.1.3.4.1.5 counter64 read-only
The count of packets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosVlanViolateProfPolicyOctets 1.3.6.1.4.1.9.9.189.1.3.4.1.6 counter64 read-only
The count of octets that violate the policer profile limit configured for this policy. This object is deprecated and replaced by cbQosPoliceViolatedByte64 in CISCO-CLASS-BASED-QOS-MIB.
                 cportQosEgressQueueStatsTable 1.3.6.1.4.1.9.9.189.1.3.5 no-access
This table specifies QoS related statistical information for egress queues on each port. The agent will add an entry in this table for each queue, threshold and port. This object is deprecated. Port specific queueing info can be obtained from cbQosQueueingCfgTable and cbQosQueueingStatsTable if port contains policy with queueing action. The process to obtain this info is similar to what is described in cportQosStatsTable: Step 1: Use ifIndex and cbQosPolicyDirection to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with action as 'queueing' in cbQosObjectsType. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get queueing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosQueueingStatsTable To get queueing config : Index cbQosConfigIndex into cbQosQueueingCfgTable.
                     cportQosEgressQueueStatsEntry 1.3.6.1.4.1.9.9.189.1.3.5.1 no-access
A conceptual row in cportQosEgressQueueStatsTable. ` This object is deprecated for the same reason as mentioned in description of cportQosEgressQueueStatsTable.
                         cportQosQueueId 1.3.6.1.4.1.9.9.189.1.3.5.1.1 unsigned32 no-access
This object identifies the queue ID of this port for which QoS statistics are collected. For example, if a port has 4 queues, this index value can be 1,2,3,4. This object is deprecated and has no direct replacement object. Queue id is no longer needed to get queueing action config as described in description of cportQosEgressQueueStatsTable.
                         cportQosQueueThreshold 1.3.6.1.4.1.9.9.189.1.3.5.1.2 unsigned32 no-access
This object identifies the threshold number of the queue threshold associated with this queue. A queue can have more than one threshold. For example, if a queue has 3 thresholds, this index could be 1,2,3. This object is deprecated and has no direct replacement.
                         cportQosQueueEnqueuePkts 1.3.6.1.4.1.9.9.189.1.3.5.1.3 counter64 read-only
This object indicates the number of egress packets that have been enqueued for this queue and threshold. This object is deprecated and replaced by cbQosQueueingCurrentQDepth in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosQueueDropPkts 1.3.6.1.4.1.9.9.189.1.3.5.1.4 counter64 read-only
This object indicates the number of egress packets that have been dropped for this queue and threshold. This object is deprecated and replaced by cbQosQueueingDiscardPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                 cportQosClassEgressStatsTable 1.3.6.1.4.1.9.9.189.1.3.6 no-access
This table specifies egress QoS related statistical information for classes associated with an egress QoS policy. Each queue on a port is uniquely mapped to a class in an egress QoS policy. This table provides the statistical information for each class-queue on each port. The agent will add an entry in this table for each queue and threshold on a port associated with a class. This object is deprecated by corresponding class based table in CISCO-CLASS-BASED-QOS-MIB-MIB. Same information can be obtained from cbQosCMStatsTable and cbQosCMCfgTable. To access a port specific class configuration and stats, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection='output' to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter the ones with object type as 'classmap' in cbQosObjectsType. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get queueing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosCMStatsTable To get queueing config : Index cbQosConfigIndex into cbQosCMCfgTable.
                     cportQosClassEgressStatsEntry 1.3.6.1.4.1.9.9.189.1.3.6.1 no-access
A conceptual row in cportQosClassEgressStatsTable. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
                         cportQosClassId 1.3.6.1.4.1.9.9.189.1.3.6.1.1 unsigned32 no-access
This object identifies the class-ID of the class in an egress policy for which QoS statistics are being collected. Each queue on a port is uniquely mapped to a class in an egress policy. Each class in a policy is uniquely identified by a class-ID. A value of 0 indicates the default queue/class-default. This object is deprecated and no direct mapping is available. All classes must be referred to by name, cbQosCMName, in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosClassThreshold 1.3.6.1.4.1.9.9.189.1.3.6.1.2 unsigned32 no-access
This object identifies the tail-drop queue thresholds value on a class-queue on a port. These values can either be the default value or each could be an explicitly configured value. For example, if a queue has 3 thresholds, 16, 64 and 256, this index value for each threshold would be 16, 64, 256 respectively. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object.
                         cportQosClassName 1.3.6.1.4.1.9.9.189.1.3.6.1.3 snmpadminstring read-only
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassId object. This object is deprecated and replaced by cbQosCMName in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
                         cportQosClassEnqueuePkts 1.3.6.1.4.1.9.9.189.1.3.6.1.4 counter64 read-only
This object indicates the number of egress packets that have been enqueued for this queue and threshold. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. The equivalent info can be obtained from cbQosCMPrePolicyPkt64- cbQosCMDropPkt64. Access of cbQosCMPrePolicyPkt64- cbQosCMDropPkt64, can de done as described in description of cportQosClassEgressStatsTable.
                         cportQosClassDropPkts 1.3.6.1.4.1.9.9.189.1.3.6.1.5 counter64 read-only
This object indicates the number of egress packets that have been dropped for this queue and threshold. This object is deprecated and replaced by cbQosCMDropPkt64 in CISCO-CLASS-BASED-QOS-MIB. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable.
                         cportQosClassDiscontinuityTime 1.3.6.1.4.1.9.9.189.1.3.6.1.6 timestamp read-only
The value of sysUpTime on the most recent occasion at which any of this entry's counter experienced a discontinuity. If discontinuities have not occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. Generic platform independent counters in CISCO-CLASS-BASED-QOS-MIB should be used instead of platform dependent objects in this MIB. There is no direct mapping available for object.
                 cportQosClassIngressStatsTable 1.3.6.1.4.1.9.9.189.1.3.7 no-access
This table specifies QoS related statistical information per port for ingress traffic belonging to QoS classes configured with an action that support statistics (for example: a policer). This object is deprecated by corresponding class based table in CISCO-CLASS-BASED-QOS-MIB-MIB. Same information can be obtained from cbQosPoliceStatsTable and cbQosCMCfgTable. To access a port specific class configuration and stats, following steps can be followed: Step 1: Use ifIndex and cbQosPolicyDirection='input' to lookup cbQosInterfacePolicyEntry and obtain cbQosIFPolicyIndex which is same as cbQosPolicyIndex. Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and obtain all entries corresponding to this policy instance of cbQosPolicyIndex. Step 3: With the obtained entries, filter following: - For entries having 'classmap' in cbQosObjectsType, collect cbQosConfigIndex. - For entries having 'police' in cbQosObjectsType, collect cbQosObjectsIndex. Here the selected entries should be the ones which maps to cbQosParentObjectsIndex of the desired class. Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex for all such filtered entries. Step 5: To get policing stats : Index cbQosPolicyIndex and cbQosObjectsIndex into cbQosPoliceStatsTable To get class config : Index cbQosConfigIndex into cbQosCMCfgTable.
                     cportQosClassIngressStatsEntry 1.3.6.1.4.1.9.9.189.1.3.7.1 no-access
A conceptual row in cportQosClassIngressStatsTable. An entry is added per port for ingress traffic belonging to QoS classes, indicated by cportQosClassIdLevel1 and cportQosClassIdLevel2, configured with an action that supports statistics. This object is deprecated for the same reason as mentioned in cportQosClassIngressStatsTable.
                         cportQosClassIdLevel1 1.3.6.1.4.1.9.9.189.1.3.7.1.1 unsigned32 no-access
This object identifies the class-ID of a class at the first (highest) level of a hierarchical policy. A value of 0 indicates class default. For a non-hierarchical policy, the value of this object is always 0. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object. All classes must be referred by class name object cbQosCMName of cbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosClassIdLevel2 1.3.6.1.4.1.9.9.189.1.3.7.1.2 unsigned32 no-access
This object identifies the class-ID of a class at the second level of a hierarchical policy, or at the first (only) level in a non-hierarchical policy. For a two level policy, this object identifies the class-ID at the second level of the policy. For a non-hierarchical/ single level policy this object identifies the class-ID of a class at the first (only) level of the policy. A value of 0 indicates class default. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no mapping for this object. All classes must be referred by class name object cbQosCMName of cbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosClassNameLevel1 1.3.6.1.4.1.9.9.189.1.3.7.1.3 snmpadminstring read-only
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassIdLevel1 object. This object is deprecated and replaced by cbQosCMName in CbQosCMCfgEntry in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosClassNameLevel2 1.3.6.1.4.1.9.9.189.1.3.7.1.4 snmpadminstring read-only
This object indicates the class name that is associated with the class-ID indicated by the cportQosClassIdLevel2 object. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosCMName of cbQosCMCfgEntry which uniquely identifies a class. To lookup level 2 of hierarchical policy, cbQosConfigIndex chosen should belong to row having appropriate cbQosParentObjectsIndex.
                         cportQosPoliceConformPkts 1.3.6.1.4.1.9.9.189.1.3.7.1.5 counter64 read-only
This object indicates the number of ingress packets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceConformOctets 1.3.6.1.4.1.9.9.189.1.3.7.1.6 counter64 read-only
This object indicates the number of ingress octets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceExceedPkts 1.3.6.1.4.1.9.9.189.1.3.7.1.7 counter64 read-only
This object indicates the number of ingress packets that exceeds the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceExceedOctets 1.3.6.1.4.1.9.9.189.1.3.7.1.8 counter64 read-only
This object indicates the number of ingress octets that exceeds the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceededPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceViolatePkts 1.3.6.1.4.1.9.9.189.1.3.7.1.9 counter64 read-only
This object indicates the number of ingress packets that violates the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolatedPkt64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceViolateOctets 1.3.6.1.4.1.9.9.189.1.3.7.1.10 counter64 read-only
This object indicates the number of ingress octets that violates the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolatedByte64 in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceConformRate 1.3.6.1.4.1.9.9.189.1.3.7.1.11 gauge32 read-only
This object indicates the rate of ingress packets that conforms to the policing rate for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceConformedBitRate in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceExceedRate 1.3.6.1.4.1.9.9.189.1.3.7.1.12 gauge32 read-only
This object indicates the rate of ingress packets that exceeds the policing for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceExceedBitRate in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceViolateRate 1.3.6.1.4.1.9.9.189.1.3.7.1.13 gauge32 read-only
This object indicates the rate of ingress packets that violates the policing for traffic belonging to the classes indicated by the cportQosClassIdLevel1 and cportQosClassIdLevel2 indices. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. This object can be mapped to cbQosPoliceViolateBitRate in CISCO-CLASS-BASED-QOS-MIB.
                         cportQosPoliceDiscontinuityTime 1.3.6.1.4.1.9.9.189.1.3.7.1.14 timestamp read-only
The value of sysUpTime on the most recent occasion at which any of this entry's counter experienced a discontinuity. If discontinuities have not occurred since the last re-initialization of the local management subsystem, then this object contains a zero value. This object is deprecated for the same reason as mentioned in cportQosClassEgressStatsTable. There is no direct object mapped for this object.
                 cportQosDscpStatsTable 1.3.6.1.4.1.9.9.189.1.3.8 no-access
This table indicates QoS related statistical DSCP information. The statistics are collected per physical port and DSCP value. This object is deprecated. Customers should move to using generic policy based counters provided by CISCO-CLASS-BASED-QOS-MIB-MIB instead of using platform specific objects. One way to obtain port specific dscp counters would be to configure a policy with class having match on desired dscp value and no action under it. Then counters in cbQosCMStatsTable can be used to infer the packet counts in ingress and egress direction.
                     cportQosDscpStatsEntry 1.3.6.1.4.1.9.9.189.1.3.8.1 no-access
A conceptual row in cportQosDscpStatsTable. There is an entry in this table for each port and each DSCP value. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                         cportQosDscpValue 1.3.6.1.4.1.9.9.189.1.3.8.1.1 dscp no-access
This object identifies the DSCP value for incoming or outgoing packets. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                         cportQosDscpIngressPkts 1.3.6.1.4.1.9.9.189.1.3.8.1.2 counter64 read-only
This object indicates the number of ingress packets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                         cportQosDscpIngressOctets 1.3.6.1.4.1.9.9.189.1.3.8.1.3 counter64 read-only
This object indicates the number of ingress octets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                         cportQosDscpEgressPkts 1.3.6.1.4.1.9.9.189.1.3.8.1.4 counter64 read-only
This object indicates the number of egress packets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                         cportQosDscpEgressOctets 1.3.6.1.4.1.9.9.189.1.3.8.1.5 counter64 read-only
This object indicates the number of egress octets whose DSCP value matched the value of the cportQosDscpValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosDscpStatsTable.
                 cportQosCosStatsTable 1.3.6.1.4.1.9.9.189.1.3.9 no-access
This table indicates QoS related statistical COS information. The statistics are collected per physical port and COS value. This object is deprecated. Customers should move to using generic independent counters provided by CISCO-CLASS-BASED-QOS-MIB-MIB instead of using platform specific objects. One way to obtain port specific dscp counters would be to configure a policy with class having match on desired cos value and no action under it. Then counters in cbQosCMStatsTable can be used to infer the packet counts in ingress and egress direction.
                     cportQosCosStatsEntry 1.3.6.1.4.1.9.9.189.1.3.9.1 no-access
A conceptual row in cportQosCosStatsTable. There is an entry in this table for each port and each COS value. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
                         cportQosCosValue 1.3.6.1.4.1.9.9.189.1.3.9.1.1 qoslayer2cos no-access
This object identifies the COS value for each received or sent packet. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
                         cportQosCosIngressPkts 1.3.6.1.4.1.9.9.189.1.3.9.1.2 counter64 read-only
This object indicates the number of ingress packets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
                         cportQosCosIngressOctets 1.3.6.1.4.1.9.9.189.1.3.9.1.3 counter64 read-only
This object indicates the number of ingress octets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
                         cportQosCosEgressPkts 1.3.6.1.4.1.9.9.189.1.3.9.1.4 counter64 read-only
This object indicates the number of egress packets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
                         cportQosCosEgressOctets 1.3.6.1.4.1.9.9.189.1.3.9.1.5 counter64 read-only
This object indicates the number of egress octets whose COS value matched the value of the cportQosCosValue object. This object is deprecated. The reason of deprecation and the alternative of obtaining same information are mentioned in cportQosCosStatsTable.
         ciscoPortQosMIBNotifications 1.3.6.1.4.1.9.9.189.2
         ciscoPortQosMIBConformance 1.3.6.1.4.1.9.9.189.3
             ciscoPortQosMIBCompliances 1.3.6.1.4.1.9.9.189.3.1
                 ciscoPortQosMIBCompliance 1.3.6.1.4.1.9.9.189.3.1.1
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev1 1.3.6.1.4.1.9.9.189.3.1.2
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev2 1.3.6.1.4.1.9.9.189.3.1.3
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev3 1.3.6.1.4.1.9.9.189.3.1.4
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev4 1.3.6.1.4.1.9.9.189.3.1.5
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev5 1.3.6.1.4.1.9.9.189.3.1.6
The compliance statement for entities which implement Port QoS functions on a Cisco router.
                 ciscoPortQosMIBComplianceRev6 1.3.6.1.4.1.9.9.189.3.1.7
The compliance statement for entities which implement Port QoS functions on a Cisco router.
             ciscoPortQosMIBGroups 1.3.6.1.4.1.9.9.189.3.2
                 ciscoPortQosMIBGroup 1.3.6.1.4.1.9.9.189.3.2.1
A collection of objects providing Port QoS features. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroup 1.3.6.1.4.1.9.9.189.3.2.2
A collection of objects providing per Port QoS statistics. Replaced by: ciscoPortQosStatsMIBGroupRev1. This object is deprecated since all the objects in this MIB file is being deprecated
                 ciscoPortQosStatsMIBGroupRev1 1.3.6.1.4.1.9.9.189.3.2.3
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2 1.3.6.1.4.1.9.9.189.3.2.4
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp1 1.3.6.1.4.1.9.9.189.3.2.5
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp2 1.3.6.1.4.1.9.9.189.3.2.6
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp3 1.3.6.1.4.1.9.9.189.3.2.7
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp4 1.3.6.1.4.1.9.9.189.3.2.8
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp5 1.3.6.1.4.1.9.9.189.3.2.9
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp6 1.3.6.1.4.1.9.9.189.3.2.10
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp7 1.3.6.1.4.1.9.9.189.3.2.11
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.
                 ciscoPortQosStatsMIBGroupRev2Supp8 1.3.6.1.4.1.9.9.189.3.2.12
A collection of objects providing per Port QoS statistics. This object is deprecated since all the objects in this MIB file is being deprecated.