CISCO-CLASS-BASED-QOS-MIB: View SNMP OID List / Download MIB

VENDOR: CISCO


 Home MIB: CISCO-CLASS-BASED-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
 ciscoCBQosMIB 1.3.6.1.4.1.9.9.166
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.
         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 no-access
This table describes the logical interfaces/media types and the policymap that are attached to it.
                     cbQosServicePolicyEntry 1.3.6.1.4.1.9.9.166.1.1.1.1 no-access
Each entry in this table describes to which a logical interface a given policymap is attached. Depending on the logical interface/media type, some fields may have meaningful values, and some may not. Please see each individual descriptions.
                         cbQosPolicyIndex 1.3.6.1.4.1.9.9.166.1.1.1.1.1 unsigned32 no-access
An arbitrary (system-assigned) index for all service policies (PolicyMap that has been attached to a given logical interface).
                         cbQosIfType 1.3.6.1.4.1.9.9.166.1.1.1.1.2 interfacetype read-only
This describes the logical interface/media type to which this service policy is attached.
                         cbQosPolicyDirection 1.3.6.1.4.1.9.9.166.1.1.1.1.3 trafficdirection read-only
This indicates the direction of traffic for which this service policy is applied.
                         cbQosIfIndex 1.3.6.1.4.1.9.9.166.1.1.1.1.4 interfaceindex read-only
ifIndex for the interface to which this service is attached. This field makes sense only if the logical interface has a snmp ifIndex. For e.g. the value of this field is meaningless when the cbQosIfType is controlPlane.
                         cbQosFrDLCI 1.3.6.1.4.1.9.9.166.1.1.1.1.5 dlcinumber read-only
DLCI for the FRVC to which this service is attached. This field only make sense if the service policy is attached to a Frame Relay DLCI.
                         cbQosAtmVPI 1.3.6.1.4.1.9.9.166.1.1.1.1.6 unsigned32 read-only
VPI for the ATMVC to which this service is attached. This field only make sense if the service policy is attached to a ATM VC.
                         cbQosAtmVCI 1.3.6.1.4.1.9.9.166.1.1.1.1.7 unsigned32 read-only
VCI for the ATMVC to which this service is attached. This field only make sense if the service policy is attached to a ATM VC.
                         cbQosEntityIndex 1.3.6.1.4.1.9.9.166.1.1.1.1.8 entphysicalindexorzero read-only
In cases where the policy is attached to an entity e.g. control-plane, this object represents the entity physical index of the entity to which the policy has been attached. A value zero may be returned if the policy is not attached to a physical entity or the entPhysicalTable is not supported on the SNMP agent.
                         cbQosVlanIndex 1.3.6.1.4.1.9.9.166.1.1.1.1.9 vlanindex read-only
If the service policy is attached to a particular vlan on a trunk or multi-vlan access port, then this object specifies the corresponding VLAN. In all other cases the value of this object is '0'.
                         cbQosEVC 1.3.6.1.4.1.9.9.166.1.1.1.1.10 unsigned32 read-only
for the EVC to which this service is attached. This field only make sense if the service policy is attached to an EVC.
                         cbQosPolicyDiscontinuityTime 1.3.6.1.4.1.9.9.166.1.1.1.1.11 timestamp read-only
The value of sysUpTime on the most recent occasion at which any one or more objects of cbQosServicePolicyEntry table for a given instance suffered a discontinuity. If no such discontinuities have occurred since the last re-initialization of the local management subsystem, this object contains a zero value.
                         cbQosParentPolicyIndex 1.3.6.1.4.1.9.9.166.1.1.1.1.12 unsigned32 read-only
The value refering to service-policy index of a virtual interface on which PolicyMap applied directly. Value set would imply the entry is for a physical interface which is a member of a virtual interface. Value zero implies the entry is for a interface on which PolicyMap applied directly.
             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 no-access
This table describes the service polices that are attached to main and sub interfaces.
                     cbQosInterfacePolicyEntry 1.3.6.1.4.1.9.9.166.1.2.1.1 no-access
Using ifIndex and Direction, each unique index pair translates to a service policy that is attached to a main/sub interface, for particular traffic direction.
                         cbQosIFPolicyIndex 1.3.6.1.4.1.9.9.166.1.2.1.1.1 unsigned32 read-only
An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.
             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 no-access
This table describes the service polices that are attached to Frame Relay DLCIs.
                     cbQosFrameRelayPolicyEntry 1.3.6.1.4.1.9.9.166.1.3.1.1 no-access
Using ifIndex, FR DLCI, and Direction, each unique index combination translates to a service policy that is attached to a FR DLCI, for particular traffic direction.
                         cbQosFRPolicyIndex 1.3.6.1.4.1.9.9.166.1.3.1.1.1 unsigned32 read-only
An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.
             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 no-access
This table describes the policies that are attached to a ATM PVC.
                     cbQosATMPVCPolicyEntry 1.3.6.1.4.1.9.9.166.1.4.1.1 no-access
Using ifIndex, VPI, VCI, and Direction, each unique index combination translates to a service policy that is attached to a ATM VC, for particular traffic direction.
                         cbQosATMPolicyIndex 1.3.6.1.4.1.9.9.166.1.4.1.1.1 unsigned32 read-only
An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.
             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 no-access
This table specifies QoS objects (classmap, policymap, match statements, and actions) hierarchy. This table also provide relationship between each PolicyIndex/ObjectsIndex pair and the ConfigIndex. ConfigIndex is essential for querying any configuration tables.
                     cbQosObjectsEntry 1.3.6.1.4.1.9.9.166.1.5.1.1 no-access
A QoS object entry. Objects covered in this table are PolicyMap, ClassMap, Match Statements, and Actions. Each entry is indexed by system-generated cbQosPolicyIndex, and cbQosObjectsIndex, which represents a runtime instance of a QoS object. In conjunction with the cbQosParentObjectsIndex, a management station can determine the hierarchical relationship of those QoS objects. Given that classmaps and service policies can be nested entites, each entry in this table represents a unique instance of such object. Each runtime object instance has a corresponding config object, which contains the configuration information of such QoS object. The config object is indexed by cbQosConfigIndex.
                         cbQosObjectsIndex 1.3.6.1.4.1.9.9.166.1.5.1.1.1 unsigned32 no-access
An arbitrary (system-assigned) instance specific index for cbQosObjectsEntry.
                         cbQosConfigIndex 1.3.6.1.4.1.9.9.166.1.5.1.1.2 unsigned32 read-only
An arbitrary (system-assigned) config (instance independent) index for each Object. Each objects having the same configuration share the same config index.
                         cbQosObjectsType 1.3.6.1.4.1.9.9.166.1.5.1.1.3 qosobjecttype read-only
The type of the QoS object.
                         cbQosParentObjectsIndex 1.3.6.1.4.1.9.9.166.1.5.1.1.4 unsigned32 read-only
The parent instance index of a QoS object. For a ClassMap, the parent index would be the index of the attached PolicyMap. For a Match Statement, the parent index would be the index of the ClassMap that uses this Match Statement. For an action, the parent index would be the index of the ClassMap that applies such Action. For a non-hierarchical PolicyMap, the parent would be the logical interface to which the policy is attached, thus the parent index would be 0. For a hierarchical PolicyMap, the parent index would be the index of the ClassMap to which the nested policy is attached.
             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 no-access
This table specifies Policymap configuration information
                     cbQosPolicyMapCfgEntry 1.3.6.1.4.1.9.9.166.1.6.1.1 no-access
Each entry in this table describes configuration information about a policymap. The information includes: Name, and it's description. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each PolicyMap.
                         cbQosPolicyMapName 1.3.6.1.4.1.9.9.166.1.6.1.1.1 displaystring read-only
Name of the Policymap.
                         cbQosPolicyMapDesc 1.3.6.1.4.1.9.9.166.1.6.1.1.2 displaystring read-only
Description of the PolicyMap.
             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 no-access
This table specifies ClassMap configuration information
                     cbQosCMCfgEntry 1.3.6.1.4.1.9.9.166.1.7.1.1 no-access
Each entry in this table describes configuration information about a classmap. The information includes: Name, and it's description and whether it is a Match-All or Match-Any class. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each ClassMap.
                         cbQosCMName 1.3.6.1.4.1.9.9.166.1.7.1.1.1 displaystring read-only
Name of the Classmap.
                         cbQosCMDesc 1.3.6.1.4.1.9.9.166.1.7.1.1.2 displaystring read-only
Description of the Classmap.
                         cbQosCMInfo 1.3.6.1.4.1.9.9.166.1.7.1.1.3 qosclassinfo read-only
Match all vs Match any in a given class.
             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 no-access
This table specifies ClassMap configuration information
                     cbQosMatchStmtCfgEntry 1.3.6.1.4.1.9.9.166.1.8.1.1 no-access
Each entry in this table describes configuration information about a MatchStatement. The information includes: Name, and whether it is a Match or Match-Not statement. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each MatchStatement.
                         cbQosMatchStmtName 1.3.6.1.4.1.9.9.166.1.8.1.1.1 displaystring read-only
Name of the Match Statement.
                         cbQosMatchStmtInfo 1.3.6.1.4.1.9.9.166.1.8.1.1.2 qosmatchinfo read-only
Match vs Match Not in a given class.
             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 no-access
This table specifies Queueing Action configuration information
                     cbQosQueueingCfgEntry 1.3.6.1.4.1.9.9.166.1.9.1.1 no-access
Each entry in this table describes configuration information about a queueing action. The information includes: Bandwidth, Units, Flow Enabled, Priority Enabled, and Q size. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each Queueing Action.
                         cbQosQueueingCfgBandwidth 1.3.6.1.4.1.9.9.166.1.9.1.1.1 integer32 read-only
The type of bandwidth configuration value represented by this object is indicated by the value of cbQosQueueingCfgBandwidthUnits for this entry. If the cbQosQueueingCfgBandwidthUnits value is 'kbps(1)' or 'percentage(2)', this object represents the configured bandwidth allocated to this traffic class.In the case of a bandwidth policy, this value represents a minimum bandwidth guarantee for the traffic class. In the case of a priority policy, this value represents the maximum rate at which priority service is guaranteed. If the cbQosQueueingCfgBandwidthUnits value is 'percentageRemaining(3)', this object represents the the percentage of the unallocated bandwidth to allocate to this class. If the cbQosQueueingCfgBandwidthUnits value is 'ratioRemaining(4)', this object represents the ratio value, relative to other class' configured ratio values, used to determine the portion of the unallocated bandwidth to apply to this class. cbQosQueueingCfgBandwidth object is superseded by cbQosQueueingCfgBandwidth64.
                         cbQosQueueingCfgBandwidthUnits 1.3.6.1.4.1.9.9.166.1.9.1.1.2 queueingbandwidthunits read-only
Units of the accompanying cbQosQueueingCfgbandwidth parameter
                         cbQosQueueingCfgFlowEnabled 1.3.6.1.4.1.9.9.166.1.9.1.1.3 truthvalue read-only
Boolean to indicate if flow-based fair-queue is enabled for this class.
                         cbQosQueueingCfgPriorityEnabled 1.3.6.1.4.1.9.9.166.1.9.1.1.4 truthvalue read-only
Boolean to indicate if low latency queueing (priority) is enabled for this class.
                         cbQosQueueingCfgAggregateQSize 1.3.6.1.4.1.9.9.166.1.9.1.1.5 integer32 read-only
Maximum number of packets that can be held in all the individual queues associated with this class before packets are dropped. cbQosQueueingCfgAggregateQSize object is superseded by cbQosQueueingCfgAggregateQLimit.
                         cbQosQueueingCfgIndividualQSize 1.3.6.1.4.1.9.9.166.1.9.1.1.6 integer32 read-only
Maximum number of packets that can be held in an individual Flow-based fair-queue associated with this class before it drops packets (once the AggregateQSize has been reached). This field only makes sense in the context of Flow-based fair-queueing. cbQosQueueingCfgIndividualQSize object is superseded by cbQosQueueingCfgIndividualQSize64.
                         cbQosQueueingCfgDynamicQNumber 1.3.6.1.4.1.9.9.166.1.9.1.1.7 integer32 read-only
Number of dynamic queues supported when flow-based fair-queue is in use.
                         cbQosQueueingCfgPrioBurstSize 1.3.6.1.4.1.9.9.166.1.9.1.1.8 unsigned32 read-only
In the priority queue, this is the number of bytes allowed in a single burst. This parameter only makes sense if Priority is enabled
                         cbQosQueueingCfgQLimitUnits 1.3.6.1.4.1.9.9.166.1.9.1.1.9 cbqosqueueunittype read-only
Represents the unit type of cbQosQueueingCfgAggregateQLimit object.
                         cbQosQueueingCfgAggregateQLimit 1.3.6.1.4.1.9.9.166.1.9.1.1.10 cbqosqueuedepth read-only
