CISCO-CLASS-BASED-QOS-MIB

Cisco Class-Based QoS MIB

**********************************
            Overview
**********************************
This MIB provides read access to Quality of Service (QoS) 
configuration and statistics information for Cisco 
platforms that support the Modular Quality of Service 
Command-line Interface (Modular QoS CLI).  We recommend 
users of this MIB to review the user documentation of 
MQC based QoS features.

Configuration information available through this MIB includes
all ClassMap, PolicyMap, Match Statements, and Feature 
Actions configuration parameters. The definitions of each
objects mentioned above are explained in the QoS objects
section.

Statistics available through this MIB include summary
counts/rates by traffic class before and after any configured
QoS policies are enforced.  In addition, detailed
feature-specific statistics are available for select
PolicyMap features.

Contact your Cisco representative to determine on which
platforms the MIB is currently supported.

**********************************
           QoS  Acronyms
**********************************
BECN: Frame Relay Backward Explicit Congestion Notification
CIR : Committed Information Rate
DSCP: Differentiated Service Code Point
EB  : Estimate Bandwidth
ECN : Explicite Congestion Notification
FECN: Frame Relay Forward Explicit Congestion Notification
IPHC: Internet Protocol Header Compression 
IPSLAs: IP Service Level Agreement Technologies
PIR : Peak Information Rate
PREC: Precedence
QoS : Quality Of Services
RED : Random Early Detect
SRP : Spatial Reuse Protocol
WRED: Weighted Random Early Detect
C3PL: Cisco Common Classification Programming Language

**********************************
            MIB Objects
**********************************
This MIB consists of the following object groups:
1 :  cbQosServicePolicy
2 :  cbQosInterfacePolicy
3 :  cbQosFrameRelayVCPolicy
4 :  cbQosATMPVCPolicy
5 :  cbQosObjects
6 :  cbQosPolicyMapCfg
7 :  cbQosClassMapCfg
8 :  cbQosMatchStmtCfg
9 :  cbQosQueueingCfg
10:  cbQosREDCfg
11:  cbQosREDClassCfg
12:  cbQosPoliceCfg
13:  cbQosTSCfg
14:  cbQosSetCfg
15:  cbQosClassMapStats
16:  cbQosMatchStmtStats
17:  cbQosPoliceStats
18:  cbQosQueueingStats
19:  cbQosTSStats
20:  cbQosREDClassStats
21:  cbQosPoliceActionCfg
22:  cbQosIPHCCfg
23:  cbQosIPHCStats
24:  cbQosSetStats
25:  cbQosPoliceColorStats
26:  cbQosTableMapCfg
27:  cbQosTableMapValueCfg
28:  cbQosTableMapSetCfg
29:  cbQosEBCfg
30:  cbQosEBStats
31:  cbQosMeasureIPSLACfg
32:  cbQosC3plAccountCfg
33:  cbQosC3plAccountStats

**********************************
          Definitions
**********************************
A logical interface in the context of this MIB is either
a main-interface, a sub-interface, a Frame Relay DLCI,
an ATM virtual circuit or the control-plane on the router.

The (aggregate) control-plane on the router is defined as 
a collection of processes running at process level on the
platform (route) processor. This includes the functions 
related to networking control capabilities such as routing,
signaling, provisioning, as well as resource and service 
discovery. Also includes process switched traffic on the
device. 

The term distributed control plane, in the context of 
this mib, represents the control-plane functionality at
the level of individual linecards. This is only
applicable for the case of distributed platforms.

**********************************
           QoS Objects
**********************************
To understand Class-Based QoS features and how to navigate 
the MIB tables above, the key element is to comprehend the 
relationships among the different QoS objects. QoS objects 
consist of ClassMaps, Match Statements and PolicyMaps, 
and each Feature Actions. 

Match Statement - The specific match criteria to identify
packets for classification purposes.

ClassMap - A user-defined traffic class that contains
one or many match statements used to classify packets into
different categories.

Feature Action - An action is a QoS feature. Features 
include police, traffic-shaping, queueing, random detect 
and packet marking(set). After the traffic is being 
classified, based on the traffic classification, we can 
apply these action to each traffic class.

PolicyMap - A user-defined policy that associates each QoS 
action to the user-defined traffic class (ClassMap).

Service Policy - Service policy is a policymap
that is being attached to a logical interface. Because a
policymap can also be a part of the hierarchical structure 
(inside a classmap), only a policymap that is directly 
attached to a logical interface is considered a service 
policy.  Each service policy is uniquely identified by an 
index called cbQosPolicyIndex. This number is usually 
identical to its cbQosObjectsIndex as a policymap.

*****************************************
Runtime Instance vs Configuration objects
*****************************************

Each QoS objects have 2 sets of behaviours : 
1: A configuration instance
- Each QoS objects has it's configuration portion of
  information attached to it. This information does
  not change whether this object is attached on multiple
  logical interfaces and used multiple times. We
  uniquely identify each QoS object with identical
  configuration with the same index - cbQosConfigIndex.
  This index is used in all configuration related
  tables. 

2: A runtime instance
- Each QoS objects has it's statistical portion of
  information attached to it. This information changes
  when this object is attached on multiple logical 
  interfaces and used in various different places. We
  uniquely identify each QoS runtime object instance 
  with an index that is unique across multiple 
  instances of the identical object - cbQosObjectsIndex.
  This index is used in all statistical related tables. 

In summary, a QoS object has 2 indexes associated with it:
cbQosConfigIndex is used to identify it's configuration, 
which does not change regardless of number of times and
where it is being used; and cbQosObjectsIndex is used 
to identify it's runtime statistics, depending on which
logical interface and where in a given PolicyMap hierarchy
this object is used, it may have multiple unique 
identifiers to distinguish each unique usage (instance) of
the same object.

**********************************
            Navigation
**********************************
The recommended method of navigating through all of the MIB 
tables is to start by learning the cbQosServicePolicyTable 
and cbQosObjectsTable MIB tables. In particular, Cisco 
Systems recommends understanding the cbQosObjectsIndex and 
cbQosParentObjectsIndex of each QoS feature.

The cbQosPolicyIndex and cbQosObjectsIndex are 
system-assigned numbers that identify each unique instance 
of a QoS feature. These indexes are never reused between 
router reboots, even when changes are made to the QoS 
configuration. The cbQosPolicyIndex is designed to identify 
the service policies attached to logical interfaces, while 
the cbQosObjectsIndex is designed to identify each QoS 
feature on a specified device.

The cbQosParentObjectsIndex is designed to show the 
hierarchical relationship of each QoS feature. 

**********************************
        cbQosServicePolicyTable
**********************************
Accessing cbQosServicePolicyTable requires 
cbQosPolicyIndex. This index is a system-assigned number 
to uniquely identify each service policy hanging off of
each logical interface. Given cbQosPolicyIndex the tables
provide the type of logical interface/media type on which
this policy is applied, the direction in which this policy
is enforced, and the SNMP interface index and/or the entity
index of the underlying interface/entity. In the case of a
policy being applied on a Frame Relay DLCI, the cbQosFrDLCI
gives you the Frame Relay DLCI number to which this policy
is attached. In the case of policy being attached to an ATM
VC, cbQosAtmVPI and cbQosAtmVCI display the VPI and VCI of 
the ATM interface respectively.