Maximum allowed queue size for all the individual queues associated with this class. When the queue size exceed this value, the packets will be dropped.
                         cbQosQueueingCfgAggrQLimitTime 1.3.6.1.4.1.9.9.166.1.9.1.1.11 unsigned32 read-only
Maximum allowed queue size in milli-seconds for all individual queues associated with this class. It is internally converted to bytes by using the bandwidth that is available for the class.
                         cbQosQueueingCfgPriorityLevel 1.3.6.1.4.1.9.9.166.1.9.1.1.12 unsigned32 read-only
The priority level of the queue into which packets matching this class are queued into. A larger priority level indicates higher priority.
                         cbQosQueueingCfgBandwidth64 1.3.6.1.4.1.9.9.166.1.9.1.1.13 unsigned64 read-only
This object indicates the guaranteed bandwidth for a particular traffic class. The type of bandwidth configuration value represented by this object is indicated by the value of cbQosQueueingCfgBandwidthUnits. If the cbQosQueueingCfgBandwidthUnits value is 'kbps(1)' or 'percentage(2)', this object represents the configured bandwidth allocated to this traffic class.In the case of a bandwidth policy, this value represents a minimum bandwidth guarantee for the traffic class. In the case of a priority policy, this value represents the maximum rate at which priority service is guaranteed. If the cbQosQueueingCfgBandwidthUnits value is 'percentageRemaining(3)', this object represents the the percentage of the unallocated bandwidth to allocate to this class. If the cbQosQueueingCfgBandwidthUnits value is 'ratioRemaining(4)', this object represents the ratio value, relative to other class' configured ratio values, used to determine the portion of the unallocated bandwidth to apply to this class. If a device implements cbQosQueueingCfgBandwidth64, it should not implement cbQosQueueingCfgBandwidth.
                         cbQosQueueingCfgIndividualQSize64 1.3.6.1.4.1.9.9.166.1.9.1.1.14 unsigned64 read-only
Maximum number of packets that can be held in an individual Flow-based fair-queue associated with this class before it drops packets (once the AggregateQSize has been reached). If a device implements cbQosQueueingCfgIndividualQSize64, then it should not implement cbQosQueueingCfgIndividualQSize.
             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 no-access
This table specifies WRED Action configuration information
                       cbQosREDCfgEntry 1.3.6.1.4.1.9.9.166.1.10.1.1 no-access
Each entry in this table describes configuration information about a WRED Action. The table holds global (per traffic class) configuration like: Expon Weight and Mean Q size. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each WRED Action.
                           cbQosREDCfgExponWeight 1.3.6.1.4.1.9.9.166.1.10.1.1.1 integer32 read-only
The decay factor for the queue average calculation. The decay factor is equal to raising 2 to the power of N, where N could be up to 16. The smaller the number, the faster it decays.
                           cbQosREDCfgMeanQsize 1.3.6.1.4.1.9.9.166.1.10.1.1.2 integer32 read-only
The average queue size, computed and used by the WRED algorithm. cbQosREDCfgMeanQsize object is superseded by cbQosREDMeanQsize.
                           cbQosREDCfgDscpPrec 1.3.6.1.4.1.9.9.166.1.10.1.1.3 redmechanism read-only
The Classification mechanism used by RED
                           cbQosREDCfgECNEnabled 1.3.6.1.4.1.9.9.166.1.10.1.1.4 truthvalue read-only
Boolean to indicate if explicit congestion notification enabled for this class.
             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 no-access
This table specifies WRED Action configuration information on a per IP precedence basis.
                       cbQosREDClassCfgEntry 1.3.6.1.4.1.9.9.166.1.11.1.1 no-access
Each entry in this table describes configuration information about a WRED Action. The table holds the per IP precedence based WRED configuration parameters. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex and cbQosREDValue of each WRED Action.
                           cbQosREDValue 1.3.6.1.4.1.9.9.166.1.11.1.1.1 integer32 no-access
The IP precedence or IP DSCP of this entry.
                           cbQosREDCfgMinThreshold 1.3.6.1.4.1.9.9.166.1.11.1.1.2 integer32 read-only
Minimum threshold in number of packets. When the average queue length reaches this number, WRED begins to drop packets with the specified IP precedence. cbQosREDCfgMinThreshold object is superseded by cbQosREDClassCfgMinThreshold.
                           cbQosREDCfgMaxThreshold 1.3.6.1.4.1.9.9.166.1.11.1.1.3 integer32 read-only
Maximum threshold in number of packets. When the average queue length exceeds this number, WRED drops all packets with the specified IP precedence. cbQosREDCfgMaxThreshold object is superseded by cbQosREDClassCfgMaxThreshold.
                           cbQosREDCfgPktDropProb 1.3.6.1.4.1.9.9.166.1.11.1.1.4 integer32 read-only
Denominator for the fraction of packets dropped when the average queue depth is MaxDepthThreshold. For example, if the denominator is 10, one out of every 10 packets is dropped when the average queue is at the MaxDepthThreshold.
                           cbQosREDClassCfgThresholdUnit 1.3.6.1.4.1.9.9.166.1.11.1.1.5 cbqosqueueunittype read-only
Represents the unit type to measure the RED thresholds. The objects covered are cbQosREDClassCfgMinThreshold and cbQosREDClassCfgMaxThreshold cbQosREDClassCfgThresholdUnit object is superseded by cbQosREDClassCfgMinThreshold, cbQosREDClassCfgMaxThreshold.
                           cbQosREDClassCfgMinThreshold 1.3.6.1.4.1.9.9.166.1.11.1.1.6 cbqosqueuedepth read-only
The minimum WRED threshold value. When the average queue length reaches this number, WRED begins to drop packets according to REDMechanism specificed in cbQosREDCfgDscpPrec.
                           cbQosREDClassCfgMaxThreshold 1.3.6.1.4.1.9.9.166.1.11.1.1.7 cbqosqueuedepth read-only
The maximum WRED threshold value. When the average queue length exceeds this number, WRED drops all packets according to REDMechanism specificed in cbQosREDCfgDscpPrec.
                           cbQosREDClassCfgMinThresholdTime 1.3.6.1.4.1.9.9.166.1.11.1.1.8 unsigned32 read-only
The minimum WRED threshold value specified in milli-seconds. The milli-second value is internally converted to bytes by using the bandwidth that is available for the class.
                           cbQosREDClassCfgMaxThresholdTime 1.3.6.1.4.1.9.9.166.1.11.1.1.9 unsigned32 read-only
The maximum WRED threshold value specified in milli-seconds. The milli-second value is internally converted to bytes by using the bandwidth that is available for the class.
                           cbQosREDClassCfgMaxThresholdUnit 1.3.6.1.4.1.9.9.166.1.11.1.1.10 cbqosqueueunittype read-only
Represents the unit type to measure the RED Maximum thresholds. The objects covered is cbQosREDClassCfgMaxThreshold
                           cbQosREDClassCfgMinThresholdUnit 1.3.6.1.4.1.9.9.166.1.11.1.1.11 cbqosqueueunittype read-only
Represents the unit type to measure the RED Minimum thresholds. The objects covered is cbQosREDClassCfgMinThreshold
             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 no-access
This table specifies Police Action configuration information.
                       cbQosPoliceCfgEntry 1.3.6.1.4.1.9.9.166.1.12.1.1 no-access
Each entry in this table describes configuration information about a Police Action. The table holds Policy configuration parameters, such as rate, burst size, and actions based on traffic rates. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex.
                           cbQosPoliceCfgRate 1.3.6.1.4.1.9.9.166.1.12.1.1.1 unsigned32 read-only
The committed policing rate. This is the sustained rate permitted by policing. If a committed policing rate greater than 4294967295 is configurable on the system, then the configured rate is available in cbQosPoliceCfgRate64.
                           cbQosPoliceCfgBurstSize 1.3.6.1.4.1.9.9.166.1.12.1.1.2 unsigned32 read-only
The amount of traffic, in bytes, in excess of the committed policing rate that will be permitted by the policing feature. cbQosPoliceCfgBurstSize object is superseded by cbQosPoliceCfgBurstSize64.
                           cbQosPoliceCfgExtBurstSize 1.3.6.1.4.1.9.9.166.1.12.1.1.3 unsigned32 read-only
The amount of traffic, in bytes, in excess of the burst limit, which may be conditionally permitted by the policing feature. The probability that the traffic is not permitted increases as the received burst size increases. cbQosPoliceCfgExtBurstSize object is superseded by cbQosPoliceCfgExtBurstSize64.
                           cbQosPoliceCfgConformAction 1.3.6.1.4.1.9.9.166.1.12.1.1.4 policeaction read-only
Action to be taken when the traffic is within the configured rate, that is, the traffic rate is conforming. cbQosPoliceCfgConformAction object is superseded by cbQosPoliceActionCfgConform.
                           cbQosPoliceCfgConformSetValue 1.3.6.1.4.1.9.9.166.1.12.1.1.5 unsigned32 read-only
New packet attribute values for each packets that conforms to the configured Police rate. cbQosPoliceCfgConformSetValue object is superseded by cbQosPoliceActionCfgConformSetValue.
                           cbQosPoliceCfgExceedAction 1.3.6.1.4.1.9.9.166.1.12.1.1.6 policeaction read-only
Action to be taken when the traffic exceeds the configured rate, that is, the traffic is non-conforming. cbQosPoliceCfgExceedAction object is superseded by cbQosPoliceActionCfgExceed.
                           cbQosPoliceCfgExceedSetValue 1.3.6.1.4.1.9.9.166.1.12.1.1.7 unsigned32 read-only
New packet attribute values for each packets that conforms to the configured Police rate. cbQosPoliceCfgExceedSetValue object is superseded by cbQosPoliceActionCfgExceedSetValue.
                           cbQosPoliceCfgViolateAction 1.3.6.1.4.1.9.9.166.1.12.1.1.8 policeaction read-only
Action to be taken when the traffic exceeds the conform and exceed token buckets. cbQosPoliceCfgViolateAction object is superseded by cbQosPoliceActionCfgViolate.
                           cbQosPoliceCfgViolateSetValue 1.3.6.1.4.1.9.9.166.1.12.1.1.9 unsigned32 read-only
New packet attribute values for each packets that conforms to the Police violate action. The packet attibute values depend on the action that is taken for the particular packet. For example, if the action was to set the dscp value, this entry describes the value it is set to. cbQosPoliceCfgViolateSetValue object is superseded by cbQosPoliceActionCfgViolateSetValue.
                           cbQosPoliceCfgPir 1.3.6.1.4.1.9.9.166.1.12.1.1.10 unsigned32 read-only
The committed policing rate. This is the peak rate permitted by two rate policing. cbQosPoliceCfgPir object is superseded by cbQosPoliceCfgPir64.
                           cbQosPoliceCfgRate64 1.3.6.1.4.1.9.9.166.1.12.1.1.11 unsigned64 read-only
The committed policing rate. This is the sustained rate permitted by policing.
                           cbQosPoliceCfgRateType 1.3.6.1.4.1.9.9.166.1.12.1.1.12 cbqosratetype read-only
The rate type that configured for CIR & PIR. 1 means rates are configured in bps. 2 means rates are configured in percentage. 3 means rates are configured in cps. 4 means rates are configured in parts per-thousand. 5 means rates are configured in parts per-million.
                           cbQosPoliceCfgPercentRateValue 1.3.6.1.4.1.9.9.166.1.12.1.1.13 unsigned32 read-only
The committed policing rate in percentage. Its value is valid only when cbQosPoliceCfgRateType equals to 2.
                           cbQosPoliceCfgPercentPirValue 1.3.6.1.4.1.9.9.166.1.12.1.1.14 unsigned32 read-only
The peak policing rate in percentage. Its value is valid only when cbQosPoliceCfgRateType equals to 2.
                           cbQosPoliceCfgCellRate 1.3.6.1.4.1.9.9.166.1.12.1.1.15 unsigned32 read-only
The committed policing rate in cells/second. Its value is valid only when cbQosPoliceCfgRateType equals to 3.
                           cbQosPoliceCfgCellPir 1.3.6.1.4.1.9.9.166.1.12.1.1.16 unsigned32 read-only
The peak policing rate in cells/second. Its value is valid only when cbQosPoliceCfgRateType equals to 3.
                           cbQosPoliceCfgBurstCell 1.3.6.1.4.1.9.9.166.1.12.1.1.17 unsigned32 read-only
The amount of traffic, in cells, in excess of the committed policing rate that will be permitted by the policing feature.
                           cbQosPoliceCfgExtBurstCell 1.3.6.1.4.1.9.9.166.1.12.1.1.18 unsigned32 read-only
The amount of traffic, in cells, in excess of the burst limit, which may be conditionally permitted by the policing feature. The probability that the traffic is not permitted increases as the received burst size increases.
                           cbQosPoliceCfgBurstTime 1.3.6.1.4.1.9.9.166.1.12.1.1.19 unsigned32 read-only
The amount of traffic time, in ms, in excess of the committed policing rate that will be permitted by the policing feature. The milli-second value is internally converted to bytes by using the bandwidth that is available for the class.
                           cbQosPoliceCfgExtBurstTime 1.3.6.1.4.1.9.9.166.1.12.1.1.20 unsigned32 read-only
The amount of traffic time, in ms, in excess of the burst limit, which may be conditionally permitted by the policing feature. The probability that the traffic is not permitted increases as the received burst size increases. The milli-second value is internally converted to bytes by using the bandwidth that is available for the class.
                           cbQosPoliceCfgCdvt 1.3.6.1.4.1.9.9.166.1.12.1.1.21 unsigned32 read-only
The ATM Cell Delay Variation Tolerance value.
                           cbQosPoliceCfgConformColor 1.3.6.1.4.1.9.9.166.1.12.1.1.22 displaystring read-only
The Classmap name used in AF color-aware mode to specify the conform-color for the incoming packets which was marked by the previous node. At least conform-color must be specified. If only conform-color is specified, all other packets are assumed to be marked exceed. See RFC 2697, A Single Rate Three Color Marker. See RFC 2698, A Two Rate Three Color Marker.
                           cbQosPoliceCfgExceedColor 1.3.6.1.4.1.9.9.166.1.12.1.1.23 displaystring read-only
The Classmap name used in AF color-aware mode to specify the exceed-color for the incoming packets which was marked by the previous node. If both conform-color and exceed-color are specified, all other packets are assumed to be marked violate. Violate-color configuration is not needed.
                           cbQosPoliceCfgConditional 1.3.6.1.4.1.9.9.166.1.12.1.1.24 truthvalue read-only
This object is use to depict weather police is configured as a conditioniler policer or not
                           cbQosPoliceCfgBurstSize64 1.3.6.1.4.1.9.9.166.1.12.1.1.25 unsigned64 read-only
This object indicated the amount of traffic, in bytes, in excess of the committed policing rate that will be permitted by the policing feature. If a device implements cbQosPoliceCfgBurstSize64, then it should not implement cbQosPoliceCfgBurstSize.
                           cbQosPoliceCfgExtBurstSize64 1.3.6.1.4.1.9.9.166.1.12.1.1.26 unsigned64 read-only
This object indicated the amount of traffic, in bytes, in excess of the burst limit, which may be conditionally permitted by the policing feature. The probability that the traffic is not permitted increases as the received burst size increases. If a device implements cbQosPoliceCfgBurstSize64, then it should not implement cbQosPoliceCfgBurstSize.
                           cbQosPoliceCfgPir64 1.3.6.1.4.1.9.9.166.1.12.1.1.27 unsigned64 read-only
This object indicates the committed policing rate. This is the peak rate permitted by two rate policing. If a device implements cbQosPoliceCfgPir64, then it should not implement cbQosPoliceCfgPir.
             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 no-access
This table specifies traffic-shaping Action configuration information.
                       cbQosTSCfgEntry 1.3.6.1.4.1.9.9.166.1.13.1.1 no-access
Each entry in this table describes configuration information about a traffic-shaping Action. The table holds Traffic Shaping configuration parameters, such as rate, burst size, and Shaping types. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex.
                           cbQosTSCfgRate 1.3.6.1.4.1.9.9.166.1.13.1.1.1 integer32 read-only
The committed traffic-shaping rate. This is the sustained rate permitted by the traffic-shaping.
                           cbQosTSCfgBurstSize 1.3.6.1.4.1.9.9.166.1.13.1.1.2 integer32 read-only
The amount of traffic, in bits, in excess of the committed traffic-shaping rate that will be instantaneously permitted by this feature. cbQosTSCfgBurstSize object is superseded by cbQosTSCfgBurstSize64.
                           cbQosTSCfgExtBurstSize 1.3.6.1.4.1.9.9.166.1.13.1.1.3 integer32 read-only
The amount of traffic, in bits, in excess of the burst limit, which may be conditionally permitted by traffic-shaping feature. cbQosTSCfgExtBurstSize object is superseded by cbQosTSCfgExtBurstSize64.
                           cbQosTSCfgAdaptiveEnabled 1.3.6.1.4.1.9.9.166.1.13.1.1.4 truthvalue read-only
This object indicates is adaptive traffic-shaping has been enabled.
                           cbQosTSCfgAdaptiveRate 1.3.6.1.4.1.9.9.166.1.13.1.1.5 integer32 read-only
This object represents the current adaptive traffic shaping rate.
                           cbQosTSCfgLimitType 1.3.6.1.4.1.9.9.166.1.13.1.1.6 trafficshapinglimit read-only
This object indicates if traffic-shaping is limiting traffic based on the peak rate or the average rate.
                           cbQosTSCfgRateType 1.3.6.1.4.1.9.9.166.1.13.1.1.7 cbqosratetype read-only
The rate type that configured for traffic-shaping. 1 means rate is configured in bps. 2 means rate is configured in percentage. 4 means rates are configured in parts per-thousand. 5 means rates are configured in parts per-million.
                           cbQosTSCfgPercentRateValue 1.3.6.1.4.1.9.9.166.1.13.1.1.8 unsigned32 read-only
The committed traffic-shaping rate in percentage. Its value is valid only when cbQosTSCfgRateType equals to 2.
                           cbQosTSCfgBurstTime 1.3.6.1.4.1.9.9.166.1.13.1.1.9 unsigned32 read-only
The amount of traffic, in ms, in excess of the committed traffic-shaping rate that will be instantaneously permitted by this feature. The milli-second value is internally converted to bits by using the bandwidth that is available for the class.
                           cbQosTSCfgExtBurstTime 1.3.6.1.4.1.9.9.166.1.13.1.1.10 unsigned32 read-only
The amount of traffic, in ms, in excess of the burst limit, which may be conditionnally permitted by traffic-shaping feature. The milli-second value is internally converted to bits by using the bandwidth that is available for the class.
                           cbQosTSCfgRate64 1.3.6.1.4.1.9.9.166.1.13.1.1.11 unsigned64 read-only
The committed shape rate. This is the sustained rate permitted by shaping. This object represents the 64 bit value of object cbQosTSCfgRate
                           cbQosTSCfgBurstSize64 1.3.6.1.4.1.9.9.166.1.13.1.1.12 unsigned64 read-only
This object indicates the the amount of traffic, in bits, in excess of the committed traffic-shaping rate that will be instantaneously permitted by this feature. If a device implements cbQosTSCfgBurstSize64, then it should not implement cbQosTSCfgBurstSize.
                           cbQosTSCfgExtBurstSize64 1.3.6.1.4.1.9.9.166.1.13.1.1.13 unsigned64 read-only
This object indicates the amount of traffic, in bits, in excess of the burst limit, which may be conditionally permitted by traffic-shaping feature. If a device implements cbQosTSCfgExtBurstSize64, then it should not implement cbQosTSCfgExtBurstSize.
             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 no-access
This table specifies Packet Marking Action configuration information.
                       cbQosSetCfgEntry 1.3.6.1.4.1.9.9.166.1.14.1.1 no-access
Each entry in this table describes configuration information about a Packet Marking Action. The table holds Packet Marking configuration parameters, such as type of packet marking and values being set to. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex.
                           cbQosSetCfgFeature 1.3.6.1.4.1.9.9.166.1.14.1.1.1 setfeaturetype read-only
The bit-wise position of each packet marking feature.
                           cbQosSetCfgIpDSCPValue 1.3.6.1.4.1.9.9.166.1.14.1.1.2 integer32 read-only
The IP DSCP value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgIpPrecedenceValue 1.3.6.1.4.1.9.9.166.1.14.1.1.3 integer32 read-only
The IP precedence value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgQosGroupValue 1.3.6.1.4.1.9.9.166.1.14.1.1.4 integer32 read-only
The QoS Group number at which the packet is being set by the packet marking feature.
                           cbQosSetCfgL2CosValue 1.3.6.1.4.1.9.9.166.1.14.1.1.5 integer32 read-only
The Layer 2 Cos value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgMplsExpValue 1.3.6.1.4.1.9.9.166.1.14.1.1.6 unsigned32 read-only
The MPLS experimental value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgDiscardClassValue 1.3.6.1.4.1.9.9.166.1.14.1.1.7 unsigned32 read-only
The Discard Class value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgMplsExpTopMostValue 1.3.6.1.4.1.9.9.166.1.14.1.1.8 unsigned32 read-only
The MPLS experimental value on the topmost label at which the packet is being set by the packet marking feature.
                           cbQosSetCfgSrpPriority 1.3.6.1.4.1.9.9.166.1.14.1.1.9 unsigned32 read-only
The SRP Priority value at which the packet is being set by the packet marking feature. The higher the value the higher the priority. SRP is a Cisco developed protocol. RFC 2892: The Cisco SRP MAC Layer Protocol.
                           cbQosSetCfgFrFecnBecn 1.3.6.1.4.1.9.9.166.1.14.1.1.10 unsigned32 read-only
This is a configurable parameter in percentage of the queue size. When the current queue size out of the queue limit is greater than this parameter, both Frame Relay FECN and BECN bits will be set for Frame Relay congestion notification mechanism.
                           cbQosSetCfgL2CosInnerValue 1.3.6.1.4.1.9.9.166.1.14.1.1.11 integer32 read-only
The value to be set in the 802.1p priority field in the inner 802.1q VLAN tag (QinQ). This object is applicable when cbQosSetCfgFeature has the 'l2CosInner' bit set.
                           cbQosSetCfgFrDe 1.3.6.1.4.1.9.9.166.1.14.1.1.12 truthvalue read-only
The Discard Eligibility (DE) bit is used to indicate that a frame has lower importance than other frames. The DE bit is part of the Address field in the Frame Relay frame header. DTE devices can set the value of the DE bit of a frame to 1 to indicate that the frame has lower importance than other frames. When the network becomes congested, DCE devices will discard frames with the DE bit set before discarding those that do not. This reduces the likelihood of critical data being dropped by Frame Relay DCE devices during periods of congestion.
                           cbQosSetCfgIpPrecedenceTunnelValue 1.3.6.1.4.1.9.9.166.1.14.1.1.13 unsigned32 read-only
The IP precedence value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgIpDSCPTunnelValue 1.3.6.1.4.1.9.9.166.1.14.1.1.14 unsigned32 read-only
The IP DSCP value at which the packet is being set by the packet marking feature.
                           cbQosSetCfgDei 1.3.6.1.4.1.9.9.166.1.14.1.1.15 truthvalue read-only
Indicates whether the DEI bit is set in the topmost 802.1ad header.
                           cbQosSetCfgDeiImposition 1.3.6.1.4.1.9.9.166.1.14.1.1.16 truthvalue read-only
Indicates whether the DEI bit is set in the imposed 802.1ad header.
             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 no-access
This table specifies ClassMap related Statistical information.
                       cbQosCMStatsEntry 1.3.6.1.4.1.9.9.166.1.15.1.1 no-access
Each entry in this table describes the statistical information about ClassMap. ClassMap specific information you can find in this table are : pre/post policy pkt/byte counts, bit rates, drop pkt/bytes and no buffer drops. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosCMPrePolicyPktOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.1 counter32 read-only
The upper 32 bits count of inbound packets prior to executing any QoS policies.
                           cbQosCMPrePolicyPkt 1.3.6.1.4.1.9.9.166.1.15.1.1.2 counter32 read-only
The lower 32 bits count of inbound packets prior to executing any QoS policies.
                           cbQosCMPrePolicyPkt64 1.3.6.1.4.1.9.9.166.1.15.1.1.3 counter64 read-only
The 64 bits count of inbound packets prior to executing any QoS policies.
                           cbQosCMPrePolicyByteOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.4 counter32 read-only
The upper 32 bits count of inbound octets prior to executing any QoS policies.
                           cbQosCMPrePolicyByte 1.3.6.1.4.1.9.9.166.1.15.1.1.5 counter32 read-only
The lower 32 bits count of inbound octets prior to executing any QoS policies.
                           cbQosCMPrePolicyByte64 1.3.6.1.4.1.9.9.166.1.15.1.1.6 counter64 read-only
The 64 bits count of inbound octets prior to executing any QoS policies.
                           cbQosCMPrePolicyBitRate 1.3.6.1.4.1.9.9.166.1.15.1.1.7 gauge32 read-only
The bit rate of the traffic prior to executing any QoS policies.
                           cbQosCMPostPolicyByteOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.8 counter32 read-only
The upper 32 bits count of outbound octets after executing QoS policies.
                           cbQosCMPostPolicyByte 1.3.6.1.4.1.9.9.166.1.15.1.1.9 counter32 read-only
The lower 32 bits count of outbound octets after executing QoS policies.
                           cbQosCMPostPolicyByte64 1.3.6.1.4.1.9.9.166.1.15.1.1.10 counter64 read-only