**********************************
        cbQosObjectsTable
**********************************
Accessing cbQosObjectsTable requires two indexes, 
cbQosPolicyIndex and cbQosObjectsIndex. 

Given a particular service policy on a given logical 
interface, there could be PolicyMaps, ClassMaps, Match 
Statements and Feature Actions being used. Each instance 
of these objects is uniquely identified by
cbQosObjectsIndex.

Users need to decide which QoS object is interesting 
and use the cbQosPolicyIndex and cbQosObjectsIndex to
locate the right element of interest. This tables provides 
cbQosObjectsType, cbQosConfigIndex, and 
cbQosParentObjectsIndex. 

To understand the relationship of cbQosObjectsIndex, 
cbQosParentObjectsIndex and the hierarchical relationship 
of the QoS objects, consider the following QoS 
configuration example:

Interface ethernet 0/1
Input Service Policy cntlWebTraffic
        ClassMap http
                match ip http
                set ip precedence 5

Output Service Policy cntlSNMP_Telnet
        ClassMap snmp
                match ip snmp
                shape average 8000 32 32
        ClassMap Telnet
                match ip telnet
                shape average 10000 32 32

Interface ethernet 0/2
Input Service Policy cntlWebTraffic
        ClassMap http
                match ip http
                set ip precedence 5

Output Service Policy cntlSNMP_Telnet
        ClassMap snmp
                match ip snmp
                shape average 8000 32 32
        ClassMap Telnet
                match ip telnet
                shape average 10000 32 32

*** In Ethernet 0/1 ***
Assume the router assigned a cbQosConfigIndex=1024 and 
cbQosObjectsIndex=1084 to Policy cntlWebTraffic. 
Because it is attached to an interface, it has no parent 
QoS object, and thus cbQosParentObjectsIndex=0. 
In addition, because cntlWebTraffic is also the service 
policy of the interface, it has a unique cbQosPolicyIndex 
assigned to it. In most cases, it would be the same as 
the cbQosObjectsIndex, which is 1084 in this case. 
Therefore, the indexes are:
cbQosPolicyIndex = 1084
cbQosObjectsIndex = 1084
cbQosConfigIndex = 1024

Assuming the router assigned a cbQosObjectsIndex=1085 
and cbQosConfigIndex=1025 to ClassMap http, it is 
directly being used by Policy cntlWebTraffic, and therefore
the cbQosParentObjectsIndex of ClassMap http will be 1084. 

Assuming the router assigned a cbQosConfigIndex=1026 and
cbQosObjectsIndex=1086 to match ip http, it is directly 
used by ClassMap http, therefore the 
cbQosParentObjectsIndex of match ip http will be 1085.

Assuming the router assigned a cbQosConfigIndex=1027 and
cbQosObjectsIndex=1087 to set ip precedence 5, it is 
directly used by ClassMap http, therefore the 
cbQosParentObjectsIndex of match ip http will be 1085.

Assuming the router assigned a cbQosConfigIndex=1028 and 
cbQosObjectsIndex=1088 to Policy cntlSNMP_Telnet. 
Because it is attached to an interface, it has no parent 
QoS object, and thus cbQosParentObjectsIndex=0. 
In addition, because cntlSNMP_Telnet is also the service 
policy of the interface, it has a unique cbQosPolicyIndex 
assigned to it. In most cases, it would be the same as 
the cbQosObjectsIndex, which is 1088 in this case.

Assuming the router assigned a cbQosConfigIndex=1029 and
cbQosObjectsIndex=1089 to ClassMap snmp, it is 
directly being used by Policy cntlSNMP_Telnet, and 
therefore the cbQosParentObjectsIndex of ClassMap snmp 
will be 1088. 

Assuming the router assigned a cbQosConfigIndex=1030 and
cbQosObjectsIndex=1090 to match ip snmp, it is directly 
used by ClassMap snmp, and therefore the 
cbQosParentObjectsIndex of match ip snmp will be 1089.

Assuming the router assigned a cbQosConfigIndex=1031 and
cbQosObjectsIndex=1091 to shape average 8000 32 32, 
it is directly used by ClassMap snmp, therefore the 
cbQosParentObjectsIndex of match ip snmp will be 1089.

Assuming the router assigned a cbQosConfigIndex=1032 and
cbQosObjectsIndex=1092 to ClassMap Telnet, it is 
directly being used by Policy cntlSNMP_Telnet, and 
therefore the cbQosParentObjectsIndex of 
ClassMap Telnet will be 1088. 

Assuming the router assigned a cbQosConfigIndex=1033 and
cbQosObjectsIndex=1093 to match ip telnet, it is 
directly used by ClassMap Telnet, and therefore the 
cbQosParentObjectsIndex of match ip telnet will be 1092.

Assuming the router assigned a cbQosConfigIndex=1034 and
cbQosObjectsIndex=1094 to shape 10000 32 32, it is 
directly used by ClassMap telnet, therefore the 
cbQosParentObjectsIndex of match ip telnet will be 1092.

*** In Ethernet 0/2 ***
Every objects will have a unique combination of
cbQosPolicyIndex and cbQosObjectsIndex, but
cbQosConfigIndex will be shared across the same
objects that are applied in different places.

**********************************
         All Config Tables
**********************************
Accessing config related tables requires the same index 
- cbQosConfigIndex.  (Per precedence based tables requires 
a second index, which is IP precedence value) Users 
should have already gone through the cbQosObjectsTable 
at this point and understood each cbQosConfigIndex and the 
corresponding QoS objects.  Users can uniquely identify 
each QoS object defined on the router and query the 
entries in each stats table on a per QoS object basis.  

**********************************
         All Stats Tables
**********************************
Accessing all stats related tables requires the same 
2 indexes. They are cbQosPolicyIndex and cbQosObjectsIndex.
(Per precedence based tables requires a third index, which 
is IP precedence value) Users should have already gone 
through the cbQosObjectsTable at this point and understood 
the relationship of each cbQosPolicyIndex and 
cbQosObjectsIndex pair and the corresponding QoS objects. 
Users can uniquely identify each QoS object defined on the 
router and query the entries in each stats table on a per 
QoS object basis.

Imported Objects