The 64 bits count of outbound octets after executing QoS policies.
                           cbQosCMPostPolicyBitRate 1.3.6.1.4.1.9.9.166.1.15.1.1.11 gauge32 read-only
The bit rate of the traffic after executing QoS policies.
                           cbQosCMDropPktOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.12 counter32 read-only
The upper 32 bits counter of dropped pkts per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropPkt 1.3.6.1.4.1.9.9.166.1.15.1.1.13 counter32 read-only
The lower 32 bits counter of dropped pkts per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropPkt64 1.3.6.1.4.1.9.9.166.1.15.1.1.14 counter64 read-only
The 64 bits counter of dropped pkts per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropByteOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.15 counter32 read-only
The upper 32 bits counter of dropped bytes per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropByte 1.3.6.1.4.1.9.9.166.1.15.1.1.16 counter32 read-only
The lower 32 bits counter of dropped bytes per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropByte64 1.3.6.1.4.1.9.9.166.1.15.1.1.17 counter64 read-only
The 64 bits counter of dropped bytes per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMDropBitRate 1.3.6.1.4.1.9.9.166.1.15.1.1.18 gauge32 read-only
The bit rate of the drops per class as the result of all features that can produce drops (e.g., police, random detect, etc.).
                           cbQosCMNoBufDropPktOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.19 counter32 read-only
The upper 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.
                           cbQosCMNoBufDropPkt 1.3.6.1.4.1.9.9.166.1.15.1.1.20 counter32 read-only
The lower 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.
                           cbQosCMNoBufDropPkt64 1.3.6.1.4.1.9.9.166.1.15.1.1.21 counter64 read-only
The 64 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.
                           cbQosCMFragmentPktOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.22 counter32 read-only
The upper 32 bits counter for aggregate fragment pkts
                           cbQosCMFragmentPkt 1.3.6.1.4.1.9.9.166.1.15.1.1.23 counter32 read-only
The lower 32 bits counter for aggregate fragment pkts
                           cbQosCMFragmentPkt64 1.3.6.1.4.1.9.9.166.1.15.1.1.24 counter64 read-only
The 64 bits counter for aggregate fragment pkts
                           cbQosCMFragmentByteOverflow 1.3.6.1.4.1.9.9.166.1.15.1.1.25 counter32 read-only
The upper 32 bits counter for aggregate fragment bytes
                           cbQosCMFragmentByte 1.3.6.1.4.1.9.9.166.1.15.1.1.26 counter32 read-only
The lower 32 bits counter for aggregate fragment bytes
                           cbQosCMFragmentByte64 1.3.6.1.4.1.9.9.166.1.15.1.1.27 counter64 read-only
The 64 bits counter for aggregate fragment bytes
                           cbQosCMPrePolicyBitRate64 1.3.6.1.4.1.9.9.166.1.15.1.1.28 counterbasedgauge64 read-only
The bit rate of the traffic prior to executing any QoS policies.This object is a 64-bit version of cbQosCMPrePolicyBitRate.
                           cbQosCMPostPolicyBitRate64 1.3.6.1.4.1.9.9.166.1.15.1.1.29 counterbasedgauge64 read-only
The bit rate of the traffic after executing QoS policies. This object is a 64-bit version of cbQosCMPostPolicyBitRate.
                           cbQosCMDropBitRate64 1.3.6.1.4.1.9.9.166.1.15.1.1.30 counterbasedgauge64 read-only
The bit rate of the drops per class as the result of all features that can produce drops (e.g., police, random detect, etc.). This object is a 64-bit version of cbQosCMDropBitRate.
             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 no-access
This table specifies Match Statement related statistical information.
                       cbQosMatchStmtStatsEntry 1.3.6.1.4.1.9.9.166.1.16.1.1 no-access
Each entry in this table describes the statistical information about Match Statement. Match Statement specific information you can find in this table are : Pre policy pkt/byte counters, and bit rates. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosMatchPrePolicyPktOverflow 1.3.6.1.4.1.9.9.166.1.16.1.1.1 counter32 read-only
The upper 32 bits count of inbound packets prior to executing any QoS policies.
                           cbQosMatchPrePolicyPkt 1.3.6.1.4.1.9.9.166.1.16.1.1.2 counter32 read-only
The lower 32 bits count of inbound packets prior to executing any QoS policies.
                           cbQosMatchPrePolicyPkt64 1.3.6.1.4.1.9.9.166.1.16.1.1.3 counter64 read-only
The 64 bits count of inbound packets prior to executing any QoS policies.
                           cbQosMatchPrePolicyByteOverflow 1.3.6.1.4.1.9.9.166.1.16.1.1.4 counter32 read-only
The upper 32 bits count of inbound octets prior to executing any QoS policies.
                           cbQosMatchPrePolicyByte 1.3.6.1.4.1.9.9.166.1.16.1.1.5 counter32 read-only
The lower 32 bits count of inbound octets prior to executing any QoS policies.
                           cbQosMatchPrePolicyByte64 1.3.6.1.4.1.9.9.166.1.16.1.1.6 counter64 read-only
The 64 bits count of inbound octets prior to executing any QoS policies.
                           cbQosMatchPrePolicyBitRate 1.3.6.1.4.1.9.9.166.1.16.1.1.7 gauge32 read-only
The bit rate of the traffic prior to executing any QoS policies.
             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 no-access
This table specifies Police Action related Statistical information.
                       cbQosPoliceStatsEntry 1.3.6.1.4.1.9.9.166.1.17.1.1 no-access
Each entry in this table describes the statistical information about Police Action. Police Action specific information you can find in this table are : Conformed/Exceeded pkt/byte counters, bit rates. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosPoliceConformedPktOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.1 counter32 read-only
The upper 32 bits count of packets treated as conforming by the policing feature.
                           cbQosPoliceConformedPkt 1.3.6.1.4.1.9.9.166.1.17.1.1.2 counter32 read-only
The lower 32 bits count of packets treated as conforming by the policing feature.
                           cbQosPoliceConformedPkt64 1.3.6.1.4.1.9.9.166.1.17.1.1.3 counter64 read-only
The 64 bits count of packets treated as conforming by the policing feature.
                           cbQosPoliceConformedByteOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.4 counter32 read-only
The upper 32 bits count of octets treated as conforming by the policing feature.
                           cbQosPoliceConformedByte 1.3.6.1.4.1.9.9.166.1.17.1.1.5 counter32 read-only
The lower 32 bits count of octets treated as conforming by the policing feature.
                           cbQosPoliceConformedByte64 1.3.6.1.4.1.9.9.166.1.17.1.1.6 counter64 read-only
The 64 bits count of octets treated as conforming by the policing feature.
                           cbQosPoliceConformedBitRate 1.3.6.1.4.1.9.9.166.1.17.1.1.7 gauge32 read-only
The bit rate of conforming traffic.
                           cbQosPoliceExceededPktOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.8 counter32 read-only
The upper 32 bits count of packets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededPkt 1.3.6.1.4.1.9.9.166.1.17.1.1.9 counter32 read-only
The 32 bits count of packets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededPkt64 1.3.6.1.4.1.9.9.166.1.17.1.1.10 counter64 read-only
The 64 bits count of packets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededByteOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.11 counter32 read-only
The upper 32 bits count of octets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededByte 1.3.6.1.4.1.9.9.166.1.17.1.1.12 counter32 read-only
The lower 32 bits count of octets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededByte64 1.3.6.1.4.1.9.9.166.1.17.1.1.13 counter64 read-only
The 64 bits count of octets treated as non-conforming by the policing feature.
                           cbQosPoliceExceededBitRate 1.3.6.1.4.1.9.9.166.1.17.1.1.14 gauge32 read-only
The bit rate of the non-conforming traffic.
                           cbQosPoliceViolatedPktOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.15 counter32 read-only
The upper 32 bits count of packets treated as violated by the policing feature.
                           cbQosPoliceViolatedPkt 1.3.6.1.4.1.9.9.166.1.17.1.1.16 counter32 read-only
The 32 bits count of packets treated as violated by the policing feature.
                           cbQosPoliceViolatedPkt64 1.3.6.1.4.1.9.9.166.1.17.1.1.17 counter64 read-only
The 64 bits count of packets treated as violated by the policing feature.
                           cbQosPoliceViolatedByteOverflow 1.3.6.1.4.1.9.9.166.1.17.1.1.18 counter32 read-only
The upper 32 bits count of octets treated as violated by the policing feature.
                           cbQosPoliceViolatedByte 1.3.6.1.4.1.9.9.166.1.17.1.1.19 counter32 read-only
The lower 32 bits count of octets treated as violated by the policing feature.
                           cbQosPoliceViolatedByte64 1.3.6.1.4.1.9.9.166.1.17.1.1.20 counter64 read-only
The 64 bits count of octets treated as violated by the policing feature.
                           cbQosPoliceViolatedBitRate 1.3.6.1.4.1.9.9.166.1.17.1.1.21 gauge32 read-only
The bit rate of the violating traffic.
                           cbQosPoliceConformedBitRate64 1.3.6.1.4.1.9.9.166.1.17.1.1.22 counterbasedgauge64 read-only
The bit rate of conforming traffic. This object is a 64-bit version of cbQosPoliceConformedBitRate.
                           cbQosPoliceExceededBitRate64 1.3.6.1.4.1.9.9.166.1.17.1.1.23 counterbasedgauge64 read-only
The bit rate of non-conforming traffic. This object is a 64-bit version of cbQosPoliceExceededBitRate.
                           cbQosPoliceViolatedBitRate64 1.3.6.1.4.1.9.9.166.1.17.1.1.24 counterbasedgauge64 read-only
The bit rate of the violating traffic. This object is a 64-bit version of cbQosPoliceViolatedBitRate.
             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 no-access
This table specifies Queueing Action related Statistical information.
                       cbQosQueueingStatsEntry 1.3.6.1.4.1.9.9.166.1.18.1.1 no-access
Each entry in this table describes the statistical information about queueing action. Queueing action specific information you can find in this table are : various Q depth, and discard pkt/byte counters. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosQueueingCurrentQDepth 1.3.6.1.4.1.9.9.166.1.18.1.1.1 gauge32 read-only
The current depth of the queue.
                           cbQosQueueingMaxQDepth 1.3.6.1.4.1.9.9.166.1.18.1.1.2 gauge32 read-only
The maximum depth of the queue.
                           cbQosQueueingDiscardByteOverflow 1.3.6.1.4.1.9.9.166.1.18.1.1.3 counter32 read-only
The upper 32 bit count of octets, associated with this class, that were dropped by queueing.
                           cbQosQueueingDiscardByte 1.3.6.1.4.1.9.9.166.1.18.1.1.4 counter32 read-only
The lower 32 bits count of octets, associated with this class, that were dropped by queueing.
                           cbQosQueueingDiscardByte64 1.3.6.1.4.1.9.9.166.1.18.1.1.5 counter64 read-only
The count of octets, associated with this class, that were dropped by queueing.
                           cbQosQueueingDiscardPktOverflow 1.3.6.1.4.1.9.9.166.1.18.1.1.6 counter32 read-only
The upper 32 bits count of packets, associated with this class, that were dropped by queueing.
                           cbQosQueueingDiscardPkt 1.3.6.1.4.1.9.9.166.1.18.1.1.7 counter32 read-only
The number of packets, associated with this class, that were dropped by queueing.
                           cbQosQueueingDiscardPkt64 1.3.6.1.4.1.9.9.166.1.18.1.1.8 counter64 read-only
The number of packets, associated with this class, that were dropped by queueing.
                           cbQosQueueingCurrentQDepthPkt 1.3.6.1.4.1.9.9.166.1.18.1.1.9 gauge32 read-only
The current number of packets sitting in the queue
                           cbQosQueueingMaxQDepthPkt 1.3.6.1.4.1.9.9.166.1.18.1.1.10 gauge32 read-only
The maximum depth of the queue in packets.
                           cbQosQueueingTransmitByte64 1.3.6.1.4.1.9.9.166.1.18.1.1.11 counter64 read-only
The count of octets, associated with this class, that were transmitted by queueing.
                           cbQosQueueingTransmitPkt64 1.3.6.1.4.1.9.9.166.1.18.1.1.12 counter64 read-only
The number of packets, associated with this class, that were transmitted by queueing.
             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 no-access
This table specifies traffic-shaping Action related Statistical information.
                       cbQosTSStatsEntry 1.3.6.1.4.1.9.9.166.1.19.1.1 no-access
Each entry in this table describes the statistical information about traffic-shaping Action. Traffic-shaping Action specific information you can find in this table are : various delay/drop pkt/byte counters, state of feature, and Q size. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosTSStatsDelayedByteOverflow 1.3.6.1.4.1.9.9.166.1.19.1.1.1 counter32 read-only
This object represents the upper 32 bits counter of octets that have been delayed.
                           cbQosTSStatsDelayedByte 1.3.6.1.4.1.9.9.166.1.19.1.1.2 counter32 read-only
This object represents the lower 32 bits counter of octets that have been delayed.
                           cbQosTSStatsDelayedByte64 1.3.6.1.4.1.9.9.166.1.19.1.1.3 counter64 read-only
This object represents the 64 bits counter of octets that have been delayed.
                           cbQosTSStatsDelayedPktOverflow 1.3.6.1.4.1.9.9.166.1.19.1.1.4 counter32 read-only
This object represents the upper 32 bits counter of packets that have been delayed.
                           cbQosTSStatsDelayedPkt 1.3.6.1.4.1.9.9.166.1.19.1.1.5 counter32 read-only
This object represents the lower 32 bits counter of packets that have been delayed.
                           cbQosTSStatsDelayedPkt64 1.3.6.1.4.1.9.9.166.1.19.1.1.6 counter64 read-only
This object represents the 64 bits counter of packets that have been delayed.
                           cbQosTSStatsDropByteOverflow 1.3.6.1.4.1.9.9.166.1.19.1.1.7 counter32 read-only
This object represents the upper 32 bits counter of octets that have been dropped during shaping.
                           cbQosTSStatsDropByte 1.3.6.1.4.1.9.9.166.1.19.1.1.8 counter32 read-only
This object represents the lower 32 bits counter of octets that have been dropped during shaping.
                           cbQosTSStatsDropByte64 1.3.6.1.4.1.9.9.166.1.19.1.1.9 counter64 read-only
This object represents the 64 bits counter of octets that have been dropped during shaping.
                           cbQosTSStatsDropPktOverflow 1.3.6.1.4.1.9.9.166.1.19.1.1.10 counter32 read-only
This object represents the upper 32 bits counter of packets that have been dropped during shaping.
                           cbQosTSStatsDropPkt 1.3.6.1.4.1.9.9.166.1.19.1.1.11 counter32 read-only
This object represents the lower 32 bits counter of packets that have been dropped during shaping.
                           cbQosTSStatsDropPkt64 1.3.6.1.4.1.9.9.166.1.19.1.1.12 counter64 read-only
This object represents the 64 bits counter of packets that have been dropped during shaping.
                           cbQosTSStatsActive 1.3.6.1.4.1.9.9.166.1.19.1.1.13 truthvalue read-only
This object indicates the current traffic-shaping state. When traffic-shaping is enabled and the traffic rate exceeds the shape rate, traffic-shaping is considered to be active. Otherwise, it is considered inactive.
                           cbQosTSStatsCurrentQSize 1.3.6.1.4.1.9.9.166.1.19.1.1.14 gauge32 read-only
This object indicates the current traffic-shaping queue depth in packets.
             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 no-access
This table specifies per Precedence WRED Action related Statistical information.
                       cbQosREDClassStatsEntry 1.3.6.1.4.1.9.9.166.1.20.1.1 no-access
Each entry in this table describes the statistical information about per Precedence WRED Action. per Precedence WRED Action specific information you can find in this table are : Random pkt/byte counters, and Tail drop pkt/byte counters. This table contains per Precedence/dscp based statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, and a per Precedence identifier: cbQosPolicyIndex, cbQosObjectsIndex and cbQosREDValue.
                           cbQosREDRandomDropPktOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.1 counter32 read-only
The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDRandomDropPkt 1.3.6.1.4.1.9.9.166.1.20.1.1.2 counter32 read-only
The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDRandomDropPkt64 1.3.6.1.4.1.9.9.166.1.20.1.1.3 counter64 read-only
The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDRandomDropByteOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.4 counter32 read-only
The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDRandomDropByte 1.3.6.1.4.1.9.9.166.1.20.1.1.5 counter32 read-only
The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDRandomDropByte64 1.3.6.1.4.1.9.9.166.1.20.1.1.6 counter64 read-only
The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDTailDropPktOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.7 counter32 read-only
The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTailDropPkt 1.3.6.1.4.1.9.9.166.1.20.1.1.8 counter32 read-only
The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTailDropPkt64 1.3.6.1.4.1.9.9.166.1.20.1.1.9 counter64 read-only
The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTailDropByteOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.10 counter32 read-only
The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTailDropByte 1.3.6.1.4.1.9.9.166.1.20.1.1.11 counter32 read-only
The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTailDropByte64 1.3.6.1.4.1.9.9.166.1.20.1.1.12 counter64 read-only
The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosREDTransmitPktOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.13 counter32 read-only
The upper 32 bits count of bytes transmitted.
                           cbQosREDTransmitPkt 1.3.6.1.4.1.9.9.166.1.20.1.1.14 counter32 read-only
The lower 32 bits count of bytes trasmitted.
                           cbQosREDTransmitPkt64 1.3.6.1.4.1.9.9.166.1.20.1.1.15 counter64 read-only
The 64 bits count of packets transmitted.
                           cbQosREDTransmitByteOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.16 counter32 read-only
The upper 32 bits count of octets transmitted.
                           cbQosREDTransmitByte 1.3.6.1.4.1.9.9.166.1.20.1.1.17 counter32 read-only
The lower 32 bits count of octets trasmitted.
                           cbQosREDTransmitByte64 1.3.6.1.4.1.9.9.166.1.20.1.1.18 counter64 read-only
The 64 bits count of octets transmitted.
                           cbQosREDECNMarkPktOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.19 counter32 read-only
The upper 32 bits count of packets ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDECNMarkPkt 1.3.6.1.4.1.9.9.166.1.20.1.1.20 counter32 read-only
The lower 32 bits count of packets ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDECNMarkPkt64 1.3.6.1.4.1.9.9.166.1.20.1.1.21 counter64 read-only
The 64 bits count of packets ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDECNMarkByteOverflow 1.3.6.1.4.1.9.9.166.1.20.1.1.22 counter32 read-only
The upper 32 bits count of bytes ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDECNMarkByte 1.3.6.1.4.1.9.9.166.1.20.1.1.23 counter32 read-only
The lower 32 bits count of bytes ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDECNMarkByte64 1.3.6.1.4.1.9.9.166.1.20.1.1.24 counter64 read-only
The 64 bits count of bytes ecn marked when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosREDMeanQSizeUnits 1.3.6.1.4.1.9.9.166.1.20.1.1.25 cbqosqueueunittype read-only
Represents the unit type of cbQosREDMeanQSize object.
                           cbQosREDMeanQSize 1.3.6.1.4.1.9.9.166.1.20.1.1.26 cbqosqueuedepth read-only
The average queue size computed and used by the WRED algorithm.
             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 no-access
This table specifies Police Action configuration information.
                       cbQosPoliceActionCfgEntry 1.3.6.1.4.1.9.9.166.1.21.1.1 no-access
Each entry in this table describes configuration information about Actions for one Police. The table holds Police action specific configuration parameters. This table is a sub-table for cbQosPoliceCfgTable. There is a 1-to-1 association between one entry here and one entry in cbQosPoliceCfgTable. This table contains configuration information only, no statistics associated with it. This table has two indices. The first is cbQosConfigIndex which is drived directly from cbQosPoliceCfgTable to keep the 1-to-1 mapping nature between two tables. The second is cbQosPoliceActionCfgIndex used to reference the actual actions configured. The maximum number of actions supported is determined by the system, which is 5 currently.
                           cbQosPoliceActionCfgIndex 1.3.6.1.4.1.9.9.166.1.21.1.1.1 unsigned32 no-access
An arbitrary (system-assigned) index for police actions that are defined by a police configuration.
                           cbQosPoliceActionCfgConform 1.3.6.1.4.1.9.9.166.1.21.1.1.2 policeaction read-only
Action to be taken when the traffic exceeds the conform and exceed token buckets.
                           cbQosPoliceActionCfgConformSetValue 1.3.6.1.4.1.9.9.166.1.21.1.1.3 unsigned32 read-only
New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgConform. This object will be set to zero if the corresponding police action does not require a set value, such as no action, drop action or transmit action.
                           cbQosPoliceActionCfgExceed 1.3.6.1.4.1.9.9.166.1.21.1.1.4 policeaction read-only
Action to be taken when the traffic exceeds the conform and exceed token buckets.
                           cbQosPoliceActionCfgExceedSetValue 1.3.6.1.4.1.9.9.166.1.21.1.1.5 unsigned32 read-only
New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgExceed. This object will be set to zero if the corresponding police action does not require a set value, such as no action, drop action or transmit action.
                           cbQosPoliceActionCfgViolate 1.3.6.1.4.1.9.9.166.1.21.1.1.6 policeaction read-only
Action to be taken when the traffic exceeds the conform and exceed token buckets.
                           cbQosPoliceActionCfgViolateSetValue 1.3.6.1.4.1.9.9.166.1.21.1.1.7 unsigned32 read-only
New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgViolate. This object will be set to zero if the corresponding police action does not require a set value, such as no action, drop action or transmit action.
             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 no-access
This table specifies IP Header Compression configuration information.
                       cbQosIPHCCfgEntry 1.3.6.1.4.1.9.9.166.1.22.1.1 no-access
Each entry in this table describes configuration information about IP Header compression. This includes the compression option of UDP/RTP header, TCP header or both. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by cbQosConfigIndex.
                           cbQosIPHCCfgOption 1.3.6.1.4.1.9.9.166.1.22.1.1.1 iphcoption read-only
The configured IP header compression option. The value is defined by IPHCOption.
                           cbQosIPHCCfgEnabled 1.3.6.1.4.1.9.9.166.1.22.1.1.2 truthvalue read-only
Boolean to indicate if IPHC is enabled for policy class.
             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 no-access
This table specifies IP Header Compression statistical information.
                       cbQosIPHCStatsEntry 1.3.6.1.4.1.9.9.166.1.23.1.1 no-access
Each entry in this table describes statistical information about IP Header compression. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, namely cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosIPHCRtpSentPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.1 counter32 read-only
The upper 32 bits count of outbound UDP/RTP packets.
                           cbQosIPHCRtpSentPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.2 counter32 read-only
The lower 32 bits count of outbound UDP/RTP packets.
                           cbQosIPHCRtpSentPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.3 counter64 read-only
The 64 bits count of outbound UDP/RTP packets.
                           cbQosIPHCRtpCmprsOutPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.4 counter32 read-only
The upper 32 bits count of outbound compressed UDP/RTP packets.
                           cbQosIPHCRtpCmprsOutPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.5 counter32 read-only
The lower 32 bits count of outbound compressed UDP/RTP packets.
                           cbQosIPHCRtpCmprsOutPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.6 counter64 read-only
The 64 bits count of outbound compressed UDP/RTP packets.
                           cbQosIPHCRtpSavedByteOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.7 counter32 read-only
The upper 32 bits count of UDP/RTP bytes that saved due to IPHC.
                           cbQosIPHCRtpSavedByte 1.3.6.1.4.1.9.9.166.1.23.1.1.8 counter32 read-only
The lower 32 bits count of UDP/RTP bytes that saved due to IPHC.
                           cbQosIPHCRtpSavedByte64 1.3.6.1.4.1.9.9.166.1.23.1.1.9 counter64 read-only
The 64 bits count of UDP/RTP bytes that saved due to IPHC.
                           cbQosIPHCRtpSentByteOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.10 counter32 read-only
The upper 32 bits count of outbound UDP/RTP bytes.
                           cbQosIPHCRtpSentByte 1.3.6.1.4.1.9.9.166.1.23.1.1.11 counter32 read-only
The lower 32 bits count of outbound UDP/RTP bytes.
                           cbQosIPHCRtpSentByte64 1.3.6.1.4.1.9.9.166.1.23.1.1.12 counter64 read-only
The 64 bits count of outbound UDP/RTP bytes.
                           cbQosIPHCRtpSentByteRate 1.3.6.1.4.1.9.9.166.1.23.1.1.13 gauge32 read-only
The 32 bits count of outbound UDP/RTP byte rate.
                           cbQosIPHCTcpSentPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.14 counter32 read-only
The upper 32 bits count of outbound TCP packets.
                           cbQosIPHCTcpSentPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.15 counter32 read-only
The lower 32 bits count of outbound TCP packets.
                           cbQosIPHCTcpSentPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.16 counter64 read-only
The 64 bits count of outbound TCP packets.
                           cbQosIPHCTcpCmprsOutPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.17 counter32 read-only
The upper 32 bits count of outbound compressed TCP packets.
                           cbQosIPHCTcpCmprsOutPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.18 counter32 read-only
The lower 32 bits count of outbound compressed TCP packets.
                           cbQosIPHCTcpCmprsOutPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.19 counter64 read-only
The 64 bits count of outbound compressed TCP packets.
                           cbQosIPHCTcpSavedByteOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.20 counter32 read-only
The upper 32 bits count of TCP bytes that saved due to IPHC.
                           cbQosIPHCTcpSavedByte 1.3.6.1.4.1.9.9.166.1.23.1.1.21 counter32 read-only
The lower 32 bits count of TCP bytes that saved due to IPHC.
                           cbQosIPHCTcpSavedByte64 1.3.6.1.4.1.9.9.166.1.23.1.1.22 counter64 read-only