DlciNumberCISCO-FRAME-RELAY-MIB
ciscoMgmtCISCO-SMI
EntPhysicalIndexOrZero, Unsigned64CISCO-TC
CounterBasedGauge64HCNUM-TC
InterfaceIndex, ifIndexIF-MIB
VlanIndexQ-BRIDGE-MIB
MODULE-COMPLIANCE, OBJECT-GROUPSNMPv2-CONF
OBJECT-TYPE, dod, Counter64, Unsigned32, Gauge32, Counter32, Integer32, MODULE-IDENTITYSNMPv2-SMI
DisplayString, TruthValue, TimeStamp, TEXTUAL-CONVENTIONSNMPv2-TC
ciscoCBQosMIB.1.3.6.1.4.1.9.9.166
ciscoCBQosMIBObjects .1.3.6.1.4.1.9.9.166.1
cbQosServicePolicy .1.3.6.1.4.1.9.9.166.1.1
cbQosServicePolicyTable .1.3.6.1.4.1.9.9.166.1.1.1
cbQosServicePolicyEntry .1.3.6.1.4.1.9.9.166.1.1.1.1
cbQosPolicyIndex .1.3.6.1.4.1.9.9.166.1.1.1.1.1
cbQosEVC .1.3.6.1.4.1.9.9.166.1.1.1.1.10
cbQosPolicyDiscontinuityTime .1.3.6.1.4.1.9.9.166.1.1.1.1.11
cbQosParentPolicyIndex .1.3.6.1.4.1.9.9.166.1.1.1.1.12
cbQosIfType .1.3.6.1.4.1.9.9.166.1.1.1.1.2
cbQosPolicyDirection .1.3.6.1.4.1.9.9.166.1.1.1.1.3
cbQosIfIndex .1.3.6.1.4.1.9.9.166.1.1.1.1.4
cbQosFrDLCI .1.3.6.1.4.1.9.9.166.1.1.1.1.5
cbQosAtmVPI .1.3.6.1.4.1.9.9.166.1.1.1.1.6
cbQosAtmVCI .1.3.6.1.4.1.9.9.166.1.1.1.1.7
cbQosEntityIndex .1.3.6.1.4.1.9.9.166.1.1.1.1.8
cbQosVlanIndex .1.3.6.1.4.1.9.9.166.1.1.1.1.9
cbQosREDCfg .1.3.6.1.4.1.9.9.166.1.10
cbQosREDCfgTable .1.3.6.1.4.1.9.9.166.1.10.1
cbQosREDCfgEntry .1.3.6.1.4.1.9.9.166.1.10.1.1
cbQosREDCfgExponWeight .1.3.6.1.4.1.9.9.166.1.10.1.1.1
cbQosREDCfgMeanQsize deprecated.1.3.6.1.4.1.9.9.166.1.10.1.1.2
cbQosREDCfgDscpPrec .1.3.6.1.4.1.9.9.166.1.10.1.1.3
cbQosREDCfgECNEnabled .1.3.6.1.4.1.9.9.166.1.10.1.1.4
cbQosREDClassCfg .1.3.6.1.4.1.9.9.166.1.11
cbQosREDClassCfgTable .1.3.6.1.4.1.9.9.166.1.11.1
cbQosREDClassCfgEntry .1.3.6.1.4.1.9.9.166.1.11.1.1
cbQosREDValue .1.3.6.1.4.1.9.9.166.1.11.1.1.1
cbQosREDClassCfgMaxThresholdUnit .1.3.6.1.4.1.9.9.166.1.11.1.1.10
cbQosREDClassCfgMinThresholdUnit .1.3.6.1.4.1.9.9.166.1.11.1.1.11
cbQosREDCfgMinThreshold deprecated.1.3.6.1.4.1.9.9.166.1.11.1.1.2
cbQosREDCfgMaxThreshold deprecated.1.3.6.1.4.1.9.9.166.1.11.1.1.3
cbQosREDCfgPktDropProb .1.3.6.1.4.1.9.9.166.1.11.1.1.4
cbQosREDClassCfgThresholdUnit deprecated.1.3.6.1.4.1.9.9.166.1.11.1.1.5
cbQosREDClassCfgMinThreshold .1.3.6.1.4.1.9.9.166.1.11.1.1.6
cbQosREDClassCfgMaxThreshold .1.3.6.1.4.1.9.9.166.1.11.1.1.7
cbQosREDClassCfgMinThresholdTime .1.3.6.1.4.1.9.9.166.1.11.1.1.8
cbQosREDClassCfgMaxThresholdTime .1.3.6.1.4.1.9.9.166.1.11.1.1.9
cbQosPoliceCfg .1.3.6.1.4.1.9.9.166.1.12
cbQosPoliceCfgTable .1.3.6.1.4.1.9.9.166.1.12.1
cbQosPoliceCfgEntry .1.3.6.1.4.1.9.9.166.1.12.1.1
cbQosPoliceCfgRate .1.3.6.1.4.1.9.9.166.1.12.1.1.1
cbQosPoliceCfgPir deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.10
cbQosPoliceCfgRate64 .1.3.6.1.4.1.9.9.166.1.12.1.1.11
cbQosPoliceCfgRateType .1.3.6.1.4.1.9.9.166.1.12.1.1.12
cbQosPoliceCfgPercentRateValue .1.3.6.1.4.1.9.9.166.1.12.1.1.13
cbQosPoliceCfgPercentPirValue .1.3.6.1.4.1.9.9.166.1.12.1.1.14
cbQosPoliceCfgCellRate .1.3.6.1.4.1.9.9.166.1.12.1.1.15
cbQosPoliceCfgCellPir .1.3.6.1.4.1.9.9.166.1.12.1.1.16
cbQosPoliceCfgBurstCell .1.3.6.1.4.1.9.9.166.1.12.1.1.17
cbQosPoliceCfgExtBurstCell .1.3.6.1.4.1.9.9.166.1.12.1.1.18
cbQosPoliceCfgBurstTime .1.3.6.1.4.1.9.9.166.1.12.1.1.19
cbQosPoliceCfgBurstSize deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.2
cbQosPoliceCfgExtBurstTime .1.3.6.1.4.1.9.9.166.1.12.1.1.20
cbQosPoliceCfgCdvt .1.3.6.1.4.1.9.9.166.1.12.1.1.21
cbQosPoliceCfgConformColor .1.3.6.1.4.1.9.9.166.1.12.1.1.22
cbQosPoliceCfgExceedColor .1.3.6.1.4.1.9.9.166.1.12.1.1.23
cbQosPoliceCfgConditional .1.3.6.1.4.1.9.9.166.1.12.1.1.24
cbQosPoliceCfgBurstSize64 .1.3.6.1.4.1.9.9.166.1.12.1.1.25
cbQosPoliceCfgExtBurstSize64 .1.3.6.1.4.1.9.9.166.1.12.1.1.26
cbQosPoliceCfgPir64 .1.3.6.1.4.1.9.9.166.1.12.1.1.27
cbQosPoliceCfgExtBurstSize deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.3
cbQosPoliceCfgConformAction deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.4
cbQosPoliceCfgConformSetValue deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.5
cbQosPoliceCfgExceedAction deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.6
cbQosPoliceCfgExceedSetValue deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.7
cbQosPoliceCfgViolateAction deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.8
cbQosPoliceCfgViolateSetValue deprecated.1.3.6.1.4.1.9.9.166.1.12.1.1.9
cbQosTSCfg .1.3.6.1.4.1.9.9.166.1.13
cbQosTSCfgTable .1.3.6.1.4.1.9.9.166.1.13.1
cbQosTSCfgEntry .1.3.6.1.4.1.9.9.166.1.13.1.1
cbQosTSCfgRate .1.3.6.1.4.1.9.9.166.1.13.1.1.1
cbQosTSCfgExtBurstTime .1.3.6.1.4.1.9.9.166.1.13.1.1.10
cbQosTSCfgRate64 .1.3.6.1.4.1.9.9.166.1.13.1.1.11
cbQosTSCfgBurstSize64 .1.3.6.1.4.1.9.9.166.1.13.1.1.12
cbQosTSCfgExtBurstSize64 .1.3.6.1.4.1.9.9.166.1.13.1.1.13
cbQosTSCfgBurstSize deprecated.1.3.6.1.4.1.9.9.166.1.13.1.1.2
cbQosTSCfgExtBurstSize deprecated.1.3.6.1.4.1.9.9.166.1.13.1.1.3
cbQosTSCfgAdaptiveEnabled .1.3.6.1.4.1.9.9.166.1.13.1.1.4
cbQosTSCfgAdaptiveRate .1.3.6.1.4.1.9.9.166.1.13.1.1.5
cbQosTSCfgLimitType .1.3.6.1.4.1.9.9.166.1.13.1.1.6
cbQosTSCfgRateType .1.3.6.1.4.1.9.9.166.1.13.1.1.7
cbQosTSCfgPercentRateValue .1.3.6.1.4.1.9.9.166.1.13.1.1.8
cbQosTSCfgBurstTime .1.3.6.1.4.1.9.9.166.1.13.1.1.9
cbQosSetCfg .1.3.6.1.4.1.9.9.166.1.14
cbQosSetCfgTable .1.3.6.1.4.1.9.9.166.1.14.1
cbQosSetCfgEntry .1.3.6.1.4.1.9.9.166.1.14.1.1
cbQosSetCfgFeature .1.3.6.1.4.1.9.9.166.1.14.1.1.1
cbQosSetCfgFrFecnBecn .1.3.6.1.4.1.9.9.166.1.14.1.1.10
cbQosSetCfgL2CosInnerValue .1.3.6.1.4.1.9.9.166.1.14.1.1.11
cbQosSetCfgFrDe .1.3.6.1.4.1.9.9.166.1.14.1.1.12
cbQosSetCfgIpPrecedenceTunnelValue .1.3.6.1.4.1.9.9.166.1.14.1.1.13
cbQosSetCfgIpDSCPTunnelValue .1.3.6.1.4.1.9.9.166.1.14.1.1.14
cbQosSetCfgDei .1.3.6.1.4.1.9.9.166.1.14.1.1.15
cbQosSetCfgDeiImposition .1.3.6.1.4.1.9.9.166.1.14.1.1.16
cbQosSetCfgIpDSCPValue .1.3.6.1.4.1.9.9.166.1.14.1.1.2
cbQosSetCfgIpPrecedenceValue .1.3.6.1.4.1.9.9.166.1.14.1.1.3
cbQosSetCfgQosGroupValue .1.3.6.1.4.1.9.9.166.1.14.1.1.4
cbQosSetCfgL2CosValue .1.3.6.1.4.1.9.9.166.1.14.1.1.5
cbQosSetCfgMplsExpValue .1.3.6.1.4.1.9.9.166.1.14.1.1.6
cbQosSetCfgDiscardClassValue .1.3.6.1.4.1.9.9.166.1.14.1.1.7
cbQosSetCfgMplsExpTopMostValue .1.3.6.1.4.1.9.9.166.1.14.1.1.8
cbQosSetCfgSrpPriority .1.3.6.1.4.1.9.9.166.1.14.1.1.9
cbQosClassMapStats .1.3.6.1.4.1.9.9.166.1.15
cbQosCMStatsTable .1.3.6.1.4.1.9.9.166.1.15.1
cbQosCMStatsEntry .1.3.6.1.4.1.9.9.166.1.15.1.1
cbQosCMPrePolicyPktOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.1
cbQosCMPostPolicyByte64 .1.3.6.1.4.1.9.9.166.1.15.1.1.10
cbQosCMPostPolicyBitRate .1.3.6.1.4.1.9.9.166.1.15.1.1.11
cbQosCMDropPktOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.12
cbQosCMDropPkt .1.3.6.1.4.1.9.9.166.1.15.1.1.13
cbQosCMDropPkt64 .1.3.6.1.4.1.9.9.166.1.15.1.1.14
cbQosCMDropByteOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.15
cbQosCMDropByte .1.3.6.1.4.1.9.9.166.1.15.1.1.16
cbQosCMDropByte64 .1.3.6.1.4.1.9.9.166.1.15.1.1.17
cbQosCMDropBitRate .1.3.6.1.4.1.9.9.166.1.15.1.1.18
cbQosCMNoBufDropPktOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.19
cbQosCMPrePolicyPkt .1.3.6.1.4.1.9.9.166.1.15.1.1.2
cbQosCMNoBufDropPkt .1.3.6.1.4.1.9.9.166.1.15.1.1.20
cbQosCMNoBufDropPkt64 .1.3.6.1.4.1.9.9.166.1.15.1.1.21
cbQosCMFragmentPktOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.22
cbQosCMFragmentPkt .1.3.6.1.4.1.9.9.166.1.15.1.1.23
cbQosCMFragmentPkt64 .1.3.6.1.4.1.9.9.166.1.15.1.1.24
cbQosCMFragmentByteOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.25
cbQosCMFragmentByte .1.3.6.1.4.1.9.9.166.1.15.1.1.26
cbQosCMFragmentByte64 .1.3.6.1.4.1.9.9.166.1.15.1.1.27
cbQosCMPrePolicyBitRate64 .1.3.6.1.4.1.9.9.166.1.15.1.1.28
cbQosCMPostPolicyBitRate64 .1.3.6.1.4.1.9.9.166.1.15.1.1.29
cbQosCMPrePolicyPkt64 .1.3.6.1.4.1.9.9.166.1.15.1.1.3
cbQosCMDropBitRate64 .1.3.6.1.4.1.9.9.166.1.15.1.1.30
cbQosCMPrePolicyByteOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.4
cbQosCMPrePolicyByte .1.3.6.1.4.1.9.9.166.1.15.1.1.5
cbQosCMPrePolicyByte64 .1.3.6.1.4.1.9.9.166.1.15.1.1.6
cbQosCMPrePolicyBitRate .1.3.6.1.4.1.9.9.166.1.15.1.1.7
cbQosCMPostPolicyByteOverflow .1.3.6.1.4.1.9.9.166.1.15.1.1.8
cbQosCMPostPolicyByte .1.3.6.1.4.1.9.9.166.1.15.1.1.9
cbQosMatchStmtStats .1.3.6.1.4.1.9.9.166.1.16
cbQosMatchStmtStatsTable .1.3.6.1.4.1.9.9.166.1.16.1
cbQosMatchStmtStatsEntry .1.3.6.1.4.1.9.9.166.1.16.1.1
cbQosMatchPrePolicyPktOverflow .1.3.6.1.4.1.9.9.166.1.16.1.1.1
cbQosMatchPrePolicyPkt .1.3.6.1.4.1.9.9.166.1.16.1.1.2
cbQosMatchPrePolicyPkt64 .1.3.6.1.4.1.9.9.166.1.16.1.1.3
cbQosMatchPrePolicyByteOverflow .1.3.6.1.4.1.9.9.166.1.16.1.1.4
cbQosMatchPrePolicyByte .1.3.6.1.4.1.9.9.166.1.16.1.1.5
cbQosMatchPrePolicyByte64 .1.3.6.1.4.1.9.9.166.1.16.1.1.6
cbQosMatchPrePolicyBitRate .1.3.6.1.4.1.9.9.166.1.16.1.1.7
cbQosPoliceStats .1.3.6.1.4.1.9.9.166.1.17
cbQosPoliceStatsTable .1.3.6.1.4.1.9.9.166.1.17.1
cbQosPoliceStatsEntry .1.3.6.1.4.1.9.9.166.1.17.1.1
cbQosPoliceConformedPktOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.1
cbQosPoliceExceededPkt64 .1.3.6.1.4.1.9.9.166.1.17.1.1.10
cbQosPoliceExceededByteOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.11
cbQosPoliceExceededByte .1.3.6.1.4.1.9.9.166.1.17.1.1.12
cbQosPoliceExceededByte64 .1.3.6.1.4.1.9.9.166.1.17.1.1.13
cbQosPoliceExceededBitRate .1.3.6.1.4.1.9.9.166.1.17.1.1.14
cbQosPoliceViolatedPktOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.15
cbQosPoliceViolatedPkt .1.3.6.1.4.1.9.9.166.1.17.1.1.16
cbQosPoliceViolatedPkt64 .1.3.6.1.4.1.9.9.166.1.17.1.1.17
cbQosPoliceViolatedByteOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.18
cbQosPoliceViolatedByte .1.3.6.1.4.1.9.9.166.1.17.1.1.19
cbQosPoliceConformedPkt .1.3.6.1.4.1.9.9.166.1.17.1.1.2
cbQosPoliceViolatedByte64 .1.3.6.1.4.1.9.9.166.1.17.1.1.20
cbQosPoliceViolatedBitRate .1.3.6.1.4.1.9.9.166.1.17.1.1.21
cbQosPoliceConformedBitRate64 .1.3.6.1.4.1.9.9.166.1.17.1.1.22
cbQosPoliceExceededBitRate64 .1.3.6.1.4.1.9.9.166.1.17.1.1.23
cbQosPoliceViolatedBitRate64 .1.3.6.1.4.1.9.9.166.1.17.1.1.24
cbQosPoliceConformedPkt64 .1.3.6.1.4.1.9.9.166.1.17.1.1.3
cbQosPoliceConformedByteOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.4
cbQosPoliceConformedByte .1.3.6.1.4.1.9.9.166.1.17.1.1.5
cbQosPoliceConformedByte64 .1.3.6.1.4.1.9.9.166.1.17.1.1.6
cbQosPoliceConformedBitRate .1.3.6.1.4.1.9.9.166.1.17.1.1.7
cbQosPoliceExceededPktOverflow .1.3.6.1.4.1.9.9.166.1.17.1.1.8
cbQosPoliceExceededPkt .1.3.6.1.4.1.9.9.166.1.17.1.1.9
cbQosQueueingStats .1.3.6.1.4.1.9.9.166.1.18
cbQosQueueingStatsTable .1.3.6.1.4.1.9.9.166.1.18.1
cbQosQueueingStatsEntry .1.3.6.1.4.1.9.9.166.1.18.1.1
cbQosQueueingCurrentQDepth .1.3.6.1.4.1.9.9.166.1.18.1.1.1
cbQosQueueingMaxQDepthPkt .1.3.6.1.4.1.9.9.166.1.18.1.1.10
cbQosQueueingTransmitByte64 .1.3.6.1.4.1.9.9.166.1.18.1.1.11
cbQosQueueingTransmitPkt64 .1.3.6.1.4.1.9.9.166.1.18.1.1.12
cbQosQueueingMaxQDepth .1.3.6.1.4.1.9.9.166.1.18.1.1.2
cbQosQueueingDiscardByteOverflow .1.3.6.1.4.1.9.9.166.1.18.1.1.3
cbQosQueueingDiscardByte .1.3.6.1.4.1.9.9.166.1.18.1.1.4
cbQosQueueingDiscardByte64 .1.3.6.1.4.1.9.9.166.1.18.1.1.5
cbQosQueueingDiscardPktOverflow .1.3.6.1.4.1.9.9.166.1.18.1.1.6
cbQosQueueingDiscardPkt .1.3.6.1.4.1.9.9.166.1.18.1.1.7
cbQosQueueingDiscardPkt64 .1.3.6.1.4.1.9.9.166.1.18.1.1.8
cbQosQueueingCurrentQDepthPkt .1.3.6.1.4.1.9.9.166.1.18.1.1.9
cbQosTSStats .1.3.6.1.4.1.9.9.166.1.19
cbQosTSStatsTable .1.3.6.1.4.1.9.9.166.1.19.1
cbQosTSStatsEntry .1.3.6.1.4.1.9.9.166.1.19.1.1
cbQosTSStatsDelayedByteOverflow .1.3.6.1.4.1.9.9.166.1.19.1.1.1
cbQosTSStatsDropPktOverflow .1.3.6.1.4.1.9.9.166.1.19.1.1.10
cbQosTSStatsDropPkt .1.3.6.1.4.1.9.9.166.1.19.1.1.11
cbQosTSStatsDropPkt64 .1.3.6.1.4.1.9.9.166.1.19.1.1.12
cbQosTSStatsActive .1.3.6.1.4.1.9.9.166.1.19.1.1.13
cbQosTSStatsCurrentQSize .1.3.6.1.4.1.9.9.166.1.19.1.1.14
cbQosTSStatsDelayedByte .1.3.6.1.4.1.9.9.166.1.19.1.1.2
cbQosTSStatsDelayedByte64 .1.3.6.1.4.1.9.9.166.1.19.1.1.3
cbQosTSStatsDelayedPktOverflow .1.3.6.1.4.1.9.9.166.1.19.1.1.4
cbQosTSStatsDelayedPkt .1.3.6.1.4.1.9.9.166.1.19.1.1.5
cbQosTSStatsDelayedPkt64 .1.3.6.1.4.1.9.9.166.1.19.1.1.6
cbQosTSStatsDropByteOverflow .1.3.6.1.4.1.9.9.166.1.19.1.1.7
cbQosTSStatsDropByte .1.3.6.1.4.1.9.9.166.1.19.1.1.8
cbQosTSStatsDropByte64 .1.3.6.1.4.1.9.9.166.1.19.1.1.9
cbQosInterfacePolicy .1.3.6.1.4.1.9.9.166.1.2
cbQosInterfacePolicyTable .1.3.6.1.4.1.9.9.166.1.2.1
cbQosInterfacePolicyEntry .1.3.6.1.4.1.9.9.166.1.2.1.1
cbQosIFPolicyIndex .1.3.6.1.4.1.9.9.166.1.2.1.1.1
cbQosREDClassStats .1.3.6.1.4.1.9.9.166.1.20
cbQosREDClassStatsTable .1.3.6.1.4.1.9.9.166.1.20.1
cbQosREDClassStatsEntry .1.3.6.1.4.1.9.9.166.1.20.1.1
cbQosREDRandomDropPktOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.1
cbQosREDTailDropByteOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.10
cbQosREDTailDropByte .1.3.6.1.4.1.9.9.166.1.20.1.1.11
cbQosREDTailDropByte64 .1.3.6.1.4.1.9.9.166.1.20.1.1.12
cbQosREDTransmitPktOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.13
cbQosREDTransmitPkt .1.3.6.1.4.1.9.9.166.1.20.1.1.14
cbQosREDTransmitPkt64 .1.3.6.1.4.1.9.9.166.1.20.1.1.15
cbQosREDTransmitByteOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.16
cbQosREDTransmitByte .1.3.6.1.4.1.9.9.166.1.20.1.1.17
cbQosREDTransmitByte64 .1.3.6.1.4.1.9.9.166.1.20.1.1.18
cbQosREDECNMarkPktOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.19
cbQosREDRandomDropPkt .1.3.6.1.4.1.9.9.166.1.20.1.1.2
cbQosREDECNMarkPkt .1.3.6.1.4.1.9.9.166.1.20.1.1.20
cbQosREDECNMarkPkt64 .1.3.6.1.4.1.9.9.166.1.20.1.1.21
cbQosREDECNMarkByteOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.22
cbQosREDECNMarkByte .1.3.6.1.4.1.9.9.166.1.20.1.1.23
cbQosREDECNMarkByte64 .1.3.6.1.4.1.9.9.166.1.20.1.1.24
cbQosREDMeanQSizeUnits .1.3.6.1.4.1.9.9.166.1.20.1.1.25
cbQosREDMeanQSize .1.3.6.1.4.1.9.9.166.1.20.1.1.26
cbQosREDRandomDropPkt64 .1.3.6.1.4.1.9.9.166.1.20.1.1.3
cbQosREDRandomDropByteOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.4
cbQosREDRandomDropByte .1.3.6.1.4.1.9.9.166.1.20.1.1.5
cbQosREDRandomDropByte64 .1.3.6.1.4.1.9.9.166.1.20.1.1.6
cbQosREDTailDropPktOverflow .1.3.6.1.4.1.9.9.166.1.20.1.1.7
cbQosREDTailDropPkt .1.3.6.1.4.1.9.9.166.1.20.1.1.8
cbQosREDTailDropPkt64 .1.3.6.1.4.1.9.9.166.1.20.1.1.9
cbQosPoliceActionCfg .1.3.6.1.4.1.9.9.166.1.21
cbQosPoliceActionCfgTable .1.3.6.1.4.1.9.9.166.1.21.1
cbQosPoliceActionCfgEntry .1.3.6.1.4.1.9.9.166.1.21.1.1
cbQosPoliceActionCfgIndex .1.3.6.1.4.1.9.9.166.1.21.1.1.1
cbQosPoliceActionCfgConform .1.3.6.1.4.1.9.9.166.1.21.1.1.2
cbQosPoliceActionCfgConformSetValue .1.3.6.1.4.1.9.9.166.1.21.1.1.3
cbQosPoliceActionCfgExceed .1.3.6.1.4.1.9.9.166.1.21.1.1.4
cbQosPoliceActionCfgExceedSetValue .1.3.6.1.4.1.9.9.166.1.21.1.1.5
cbQosPoliceActionCfgViolate .1.3.6.1.4.1.9.9.166.1.21.1.1.6
cbQosPoliceActionCfgViolateSetValue .1.3.6.1.4.1.9.9.166.1.21.1.1.7
cbQosIPHCCfg .1.3.6.1.4.1.9.9.166.1.22
cbQosIPHCCfgTable .1.3.6.1.4.1.9.9.166.1.22.1
cbQosIPHCCfgEntry .1.3.6.1.4.1.9.9.166.1.22.1.1
cbQosIPHCCfgOption .1.3.6.1.4.1.9.9.166.1.22.1.1.1
cbQosIPHCCfgEnabled .1.3.6.1.4.1.9.9.166.1.22.1.1.2
cbQosIPHCStats .1.3.6.1.4.1.9.9.166.1.23
cbQosIPHCStatsTable .1.3.6.1.4.1.9.9.166.1.23.1
cbQosIPHCStatsEntry .1.3.6.1.4.1.9.9.166.1.23.1.1
cbQosIPHCRtpSentPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.1
cbQosIPHCRtpSentByteOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.10
cbQosIPHCRtpSentByte .1.3.6.1.4.1.9.9.166.1.23.1.1.11
cbQosIPHCRtpSentByte64 .1.3.6.1.4.1.9.9.166.1.23.1.1.12
cbQosIPHCRtpSentByteRate .1.3.6.1.4.1.9.9.166.1.23.1.1.13
cbQosIPHCTcpSentPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.14
cbQosIPHCTcpSentPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.15
cbQosIPHCTcpSentPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.16
cbQosIPHCTcpCmprsOutPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.17
cbQosIPHCTcpCmprsOutPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.18
cbQosIPHCTcpCmprsOutPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.19
cbQosIPHCRtpSentPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.2
cbQosIPHCTcpSavedByteOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.20
cbQosIPHCTcpSavedByte .1.3.6.1.4.1.9.9.166.1.23.1.1.21
cbQosIPHCTcpSavedByte64 .1.3.6.1.4.1.9.9.166.1.23.1.1.22
cbQosIPHCTcpSentByteOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.23
cbQosIPHCTcpSentByte .1.3.6.1.4.1.9.9.166.1.23.1.1.24
cbQosIPHCTcpSentByte64 .1.3.6.1.4.1.9.9.166.1.23.1.1.25
cbQosIPHCTcpSentByteRate .1.3.6.1.4.1.9.9.166.1.23.1.1.26
cbQosIPHCRtpFullHdrSentPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.27
cbQosIPHCRtpFullHdrSentPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.28
cbQosIPHCRtpFullHdrSentPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.29
cbQosIPHCRtpSentPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.3
cbQosIPHCTcpFullHdrSentPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.30
cbQosIPHCTcpFullHdrSentPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.31
cbQosIPHCTcpFullHdrSentPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.32
cbQosIPHCRtpCmprsOutPktOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.4
cbQosIPHCRtpCmprsOutPkt .1.3.6.1.4.1.9.9.166.1.23.1.1.5
cbQosIPHCRtpCmprsOutPkt64 .1.3.6.1.4.1.9.9.166.1.23.1.1.6
cbQosIPHCRtpSavedByteOverflow .1.3.6.1.4.1.9.9.166.1.23.1.1.7
cbQosIPHCRtpSavedByte .1.3.6.1.4.1.9.9.166.1.23.1.1.8
cbQosIPHCRtpSavedByte64 .1.3.6.1.4.1.9.9.166.1.23.1.1.9
cbQosSetStats .1.3.6.1.4.1.9.9.166.1.24
cbQosSetStatsTable .1.3.6.1.4.1.9.9.166.1.24.1
cbQosSetStatsEntry .1.3.6.1.4.1.9.9.166.1.24.1.1
cbQosSetDscpPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.1
cbQosSetSrpPriorityPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.10
cbQosSetFrFecnBecnPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.11
cbQosSetDscpTunnelPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.12
cbQosSetPrecedenceTunnelPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.13
cbQosSetPrecedencePkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.2
cbQosSetQosGroupPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.3
cbQosSetFrDePkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.4
cbQosSetAtmClpPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.5
cbQosSetL2CosPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.6
cbQosSetMplsExpImpositionPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.7
cbQosSetDiscardClassPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.8
cbQosSetMplsExpTopMostPkt64 .1.3.6.1.4.1.9.9.166.1.24.1.1.9
cbQosPoliceColorStats .1.3.6.1.4.1.9.9.166.1.25
cbQosPoliceColorStatsTable .1.3.6.1.4.1.9.9.166.1.25.1
cbQosPoliceColorStatsEntry .1.3.6.1.4.1.9.9.166.1.25.1.1
cbQosPoliceCfmColorCfmPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.1
cbQosPoliceExdColorVltByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.10
cbQosPoliceVltColorVltPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.11
cbQosPoliceVltColorVltByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.12
cbQosPoliceCfmColorCfmBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.13
cbQosPoliceCfmColorExdBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.14
cbQosPoliceCfmColorVltBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.15
cbQosPoliceExdColorExdBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.16
cbQosPoliceExdColorVltBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.17
cbQosPoliceVltColorVltBitRate .1.3.6.1.4.1.9.9.166.1.25.1.1.18
cbQosPoliceCfmColorCfmByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.2
cbQosPoliceCfmColorExdPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.3
cbQosPoliceCfmColorExdByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.4
cbQosPoliceCfmColorVltPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.5
cbQosPoliceCfmColorVltByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.6
cbQosPoliceExdColorExdPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.7
cbQosPoliceExdColorExdByte64 .1.3.6.1.4.1.9.9.166.1.25.1.1.8
cbQosPoliceExdColorVltPkt64 .1.3.6.1.4.1.9.9.166.1.25.1.1.9
cbQosTableMapCfg .1.3.6.1.4.1.9.9.166.1.26
cbQosTableMapCfgTable .1.3.6.1.4.1.9.9.166.1.26.1
cbQosTableMapCfgEntry .1.3.6.1.4.1.9.9.166.1.26.1.1
cbQosTableMapCfgIndex .1.3.6.1.4.1.9.9.166.1.26.1.1.1
cbQosTableMapCfgName .1.3.6.1.4.1.9.9.166.1.26.1.1.2
cbQosTableMapCfgBehavior .1.3.6.1.4.1.9.9.166.1.26.1.1.3
cbQosTableMapCfgDftValue .1.3.6.1.4.1.9.9.166.1.26.1.1.4
cbQosTableMapValueCfg .1.3.6.1.4.1.9.9.166.1.27
cbQosTableMapValueCfgTable .1.3.6.1.4.1.9.9.166.1.27.1
cbQosTableMapValueCfgEntry .1.3.6.1.4.1.9.9.166.1.27.1.1
cbQosTableMapValueCfgFrom .1.3.6.1.4.1.9.9.166.1.27.1.1.1
cbQosTableMapValueCfgTo .1.3.6.1.4.1.9.9.166.1.27.1.1.2
cbQosTableMapSetCfg .1.3.6.1.4.1.9.9.166.1.28
cbQosTableMapSetCfgTable .1.3.6.1.4.1.9.9.166.1.28.1
cbQosTableMapSetCfgEntry .1.3.6.1.4.1.9.9.166.1.28.1.1
cbQosTMSetIpDscpFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.1
cbQosTMSetMplsExpImpMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.10
cbQosTMSetMplsExpTopFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.11
cbQosTMSetMplsExpTopMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.12
cbQosTMSetIpDscpMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.2
cbQosTMSetIpPrecedenceFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.3
cbQosTMSetIpPrecedenceMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.4
cbQosTMSetQosGroupFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.5
cbQosTMSetQosGroupMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.6
cbQosTMSetL2CosFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.7
cbQosTMSetL2CosMapName .1.3.6.1.4.1.9.9.166.1.28.1.1.8
cbQosTMSetMplsExpImpFromType .1.3.6.1.4.1.9.9.166.1.28.1.1.9
cbQosEBCfg .1.3.6.1.4.1.9.9.166.1.29
cbQosEBCfgTable .1.3.6.1.4.1.9.9.166.1.29.1
cbQosEBCfgEntry .1.3.6.1.4.1.9.9.166.1.29.1.1
cbQosEBCfgMechanism .1.3.6.1.4.1.9.9.166.1.29.1.1.1
cbQosEBCfgDropTarget .1.3.6.1.4.1.9.9.166.1.29.1.1.2
cbQosEBCfgDelayTarget .1.3.6.1.4.1.9.9.166.1.29.1.1.3
cbQosEBCfgDelayThreshold .1.3.6.1.4.1.9.9.166.1.29.1.1.4
cbQosFrameRelayVCPolicy .1.3.6.1.4.1.9.9.166.1.3
cbQosFrameRelayPolicyTable .1.3.6.1.4.1.9.9.166.1.3.1
cbQosFrameRelayPolicyEntry .1.3.6.1.4.1.9.9.166.1.3.1.1
cbQosFRPolicyIndex .1.3.6.1.4.1.9.9.166.1.3.1.1.1
cbQosEBStats .1.3.6.1.4.1.9.9.166.1.30
cbQosEBStatsTable .1.3.6.1.4.1.9.9.166.1.30.1
cbQosEBStatsEntry .1.3.6.1.4.1.9.9.166.1.30.1.1
cbQosEBStatsCorvilEBValue .1.3.6.1.4.1.9.9.166.1.30.1.1.1
cbQosEBStatsCorvilEBStatus .1.3.6.1.4.1.9.9.166.1.30.1.1.2
cbQosEBStatsCorvilCTD .1.3.6.1.4.1.9.9.166.1.30.1.1.3
cbQosMeasureIPSLACfg .1.3.6.1.4.1.9.9.166.1.31
cbQosMeasureIPSLACfgTable .1.3.6.1.4.1.9.9.166.1.31.1
cbQosMeasureIPSLACfgEntry .1.3.6.1.4.1.9.9.166.1.31.1.1
cbQosMeasureIPSLACfgGroupIndex .1.3.6.1.4.1.9.9.166.1.31.1.1.1
cbQosMeasureIPSLACfgGroupName .1.3.6.1.4.1.9.9.166.1.31.1.1.2
cbQosQueueingClassCfg .1.3.6.1.4.1.9.9.166.1.32
cbQosQueueingClassCfgTable .1.3.6.1.4.1.9.9.166.1.32.1
cbQosQueueingClassCfgEntry .1.3.6.1.4.1.9.9.166.1.32.1.1
cbQosQueueingClassConfigIndex .1.3.6.1.4.1.9.9.166.1.32.1.1.1
cbQosQlimitWeightValue .1.3.6.1.4.1.9.9.166.1.32.1.1.2
cbQosQueueingClassCfgThreshold .1.3.6.1.4.1.9.9.166.1.32.1.1.3
cbQosQueueingClassCfgThresholdUnit .1.3.6.1.4.1.9.9.166.1.32.1.1.4
cbQosQueueingClassCfgQLimitWeight .1.3.6.1.4.1.9.9.166.1.32.1.1.5
cbQosC3plAccountCfg .1.3.6.1.4.1.9.9.166.1.33
cbQosC3plAccountCfgTable .1.3.6.1.4.1.9.9.166.1.33.1
cbQosC3plAccountCfgEntry .1.3.6.1.4.1.9.9.166.1.33.1.1
cbQosC3plAccountFeatureType .1.3.6.1.4.1.9.9.166.1.33.1.1.1
cbQosC3plAccountStats .1.3.6.1.4.1.9.9.166.1.34
cbQosC3plAccountStatsTable .1.3.6.1.4.1.9.9.166.1.34.1
cbQosC3plAccountStatsEntry .1.3.6.1.4.1.9.9.166.1.34.1.1
cbQosC3plAccountDropPktOverflow .1.3.6.1.4.1.9.9.166.1.34.1.1.1
cbQosC3plAccountTailDropByteOverflow .1.3.6.1.4.1.9.9.166.1.34.1.1.10
cbQosC3plAccountTailDropByte .1.3.6.1.4.1.9.9.166.1.34.1.1.11
cbQosC3plAccountTailDropByte64 .1.3.6.1.4.1.9.9.166.1.34.1.1.12
cbQosC3plAccountDropPkt .1.3.6.1.4.1.9.9.166.1.34.1.1.2
cbQosC3plAccountDropPkt64 .1.3.6.1.4.1.9.9.166.1.34.1.1.3
cbQosC3plAccountDropByteOverflow .1.3.6.1.4.1.9.9.166.1.34.1.1.4
cbQosC3plAccountDropByte .1.3.6.1.4.1.9.9.166.1.34.1.1.5
cbQosC3plAccountDropByte64 .1.3.6.1.4.1.9.9.166.1.34.1.1.6
cbQosC3plAccountTailDropPktOverflow .1.3.6.1.4.1.9.9.166.1.34.1.1.7
cbQosC3plAccountTailDropPkt .1.3.6.1.4.1.9.9.166.1.34.1.1.8
cbQosC3plAccountTailDropPkt64 .1.3.6.1.4.1.9.9.166.1.34.1.1.9
cbQosATMPVCPolicy .1.3.6.1.4.1.9.9.166.1.4
cbQosATMPVCPolicyTable .1.3.6.1.4.1.9.9.166.1.4.1
cbQosATMPVCPolicyEntry .1.3.6.1.4.1.9.9.166.1.4.1.1
cbQosATMPolicyIndex .1.3.6.1.4.1.9.9.166.1.4.1.1.1
cbQosObjects .1.3.6.1.4.1.9.9.166.1.5
cbQosObjectsTable .1.3.6.1.4.1.9.9.166.1.5.1
cbQosObjectsEntry .1.3.6.1.4.1.9.9.166.1.5.1.1
cbQosObjectsIndex .1.3.6.1.4.1.9.9.166.1.5.1.1.1
cbQosConfigIndex .1.3.6.1.4.1.9.9.166.1.5.1.1.2
cbQosObjectsType .1.3.6.1.4.1.9.9.166.1.5.1.1.3
cbQosParentObjectsIndex .1.3.6.1.4.1.9.9.166.1.5.1.1.4
cbQosPolicyMapCfg .1.3.6.1.4.1.9.9.166.1.6
cbQosPolicyMapCfgTable .1.3.6.1.4.1.9.9.166.1.6.1
cbQosPolicyMapCfgEntry .1.3.6.1.4.1.9.9.166.1.6.1.1
cbQosPolicyMapName .1.3.6.1.4.1.9.9.166.1.6.1.1.1
cbQosPolicyMapDesc .1.3.6.1.4.1.9.9.166.1.6.1.1.2
cbQosClassMapCfg .1.3.6.1.4.1.9.9.166.1.7
cbQosCMCfgTable .1.3.6.1.4.1.9.9.166.1.7.1
cbQosCMCfgEntry .1.3.6.1.4.1.9.9.166.1.7.1.1
cbQosCMName .1.3.6.1.4.1.9.9.166.1.7.1.1.1
cbQosCMDesc .1.3.6.1.4.1.9.9.166.1.7.1.1.2
cbQosCMInfo .1.3.6.1.4.1.9.9.166.1.7.1.1.3
cbQosMatchStmtCfg .1.3.6.1.4.1.9.9.166.1.8
cbQosMatchStmtCfgTable .1.3.6.1.4.1.9.9.166.1.8.1
cbQosMatchStmtCfgEntry .1.3.6.1.4.1.9.9.166.1.8.1.1
cbQosMatchStmtName .1.3.6.1.4.1.9.9.166.1.8.1.1.1
cbQosMatchStmtInfo .1.3.6.1.4.1.9.9.166.1.8.1.1.2
cbQosQueueingCfg .1.3.6.1.4.1.9.9.166.1.9
cbQosQueueingCfgTable .1.3.6.1.4.1.9.9.166.1.9.1
cbQosQueueingCfgEntry .1.3.6.1.4.1.9.9.166.1.9.1.1
cbQosQueueingCfgBandwidth deprecated.1.3.6.1.4.1.9.9.166.1.9.1.1.1
cbQosQueueingCfgAggregateQLimit .1.3.6.1.4.1.9.9.166.1.9.1.1.10
cbQosQueueingCfgAggrQLimitTime .1.3.6.1.4.1.9.9.166.1.9.1.1.11
cbQosQueueingCfgPriorityLevel .1.3.6.1.4.1.9.9.166.1.9.1.1.12
cbQosQueueingCfgBandwidth64 .1.3.6.1.4.1.9.9.166.1.9.1.1.13
cbQosQueueingCfgIndividualQSize64 .1.3.6.1.4.1.9.9.166.1.9.1.1.14
cbQosQueueingCfgBandwidthUnits .1.3.6.1.4.1.9.9.166.1.9.1.1.2
cbQosQueueingCfgFlowEnabled .1.3.6.1.4.1.9.9.166.1.9.1.1.3
cbQosQueueingCfgPriorityEnabled .1.3.6.1.4.1.9.9.166.1.9.1.1.4
cbQosQueueingCfgAggregateQSize deprecated.1.3.6.1.4.1.9.9.166.1.9.1.1.5
cbQosQueueingCfgIndividualQSize deprecated.1.3.6.1.4.1.9.9.166.1.9.1.1.6
cbQosQueueingCfgDynamicQNumber .1.3.6.1.4.1.9.9.166.1.9.1.1.7
cbQosQueueingCfgPrioBurstSize .1.3.6.1.4.1.9.9.166.1.9.1.1.8
cbQosQueueingCfgQLimitUnits .1.3.6.1.4.1.9.9.166.1.9.1.1.9
ciscocbQosMIBConformance .1.3.6.1.4.1.9.9.166.2
ciscocbQosMIBCompliances .1.3.6.1.4.1.9.9.166.2.1
ciscocbQosMIBGroups .1.3.6.1.4.1.9.9.166.2.2