The 64 bits count of TCP bytes that saved due to IPHC.
                           cbQosIPHCTcpSentByteOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.23 counter32 read-only
The upper 32 bits count of outbound TCP bytes.
                           cbQosIPHCTcpSentByte 1.3.6.1.4.1.9.9.166.1.23.1.1.24 counter32 read-only
The lower 32 bits count of outbound TCP bytes.
                           cbQosIPHCTcpSentByte64 1.3.6.1.4.1.9.9.166.1.23.1.1.25 counter64 read-only
The 64 bits count of outbound TCP bytes.
                           cbQosIPHCTcpSentByteRate 1.3.6.1.4.1.9.9.166.1.23.1.1.26 gauge32 read-only
The 32 bits count of outbound TCP byte rate.
                           cbQosIPHCRtpFullHdrSentPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.27 counter64 read-only
The upper 32 bits count of total full header UDP/RTP packets sent out.
                           cbQosIPHCRtpFullHdrSentPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.28 counter64 read-only
The lower 32 bits count of total full header UDP/RTP packets sent out.
                           cbQosIPHCRtpFullHdrSentPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.29 counter64 read-only
The 64 bits count of total fullheader UDP/RTP packets sent out.
                           cbQosIPHCTcpFullHdrSentPktOverflow 1.3.6.1.4.1.9.9.166.1.23.1.1.30 counter64 read-only
The upper 32 bits count of total fullheader TCP packets sent out.
                           cbQosIPHCTcpFullHdrSentPkt 1.3.6.1.4.1.9.9.166.1.23.1.1.31 counter64 read-only
The lower 32 bits count of total fullheader TCP packets sent out.
                           cbQosIPHCTcpFullHdrSentPkt64 1.3.6.1.4.1.9.9.166.1.23.1.1.32 counter64 read-only
The 64 bits count of total fullheader TCP packets sent out.
             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 no-access
This table specifies packet marking statistical information.
                       cbQosSetStatsEntry 1.3.6.1.4.1.9.9.166.1.24.1.1 no-access
Each entry in this table describes the packets that marked by each marking type. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, namely cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosSetDscpPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.1 counter64 read-only
The 64 bits count of packets whose DSCP field is marked by Set feature.
                           cbQosSetPrecedencePkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.2 counter64 read-only
The 64 bits count of packets whose Precedence field is marked by Set feature.
                           cbQosSetQosGroupPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.3 counter64 read-only
The 64 bits count of packets whose Qos Group field is marked by Set feature.
                           cbQosSetFrDePkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.4 counter64 read-only
The 64 bits count of packets whose Frame Relay DE Bit is marked by Set feature.
                           cbQosSetAtmClpPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.5 counter64 read-only
The 64 bits count of packets whose ATM CLP Bit is marked by Set feature.
                           cbQosSetL2CosPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.6 counter64 read-only
The 64 bits count of packets whose Layer 2 Cos field is marked by Set feature.
                           cbQosSetMplsExpImpositionPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.7 counter64 read-only
The 64 bits count of packets whose MPLS Experimental Imposition field is marked by Set feature.
                           cbQosSetDiscardClassPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.8 counter64 read-only
The 64 bits count of packets whose Discard Class field is marked by Set feature.
                           cbQosSetMplsExpTopMostPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.9 counter64 read-only
The 64 bits count of packets whose MPLS Experimental TopMost field is marked by Set feature.
                           cbQosSetSrpPriorityPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.10 counter64 read-only
The 64 bits count of packets whose SRP Priority field is marked by Set feature.
                           cbQosSetFrFecnBecnPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.11 counter64 read-only
The 64 bits count of packets whose Frame Relay FECN BECN field is marked by Set feature.
                           cbQosSetDscpTunnelPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.12 counter64 read-only
The 64 bits count of packets whose DSCP Tunnel field is marked by Set feature.
                           cbQosSetPrecedenceTunnelPkt64 1.3.6.1.4.1.9.9.166.1.24.1.1.13 counter64 read-only
The 64 bits count of packets whose Precedence Tunnel field is marked by Set feature.
             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 no-access
This table specifies Police Action related Statistical information for two rate color aware marker.
                       cbQosPoliceColorStatsEntry 1.3.6.1.4.1.9.9.166.1.25.1.1 no-access
Each entry in this table describes the statistical information about Police Action for Two Rate Color Aware Marker. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex and cbQosObjectsIndex.
                           cbQosPoliceCfmColorCfmPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.1 counter64 read-only
The 64 bits count of packets which are marked as Conform-Color by previous node and treated as conforming by the policing feature on this node.
                           cbQosPoliceCfmColorCfmByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.2 counter64 read-only
The 64 bits count of bytes which are marked as Conform-Color by previous node and treated as conforming by the policing feature on this node.
                           cbQosPoliceCfmColorExdPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.3 counter64 read-only
The 64 bits count of packets which are marked as Conform-Color by previous node and treated as exceeding by the policing feature on this node.
                           cbQosPoliceCfmColorExdByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.4 counter64 read-only
The 64 bits count of bytes which are marked as Conform-Color by previous node and treated as exceeding by the policing feature on this node.
                           cbQosPoliceCfmColorVltPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.5 counter64 read-only
The 64 bits count of packets which are marked as Conform-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceCfmColorVltByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.6 counter64 read-only
The 64 bits count of bytes which are marked as Conform-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceExdColorExdPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.7 counter64 read-only
The 64 bits count of packets which are marked as Exceed-Color by previous node and treated as exceeding by the policing feature on this node.
                           cbQosPoliceExdColorExdByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.8 counter64 read-only
The 64 bits count of bytes which are marked as Exceed-Color by previous node and treated as exceeding by the policing feature on this node.
                           cbQosPoliceExdColorVltPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.9 counter64 read-only
The 64 bits count of packets which are marked as Exceed-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceExdColorVltByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.10 counter64 read-only
The 64 bits count of bytes which are marked as Exceed-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceVltColorVltPkt64 1.3.6.1.4.1.9.9.166.1.25.1.1.11 counter64 read-only
The 64 bits count of packets which are marked as Violate-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceVltColorVltByte64 1.3.6.1.4.1.9.9.166.1.25.1.1.12 counter64 read-only
The 64 bits count of bytes which are marked as Violate-Color by previous node and treated as violating by the policing feature on this node.
                           cbQosPoliceCfmColorCfmBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.13 counterbasedgauge64 read-only
The bit rate of conform color class conform rate.
                           cbQosPoliceCfmColorExdBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.14 counterbasedgauge64 read-only
The bit rate of conform color class exceed rate.
                           cbQosPoliceCfmColorVltBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.15 counterbasedgauge64 read-only
The bit rate of conform color class violate rate.
                           cbQosPoliceExdColorExdBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.16 counterbasedgauge64 read-only
The bit rate of exceed color class exceed rate.
                           cbQosPoliceExdColorVltBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.17 counterbasedgauge64 read-only
The bit rate of exceed color class violate rate.
                           cbQosPoliceVltColorVltBitRate 1.3.6.1.4.1.9.9.166.1.25.1.1.18 counterbasedgauge64 read-only
The bit rate of violate color class violate rate.
             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 no-access
This table specifies Table Map basic configuration information.
                       cbQosTableMapCfgEntry 1.3.6.1.4.1.9.9.166.1.26.1.1 no-access
Each entry in this table describes configuration information about a tablemap name, behavior and default value. Each cbQosTableMapCfgName is a unique character string in QOS. This table contains configuration information only, no statistics associated with it.
                           cbQosTableMapCfgIndex 1.3.6.1.4.1.9.9.166.1.26.1.1.1 unsigned32 no-access
An arbitrary (system-assigned) index for tablemap.
                           cbQosTableMapCfgName 1.3.6.1.4.1.9.9.166.1.26.1.1.2 displaystring read-only
Name of the tablemap.
                           cbQosTableMapCfgBehavior 1.3.6.1.4.1.9.9.166.1.26.1.1.3 integer read-only
The behavior of a tablemap. value(1) Always set to-value to be a configurable default value <0-99> which is defined in cbQosTableMapCfgDftValue. copy(2) Always copy from-value to to-value in case the from-value is not found in the tablemap. This is the default behavior for a tablemap. ignore(3) Ignore to set to-value when from-value is not found in the tablemap. Enumeration: 'ignore': 3, 'copy': 2, 'value': 1.
                           cbQosTableMapCfgDftValue 1.3.6.1.4.1.9.9.166.1.26.1.1.4 unsigned32 read-only
The configurable default value used when cbQosTableMapCfgBehavior is value(1).
             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 no-access
This table specifies the from-value to to-value conversion pairs for a tablemap.
                       cbQosTableMapValueCfgEntry 1.3.6.1.4.1.9.9.166.1.27.1.1 no-access
Each entry in this table specifies a from-value to to-value conversion pair for a given tablemap. This table contains configuration information only, no statistics associated with it.
                           cbQosTableMapValueCfgFrom 1.3.6.1.4.1.9.9.166.1.27.1.1.1 unsigned32 no-access
This is the from-value in the tablemap. If cbQosTableMapCfgBehavior equals to either copy(2) or ignore(3), when the content in the from-type(e.g., cbQosTMSetIpDscpFromType) equals to this value, the value in the to-type(e.g., IpDscp) will be set to cbQosTableMapValueCfgTo. Each tablemap can configure multiple from-value/to-value pairs.
                           cbQosTableMapValueCfgTo 1.3.6.1.4.1.9.9.166.1.27.1.1.2 unsigned32 read-only
This is the to-value in the tablemap. Its usage is described in cbQosTableMapValueCfgFrom.
             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 no-access
This table specifies enhanced packet marking configuration using a pre-defined tablemap.
                       cbQosTableMapSetCfgEntry 1.3.6.1.4.1.9.9.166.1.28.1.1 no-access
Each entry in this table describes configuration information for an Enhanced Packet Marking Action. The enhanced packet marking action uses a pre-configured table-map to do the from-value to to-value conversion. The packet marking to-type and from-type relationship can be established by using the table-map. Following is an example: cbQosTMSetIpDscpFromType == qosGroup(3) cbQosTMSetIpDscpMapName == 'MyTableMap', it means that table-map 'MyTableMap' will be used to convert the QosGroup value and the converted value will be used to set IpDSCP. cbQosConfigIndex is drived directly from cbQosSetCfgTable to keep the 1-to-1 mapping between two tables. This table contains configuration information only, no statistics associated with it.
                           cbQosTMSetIpDscpFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.1 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set IpDSCP.
                           cbQosTMSetIpDscpMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.2 displaystring read-only
The name of a pre-configured table-map used to convert and set IpDSCP value.
                           cbQosTMSetIpPrecedenceFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.3 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set IpPrecedence.
                           cbQosTMSetIpPrecedenceMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.4 displaystring read-only
The name of a pre-configured table-map used to convert and set IpPrecedence value.
                           cbQosTMSetQosGroupFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.5 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set QosGroup.
                           cbQosTMSetQosGroupMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.6 displaystring read-only
The name of a pre-configured table-map used to convert and set QosGroup value.
                           cbQosTMSetL2CosFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.7 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set L2Cos.
                           cbQosTMSetL2CosMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.8 displaystring read-only
The name of a pre-configured table-map used to convert and set L2Cos value.
                           cbQosTMSetMplsExpImpFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.9 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set MplsExpImposition.
                           cbQosTMSetMplsExpImpMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.10 displaystring read-only
The name of a pre-configured table-map used to convert and set MplsExpImposition value.
                           cbQosTMSetMplsExpTopFromType 1.3.6.1.4.1.9.9.166.1.28.1.1.11 cbqostmsettype read-only
The packet marking type whose value will be converted to a to-value based on a pre-configured table-map. The to-value will then be used to set MplsExpTopMost.
                           cbQosTMSetMplsExpTopMapName 1.3.6.1.4.1.9.9.166.1.28.1.1.12 displaystring read-only
The name of a pre-configured table-map used to convert and set MplsExpTopMost value.
             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 no-access
This table specifies Estimate Bandwidth related configuration information.
                       cbQosEBCfgEntry 1.3.6.1.4.1.9.9.166.1.29.1.1 no-access
Each entry in this table describes configuration information about Estimate Bandwidth. It includes: drop target, delay target and delay threshold. This table contains configuration information only. It is indexed by the cbQosConfigIndex.
                           cbQosEBCfgMechanism 1.3.6.1.4.1.9.9.166.1.29.1.1.1 cbqosebtype read-only
Bandwidth estimate algorithm type.
                           cbQosEBCfgDropTarget 1.3.6.1.4.1.9.9.166.1.29.1.1.2 unsigned32 read-only
One-in-Number target indicating that no more than one packet in (this) number will be dropped.
                           cbQosEBCfgDelayTarget 1.3.6.1.4.1.9.9.166.1.29.1.1.3 unsigned32 read-only
One-in-Number target indicating that no more than one packet in (this) number will exceed the delay threshold specified by cbQosEBCfgDelayThreshold.
                           cbQosEBCfgDelayThreshold 1.3.6.1.4.1.9.9.166.1.29.1.1.4 unsigned32 read-only
The time in milliseconds for the delay threshold.
             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 no-access
This table specifies Estimate Bandwidth related statistical information.
                       cbQosEBStatsEntry 1.3.6.1.4.1.9.9.166.1.30.1.1 no-access
Each entry in this table describes Estimate Bandwidth related statistical information.
                           cbQosEBStatsCorvilEBValue 1.3.6.1.4.1.9.9.166.1.30.1.1.1 gauge32 read-only
The current Corvil EB bandwidth value.
                           cbQosEBStatsCorvilEBStatus 1.3.6.1.4.1.9.9.166.1.30.1.1.2 truthvalue read-only
Boolean to indicate if Corvil EB is ready. true - Bandwidth estimate is available. false - Bandwidth estimate is not available.
                           cbQosEBStatsCorvilCTD 1.3.6.1.4.1.9.9.166.1.30.1.1.3 cbqosebctd read-only
The Corvil CTD value defined by CbQosEBCtd.
             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 no-access
This table specifies configuration information for measure type IPSLA action. The measure action relates the policy class to a specific IPSLAs auto group. Configuration of measure action of type IPSLA results in automatic generation of IPSLAs synthetic test operations when the policy is attached to interface. The operations are created according to the characteristics specified and to the destinations specified in IPSLA auto group. The IPSLAs sythentic test operations measure network statistics such as latency, packet loss and jitter. This table is to be used only for retrieving the measure action configuration information.
                       cbQosMeasureIPSLACfgEntry 1.3.6.1.4.1.9.9.166.1.31.1.1 no-access
Each entry describes configuration information about one instance of IPSLAs measure action in the policy map. The table is indexed by the cbQosConfigIndex and cbQosMeasureIPSLACfgGroupIndex.
                           cbQosMeasureIPSLACfgGroupIndex 1.3.6.1.4.1.9.9.166.1.31.1.1.1 unsigned32 read-only
An arbitrary (system-assigned) index for each instance of IPSLAs measure action. The index is unique for each instance for a particular class in particular policy-map. For example consider following configuration: policy-map p1 class c1 measure type ip-sla group g1 measure type ip-sla group g2 class c2 measure type ip-sla group g3 In this case the cbQosMeasureIPSLACfgGroupIndex value for first measure action instance under class c1 will be 1, for second instance it will be 1, and so on. The value for the index will start over again from 1 for class c2.
                           cbQosMeasureIPSLACfgGroupName 1.3.6.1.4.1.9.9.166.1.31.1.1.2 displaystring read-only
IPSLAs auto group name. Group is an aggregation of operations sharing the same type, for example udp-jitter type, with common characteristics like frequency, interval etc. Groups are formed by policies dictated either by customer, or by service level or any other requirements.
             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 no-access
This table specifies the configuration information for weighted queue limit action per IP precedence basis.
                       cbQosQueueingClassCfgEntry 1.3.6.1.4.1.9.9.166.1.32.1.1 no-access
Each entry in this table describes configuration information about a weighted queueing action. The information includes: Threshold value, Units and wieght Type (ip,dscp,mplsExp) This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex(which refers to cbQosConfigIndex of cbQosQueueingCfgEntry) and cbQosQueueingClassConfigIndex cbQosQlimitWeightValue i.e(prec,dscp,discard-class,qos-group,atm-clp, mplsExp) of each Weighted Queueing Action.
                           cbQosQueueingClassConfigIndex 1.3.6.1.4.1.9.9.166.1.32.1.1.1 integer32 no-access
This objects depict the config index for Weighted Queue limit configured.
                           cbQosQlimitWeightValue 1.3.6.1.4.1.9.9.166.1.32.1.1.2 integer32 no-access
This object depict the weight value configured for weighted Queue-limit. The Weight value is IP precedence or IP DSCP of this entry.
                           cbQosQueueingClassCfgThreshold 1.3.6.1.4.1.9.9.166.1.32.1.1.3 cbqosqueuedepth read-only
This object is used to depict the Threshold value for the Weighted Queue Limit.
                           cbQosQueueingClassCfgThresholdUnit 1.3.6.1.4.1.9.9.166.1.32.1.1.4 cbqosqueueunittype read-only
This object is used to depict the Threshold Unit for the Weighted Queue Limit
                           cbQosQueueingClassCfgQLimitWeight 1.3.6.1.4.1.9.9.166.1.32.1.1.5 queuemechanism read-only
This objects depict the weight value for Weighted Queue limit configured i.e(precedence,dscp,qos-group,atm-clp,discard-class,mplsExp) .
             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 no-access
This table specifies C3pl Account Action configuration information
                       cbQosC3plAccountCfgEntry 1.3.6.1.4.1.9.9.166.1.33.1.1 no-access
Each entry in this table describes configuration information about a c3pl account action. The information includes: feature type. This table contains configuration information only, no statistics associated with it. Therefore, it is indexed by the cbQosConfigIndex of each C3pl Account Action.
                           cbQosC3plAccountFeatureType 1.3.6.1.4.1.9.9.166.1.33.1.1.1 setc3placcountfeaturetype read-only
The feature type is used to indicated different drop statistics.
             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 no-access
This table specifies C3pl Account Action related statistics information.
                       cbQosC3plAccountStatsEntry 1.3.6.1.4.1.9.9.166.1.34.1.1 no-access
Each entry in this table describes the statistical information about C3pl Account Action. Account action specific information you can find in this table are : queueing drop pkt/byte counters, wred drop pkt/byte counters, police pkt/byte counters. This table contains statistical information only, no configuration information associated with it. Therefore, it is indexed by the instance specific IDs, such as cbQosPolicyIndex, cbQosObjectsIndex, and cbQosC3plAccountFeatureType.
                           cbQosC3plAccountDropPktOverflow 1.3.6.1.4.1.9.9.166.1.34.1.1.1 counter32 read-only
The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountDropPkt 1.3.6.1.4.1.9.9.166.1.34.1.1.2 counter32 read-only
The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountDropPkt64 1.3.6.1.4.1.9.9.166.1.34.1.1.3 counter64 read-only
The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountDropByteOverflow 1.3.6.1.4.1.9.9.166.1.34.1.1.4 counter32 read-only
The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountDropByte 1.3.6.1.4.1.9.9.166.1.34.1.1.5 counter32 read-only
The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountDropByte64 1.3.6.1.4.1.9.9.166.1.34.1.1.6 counter64 read-only
The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the minimum threshold and less than the maximum threshold.
                           cbQosC3plAccountTailDropPktOverflow 1.3.6.1.4.1.9.9.166.1.34.1.1.7 counter32 read-only
The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosC3plAccountTailDropPkt 1.3.6.1.4.1.9.9.166.1.34.1.1.8 counter32 read-only
The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosC3plAccountTailDropPkt64 1.3.6.1.4.1.9.9.166.1.34.1.1.9 counter64 read-only
The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosC3plAccountTailDropByteOverflow 1.3.6.1.4.1.9.9.166.1.34.1.1.10 counter32 read-only
The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosC3plAccountTailDropByte 1.3.6.1.4.1.9.9.166.1.34.1.1.11 counter32 read-only
The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
                           cbQosC3plAccountTailDropByte64 1.3.6.1.4.1.9.9.166.1.34.1.1.12 counter64 read-only
The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.
         ciscocbQosMIBConformance 1.3.6.1.4.1.9.9.166.2
             ciscocbQosMIBCompliances 1.3.6.1.4.1.9.9.166.2.1
                 ciscocbQosMIBCompliance 1.3.6.1.4.1.9.9.166.2.1.1
The compliance statement for entities that implement class-based QoS on a Cisco router.
                 ciscocbQosMIBComplianceRev1 1.3.6.1.4.1.9.9.166.2.1.2
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBCompliance.
                 ciscocbQosMIBComplianceRev2 1.3.6.1.4.1.9.9.166.2.1.3
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev1.
                 ciscocbQosMIBComplianceRev3 1.3.6.1.4.1.9.9.166.2.1.4
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev2.
                 ciscocbQosMIBComplianceRev4 1.3.6.1.4.1.9.9.166.2.1.5
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev2.
                 ciscocbQosMIBComplianceRev5 1.3.6.1.4.1.9.9.166.2.1.6
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev4.
                 ciscocbQosMIBComplianceRev6 1.3.6.1.4.1.9.9.166.2.1.7
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev5.
                 ciscocbQosMIBComplianceRev7 1.3.6.1.4.1.9.9.166.2.1.8
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev5.
                 ciscocbQosMIBComplianceRev8 1.3.6.1.4.1.9.9.166.2.1.9
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev7.
                 ciscocbQosMIBComplianceRev9 1.3.6.1.4.1.9.9.166.2.1.10
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev8.
                 ciscocbQosMIBComplianceRev10 1.3.6.1.4.1.9.9.166.2.1.11
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev9.
                 ciscocbQosMIBComplianceRev11 1.3.6.1.4.1.9.9.166.2.1.12
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev10.
                 ciscocbQosMIBComplianceRev12 1.3.6.1.4.1.9.9.166.2.1.13
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev11.
                 ciscocbQosMIBComplianceRev13 1.3.6.1.4.1.9.9.166.2.1.14
The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev12.
             ciscocbQosMIBGroups 1.3.6.1.4.1.9.9.166.2.2
                 cbQosServicePolicyGroup 1.3.6.1.4.1.9.9.166.2.2.1
Required objects to provide CB QoS objects configuration information. cbQosServicePolicyGroup object is superseded by cbQosServicePolicyGroupRev1.
                 cbQosInterfacePolicyGroup 1.3.6.1.4.1.9.9.166.2.2.2
Required objects to provide CB QoS objects configuration information.
                 cbQosFrameRelayVCPolicyGroup 1.3.6.1.4.1.9.9.166.2.2.3
Required objects to provide CB QoS objects configuration information.
                 cbQosATMPVCPolicyGroup 1.3.6.1.4.1.9.9.166.2.2.4
Required objects to provide CB QoS objects configuration information.
                 cbQosObjectsGroup 1.3.6.1.4.1.9.9.166.2.2.5
Required objects to provide CB QoS objects configuration information.
                 cbQosPolicyMapCfgGroup 1.3.6.1.4.1.9.9.166.2.2.6
Required objects to provide CB QoS objects configuration information.
                 cbQosClassMapCfgGroup 1.3.6.1.4.1.9.9.166.2.2.7
Required objects to provide CB QoS objects configuration information.
                 cbQosMatchStmtCfgGroup 1.3.6.1.4.1.9.9.166.2.2.8
Required objects to provide CB QoS objects configuration information.
                 cbQosQueueingCfgGroup 1.3.6.1.4.1.9.9.166.2.2.9
Required objects to provide CB QoS objects configuration information. cbQosQueueingCfgGroup object is superseded by cbQosQueueingCfgGroupRev1.
                 cbQosREDCfgGroup 1.3.6.1.4.1.9.9.166.2.2.10
Required objects to provide CB QoS objects configuration information. cbQosREDCfgGroup object is superseded by cbQosREDCfgGroupRev1.
                 cbQosREDClassCfgGroup 1.3.6.1.4.1.9.9.166.2.2.11
Required objects to provide CB QoS objects configuration information. cbQosREDClassCfgGroup object is superseded by cbQosREDClassCfgGroupRev1.
                 cbQosPoliceCfgGroup 1.3.6.1.4.1.9.9.166.2.2.12
Required objects to provide CB QoS objects configuration information. cbQosPoliceCfgGroup object is superseded by cbQosPoliceCfgGroupRev1.
                 cbQosTSCfgGroup 1.3.6.1.4.1.9.9.166.2.2.13
Required objects to provide CB QoS objects configuration information.
                 cbQosSetCfgGroup 1.3.6.1.4.1.9.9.166.2.2.14
Required objects to provide CB QoS objects configuration information. cbQosSetCfgGroup object is superseded by cbQosSetCfgGroupRev1.
                 cbQosClassMapStatsGroup 1.3.6.1.4.1.9.9.166.2.2.15
Required objects to provide CB QoS objects configuration information.
                 cbQosNoBufferDropGroup 1.3.6.1.4.1.9.9.166.2.2.16
Optional objects to provide CB QoS summary statistics.
                 cbQosQueueingDynamicQNumberGroup 1.3.6.1.4.1.9.9.166.2.2.17
Optional objects to provide CB QoS Queueing information.
                 cbQosTrafficShapingDelayCountersGroup 1.3.6.1.4.1.9.9.166.2.2.18
Optional objects to provide CB QoS traffic-shaping information.
                 cbQosMatchStmtStatsGroup 1.3.6.1.4.1.9.9.166.2.2.19
Required objects to provide CB QoS objects configuration information.
                 cbQosPoliceStatsGroup 1.3.6.1.4.1.9.9.166.2.2.20
Required objects to provide CB QoS objects configuration information.
                 cbQosQueueingStatsGroup 1.3.6.1.4.1.9.9.166.2.2.21
Required objects to provide CB QoS objects configuration information.
                 cbQosTSStatsGroup 1.3.6.1.4.1.9.9.166.2.2.22
Required objects to provide CB QoS objects configuration information.
                 cbQosREDClassStatsGroup 1.3.6.1.4.1.9.9.166.2.2.23
Required objects to provide CB QoS objects configuration information.
                 cbQosREDClassXmitCountersGroup 1.3.6.1.4.1.9.9.166.2.2.24
Optional objects to provide CB QoS objects configuration information.
                 cbQosAFPoliceStatsGroup 1.3.6.1.4.1.9.9.166.2.2.25
Optional objects to provide CB QoS objects configuration information.
                 cbQosAFPoliceCfgGroup 1.3.6.1.4.1.9.9.166.2.2.26
Optional objects to provide CB QoS objects configuration information. cbQosAFPoliceCfgGroup object is superseded by cbQosAFPoliceViolateCfgGroup.
                 cbQosREDDscpCfgGroup 1.3.6.1.4.1.9.9.166.2.2.27
Required objects to provide CB QoS objects configuration information.
                 cbQosNewSetCfgGroup 1.3.6.1.4.1.9.9.166.2.2.28
Optional objects to provide CB QoS objects configuration information. cbQosNewSetCfgGroup object is superseded by cbQosSetCfgL2Group.
                 cbQosQueueingCfgGroupRev1 1.3.6.1.4.1.9.9.166.2.2.29
Required objects to provide CB QoS objects configuration information. cbQosQueueingCfgGroupRev1 object is superseded by cbQosQueueingCfgGroupRev2.
                 cbQosREDCfgGroupRev1 1.3.6.1.4.1.9.9.166.2.2.30
Required objects to provide CB QoS objects configuration information.
                 cbQosREDClassCfgGroupRev1 1.3.6.1.4.1.9.9.166.2.2.31
Required objects to provide CB QoS objects configuration information. cbQosREDClassCfgGroupRev1 object is superseded by .
                 cbQosPoliceCfgGroupRev1 1.3.6.1.4.1.9.9.166.2.2.32
Required objects to provide CB QoS objects configuration information. cbQosPoliceCfgGroupRev1 object is superseded by cbQosPoliceCfgGroupRev2.
                 cbQosPoliceActionCfgGroup 1.3.6.1.4.1.9.9.166.2.2.33
Required objects to provide CB QoS objects configuration information.
                 cbQosAFPoliceViolateCfgGroup 1.3.6.1.4.1.9.9.166.2.2.34
Optional objects to provide CB QoS objects configuration information.
                 cbQosREDECNCfgGroup 1.3.6.1.4.1.9.9.166.2.2.35
Optional objects to provide CB QoS objects configuration information.
                 cbQosREDClassECNMarkCountersGroup 1.3.6.1.4.1.9.9.166.2.2.36
Optional objects to provide CB QoS objects configuration information.
                 cbQosPoliceCfgExtGroup 1.3.6.1.4.1.9.9.166.2.2.37
Optional objects to provide the information of the committed policing rate that is greater than the maximum value reportable by cbQosPoliceCfgRate.
                 cbQosSetCfgGroupRev1 1.3.6.1.4.1.9.9.166.2.2.38
Required objects to provide CB QoS objects configuration information for SET/Marking feature.
                 cbQosSetCfgMplsImpositionGroup 1.3.6.1.4.1.9.9.166.2.2.39
Optional object to provide CB QoS objects configuration information for SET/Marking feature.
                 cbQosSetCfgDiscardClassGroup 1.3.6.1.4.1.9.9.166.2.2.40
Optional object to provide CB QoS objects configuration information for SET/Marking feature.
                 cbQosSetCfgMPLSTopMostGroup 1.3.6.1.4.1.9.9.166.2.2.41
Optional object to provide CB QoS objects configuration information for SET/Marking feature.
                 cbQosPoliceCfgGroupRev2 1.3.6.1.4.1.9.9.166.2.2.42
Required objects to provide CB QoS objects configuration information for POLICE feature.
                 cbQosPoliceCfgPirGroup 1.3.6.1.4.1.9.9.166.2.2.43
Optional objects to provide CB QoS policing PIR rate.
                 cbQosPoliceCfgPercentGroup 1.3.6.1.4.1.9.9.166.2.2.44
Optional objects to provide CB QoS policing CIR and PIR rates in percentage.
                 cbQosTSCfgPercentGroup 1.3.6.1.4.1.9.9.166.2.2.45
Optional objects to provide CB QoS committed traffic-shaping rate in percentage.
                 cbQosIPHCCfgGroup 1.3.6.1.4.1.9.9.166.2.2.46
Optional object to provide CB QoS IP header compression configuration information.
                 cbQosIPHCStatsGroup 1.3.6.1.4.1.9.9.166.2.2.47
Optional objects to provide CB QoS IP header compression statistic information.
                 cbQosServicePolicyGroupRev1 1.3.6.1.4.1.9.9.166.2.2.48
Required objects to provide CB QoS objects configuration information. This group deprecates cbQosServicePolicyGroup.
                 cbQosQueueingCfgQLimitTimeGroup 1.3.6.1.4.1.9.9.166.2.2.49
Optional object to provide Aggregate Queue time based Limit configuration information.
                 cbQosREDCfgThresholdTimeGroup 1.3.6.1.4.1.9.9.166.2.2.50
Optional objects to provide WRED time based threshold Limit configuration information.
                 cbQosPoliceCfgCellGroup 1.3.6.1.4.1.9.9.166.2.2.51
Optional objects to provide CB QoS policing cell based rate configuration information.
                 cbQosPoliceCfgTimeGroup 1.3.6.1.4.1.9.9.166.2.2.52
Optional objects to provide CB QoS policing time based burst size configuration information.
                 cbQosPoliceCfgCdvtGroup 1.3.6.1.4.1.9.9.166.2.2.53
Optional objects to provide CB QoS policing ATM CDVT configuration information.
                 cbQosPoliceCfgColorGroup 1.3.6.1.4.1.9.9.166.2.2.54
Optional objects to provide CB QoS policing color aware configuration information.
                 cbQosTSCfgTimeGroup 1.3.6.1.4.1.9.9.166.2.2.55
Optional objects to provide CB QoS traffic-shaping time based burst size configuration information.
                 cbQosSetCfgSrpPriorityGroup 1.3.6.1.4.1.9.9.166.2.2.56
Optional object to provide CB QoS SET SRP Priority configuration information.
                 cbQosSetCfgFrFecnBecnGroup 1.3.6.1.4.1.9.9.166.2.2.57
Optional object to provide CB QoS SET Frame Relay FECN BECN configuration information.
                 cbQosSetStatsGroup 1.3.6.1.4.1.9.9.166.2.2.58
Optional objects to provide CB QoS SET statistical information.
                 cbQosPoliceColorStatsGroup 1.3.6.1.4.1.9.9.166.2.2.59
Optional objects to provide CB QoS Assured Forwarding Policing Color Aware statistical information.
                 cbQosTableMapCfgGroup 1.3.6.1.4.1.9.9.166.2.2.60
Optional objects to provide CB QoS Enhanced Packet Marking configuration information.
                 cbQosEBCfgGroup 1.3.6.1.4.1.9.9.166.2.2.61
Optional objects to provide Estimate Bandwidth configuration information.
                 cbQosEBStatsGroup 1.3.6.1.4.1.9.9.166.2.2.62
Optional objects to provide Estimate Bandwidth status information.
                 cbQosServicePolicyExtGroup 1.3.6.1.4.1.9.9.166.2.2.63
Optional objects to provide more information about a particular service policy instance.
                 cbQosMeasureIPSLACfgGroup 1.3.6.1.4.1.9.9.166.2.2.64
Optional objects to configure IPSLA measure action.
                 cbQosTSCfgExtGroup 1.3.6.1.4.1.9.9.166.2.2.65
Objects to provide the information of the committed shaping rate that is greater than the maximum value reportable by cbQosTSCfgRate.
                 cbQosQueueingCfgGroupRev2 1.3.6.1.4.1.9.9.166.2.2.66
Required objects to provide CB QoS objects configuration information
                 cbQosSetCfgL2Group 1.3.6.1.4.1.9.9.166.2.2.67
Optional objects to provide CB QoS objects configuration information
                 cbQosREDClassCfgGroupRev2 1.3.6.1.4.1.9.9.166.2.2.68
Required objects to provide CB QoS objects configuration information.
                 cbQosQueueingClassCfgGroup 1.3.6.1.4.1.9.9.166.2.2.69
Required objects to provide CB QoS objects configuration information
                 cbQosPoliceCfgGroupRev3 1.3.6.1.4.1.9.9.166.2.2.70
Required objects to provide CB QoS objects configuration information for POLICE feature
                 cbQosC3plAccountCfgGroup 1.3.6.1.4.1.9.9.166.2.2.71
Required objects to provide c3pl account action configuration information (provide drop types) .
                 cbQosC3plAccountStatsGroup 1.3.6.1.4.1.9.9.166.2.2.72
Optional objects to provide c3pl account action statistics information.
                 cbQosSetCfgFrDeGroup 1.3.6.1.4.1.9.9.166.2.2.73
Optional object to provide CB QoS objects marking configuration information on frame relay header.
                 cbQosEVCGroup 1.3.6.1.4.1.9.9.166.2.2.74
Optional objects to provide EVC information.
                 cbQosFragmentGroup 1.3.6.1.4.1.9.9.166.2.2.75
Optional objects to provide Service Fragment information.
                 cbQosSetCfgExt 1.3.6.1.4.1.9.9.166.2.2.76
Additional objects for configuring mark action on precedence tunnel,dscp tunnel, dei, dei imposition.
                 cbQosPoliceColorStatsExt 1.3.6.1.4.1.9.9.166.2.2.77
Additional objects for police color aware stats on conform rate, exceed rate, violate rate
                 cbQosIPHCCfgExt 1.3.6.1.4.1.9.9.166.2.2.78
Additional object to indicate IPHC action configured in policy class.
                 cbQosIPHCStatsExt 1.3.6.1.4.1.9.9.166.2.2.79
Additional objects for IPHC stats.
                 cbQos421XRCfgExt 1.3.6.1.4.1.9.9.166.2.2.80
The following 4 changes have been made 1. Added 64 bit objects ======================== cbQosQueueingCfgBandwidth64, cbQosQueueingCfgIndividualQSize64, cbQosPoliceCfgBurstSize64, cbQosPoliceCfgExtBurstSize64, cbQosPoliceCfgPir64, cbQosTSCfgBurstSize64, cbQosTSCfgExtBurstSize64 2. Deprecated the objects corresponding to the newly added 64 bit objects ================================================================ cbQosQueueingCfgBandwidth, cbQosQueueingCfgIndividualQSize, cbQosPoliceCfgBurstSize, cbQosPoliceCfgExtBurstSize, cbQosPoliceCfgPir, cbQosTSCfgBurstSize, cbQosTSCfgExtBurstSize 2. Range expanded for ================== cbQosQueueingCfgBandwidth, cbQosQueueingCfgIndividualQSize, cbQosPoliceCfgBurstSize, cbQosPoliceCfgExtBurstSize, cbQosPoliceCfgPir, cbQosTSCfgBurstSize, cbQosTSCfgExtBurstSize, cbQosREDCfgMinThreshold, cbQosREDCfgMaxThreshold, cbQosPoliceCfgRate, cbQosPoliceCfgBurstCell, cbQosPoliceCfgExtBurstCell, cbQosPoliceCfgBurstTime, cbQosPoliceCfgExtBurstTime, cbQosPoliceCfgCdvt, cbQosTSCfgRate,cbQosTSCfgBurstTime, cbQosTSCfgExtBurstTime 3. New object added ================ cbQosPolicyDiscontinuityTime 4. Added new type (srp-priority) to ================================== PoliceAction
                 cbQosBitRateExt 1.3.6.1.4.1.9.9.166.2.2.81
Added the following 64-bit Bit Rate Objects cbQosCMPrePolicyBitRate64 cbQosCMPostPolicyBitRate64 cbQosCMDropBitRate64 cbQosPoliceConformedBitRate64 cbQosPoliceExceededBitRate64 cbQosPoliceViolatedBitRate64
                 cbQosQueueingStatsGroupRev1 1.3.6.1.4.1.9.9.166.2.2.82
Optional objects to provide CB QoS objects configuration information.
                 cbQosServicePolicyExtGroupRev2 1.3.6.1.4.1.9.9.166.2.2.83
Added cbQosParentPolicyIndex to cbQosServicePolicyTable.