Home/Catalog/CISCO-CLASS-BASED-QOS-MIB

CISCO-CLASS-BASED-QOS-MIB

AI MIB Summary

The CISCO-CLASS-BASED-QOS-MIB provides read-only access to the configuration hierarchy (PolicyMaps, ClassMaps, Match Statements) and runtime statistics (packet/byte counts, drop rates, policing actions) for Cisco Modular QoS CLI (MQC) implementations. It enables the monitoring of traffic classification and enforcement mechanisms, including queuing, shaping, policing, and marking, across logical interfaces such as physical ports, sub-interfaces, Frame Relay DLCIs, and ATM virtual circuits.

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.
278
Objects
Active
Status
7
Dependencies

Imported Objects

Objects

278 total
Object Name
RFC1155-SMI
Unknown
.1.3.6.1.4.1.9.9.166
ciscoCBQosMIB
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166
ciscoCBQosMIBObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1
cbQosServicePolicy
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.1
cbQosServicePolicyTableThis table describes the interfaces/media types and the policymap that are attached to it.
SEQUENCE OF CbQosServicePolicyEntry
.1.3.6.1.4.1.9.9.166.1.1.1
cbQosServicePolicyEntryEach entry in this table describes to which a logical interface a given policymap is attached. Depending on the interface/media type, some fields may have meaningful values, and some may not. Please see each individual descriptions.
CbQosServicePolicyEntry
.1.3.6.1.4.1.9.9.166.1.1.1.1
cbQosPolicyIndexAn arbitrary (system-assigned) index for all service policies (PolicyMap that has been attached to a given logical interface).
Gauge
.1.3.6.1.4.1.9.9.166.1.1.1.1.1
cbQosIfTypeThis describes the interface/media type to which this service policy is attached.ro
InterfaceType -- Rsyntax INTEGER { -- mainInterface(1), -- subInterface(2), -- frDLCI(3), -- atmPVC(4) -- }
.1.3.6.1.4.1.9.9.166.1.1.1.1.2
cbQosPolicyDirectionThis indicates the direction of traffic for which this service policy is applied.ro
TrafficDirection -- Rsyntax INTEGER { -- input(1), -- output(2) -- }
.1.3.6.1.4.1.9.9.166.1.1.1.1.3
cbQosIfIndexifIndex for the interface to which this service is attached. This field makes sense only if the logical interface has a snmp ifIndex.ro
InterfaceIndex -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.166.1.1.1.1.4
cbQosFrDLCIDLCI 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.ro
DlciNumber -- Rsyntax INTEGER
.1.3.6.1.4.1.9.9.166.1.1.1.1.5
cbQosAtmVPIVPI for the ATMVC to which this service is attached. This field only make sense if the service policy is attached to a ATM VC.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.1.1.1.6
cbQosAtmVCIVCI for the ATMVC to which this service is attached. This field only make sense if the service policy is attached to a ATM VC.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.1.1.1.7
cbQosInterfacePolicy
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.2
cbQosInterfacePolicyTableThis table describes the service polices that are attached to main and sub interfaces.
SEQUENCE OF CbQosInterfacePolicyEntry
.1.3.6.1.4.1.9.9.166.1.2.1
cbQosInterfacePolicyEntryUsing ifIndex and Direction, each unique index pair translates to a service policy that is attached to a main/sub interface, for particular traffic direction.
CbQosInterfacePolicyEntry
.1.3.6.1.4.1.9.9.166.1.2.1.1
cbQosIFPolicyIndexAn arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.2.1.1.1
cbQosFrameRelayVCPolicy
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.3
cbQosFrameRelayPolicyTableThis table describes the service polices that are attached to Frame Relay DLCIs.
SEQUENCE OF CbQosFrameRelayPolicyEntry
.1.3.6.1.4.1.9.9.166.1.3.1
cbQosFrameRelayPolicyEntryUsing 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.
CbQosFrameRelayPolicyEntry
.1.3.6.1.4.1.9.9.166.1.3.1.1
cbQosFRPolicyIndexAn arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.3.1.1.1
cbQosATMPVCPolicy
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.4
cbQosATMPVCPolicyTableThis table describes the policies that are attached to a ATM PVC.
SEQUENCE OF CbQosATMPVCPolicyEntry
.1.3.6.1.4.1.9.9.166.1.4.1
cbQosATMPVCPolicyEntryUsing 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.
CbQosATMPVCPolicyEntry
.1.3.6.1.4.1.9.9.166.1.4.1.1
cbQosATMPolicyIndexAn arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.4.1.1.1
cbQosObjects
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.5
cbQosObjectsTableThis 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.
SEQUENCE OF CbQosObjectsEntry
.1.3.6.1.4.1.9.9.166.1.5.1
cbQosObjectsEntryA 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.
CbQosObjectsEntry
.1.3.6.1.4.1.9.9.166.1.5.1.1
cbQosObjectsIndexAn arbitrary (system-assigned) instance specific index for cbQosObjectsEntry.
Gauge
.1.3.6.1.4.1.9.9.166.1.5.1.1.1
cbQosConfigIndexAn arbitrary (system-assigned) config (instance independent) index for each Object. Each objects having the same configuration share the same config index.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.5.1.1.2
cbQosObjectsTypeThe type of the QoS object.ro
QosObjectType -- Rsyntax INTEGER { -- policymap(1), -- classmap(2), -- matchStatement(3), -- queueing(4), -- randomDetect(5), -- trafficShaping(6), -- police(7), -- set(8) -- }
.1.3.6.1.4.1.9.9.166.1.5.1.1.3
cbQosParentObjectsIndexThe 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 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.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.5.1.1.4
cbQosPolicyMapCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.6
cbQosPolicyMapCfgTableThis table specifies Policymap configuration information
SEQUENCE OF CbQosPolicyMapCfgEntry
.1.3.6.1.4.1.9.9.166.1.6.1
cbQosPolicyMapCfgEntryEach 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.
CbQosPolicyMapCfgEntry
.1.3.6.1.4.1.9.9.166.1.6.1.1
cbQosPolicyMapNameName of the Policymap.ro
DisplayString
.1.3.6.1.4.1.9.9.166.1.6.1.1.1
cbQosPolicyMapDescDescription of the PolicyMap.ro
DisplayString
.1.3.6.1.4.1.9.9.166.1.6.1.1.2
cbQosClassMapCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.7
cbQosCMCfgTableThis table specifies ClassMap configuration information
SEQUENCE OF CbQosCMCfgEntry
.1.3.6.1.4.1.9.9.166.1.7.1
cbQosCMCfgEntryEach entry in this table describes configuration information about a classmap. The information includes: Name, and it's description and whether it is a Mathc-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.
CbQosCMCfgEntry
.1.3.6.1.4.1.9.9.166.1.7.1.1
cbQosCMNameName of the Classmap.ro
DisplayString
.1.3.6.1.4.1.9.9.166.1.7.1.1.1
cbQosCMDescDescription of the Classmap.ro
DisplayString
.1.3.6.1.4.1.9.9.166.1.7.1.1.2
cbQosCMInfoMatch all vs Match any in a given class.ro
QosClassInfo -- Rsyntax INTEGER { -- none(1), -- matchAll(2), -- matchAny(3) -- }
.1.3.6.1.4.1.9.9.166.1.7.1.1.3
cbQosMatchStmtCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.8
cbQosMatchStmtCfgTableThis table specifies ClassMap configuration information
SEQUENCE OF CbQosMatchStmtCfgEntry
.1.3.6.1.4.1.9.9.166.1.8.1
cbQosMatchStmtCfgEntryEach 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.
CbQosMatchStmtCfgEntry
.1.3.6.1.4.1.9.9.166.1.8.1.1
cbQosMatchStmtNameName of the Match Statement.ro
DisplayString
.1.3.6.1.4.1.9.9.166.1.8.1.1.1
cbQosMatchStmtInfoMatch vs Match Not in a given class.ro
QosMatchInfo -- Rsyntax INTEGER { -- none(1), -- matchNot(2) -- }
.1.3.6.1.4.1.9.9.166.1.8.1.1.2
cbQosQueueingCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.9
cbQosQueueingCfgTableThis table specifies Queueing Action configuration information
SEQUENCE OF CbQosQueueingCfgEntry
.1.3.6.1.4.1.9.9.166.1.9.1
cbQosQueueingCfgEntryEach 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.
CbQosQueueingCfgEntry
.1.3.6.1.4.1.9.9.166.1.9.1.1
cbQosQueueingCfgBandwidthThe configured bandwidth allocated to this traffic class. In the case of a bandwidth policy, this value represents a minimum b/w guarantee for the traffic class. In the case of a priority policy, this value represents the maximum rate at which priority service is guaranteed.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.9.1.1.1
cbQosQueueingCfgBandwidthUnitsUnits of the accompanying cbQosQueueingCfgbandwidth parameter.ro
QueueingBandwidthUnits -- Rsyntax INTEGER { -- kbps(1), -- percentage(2), -- percentageRemaining(3) -- }
.1.3.6.1.4.1.9.9.166.1.9.1.1.2
cbQosQueueingCfgFlowEnabledBoolean to indicate if flow-based fair-queue is enabled for this class.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.166.1.9.1.1.3
cbQosQueueingCfgPriorityEnabledBoolean to indicate if low latency queueing (priority) is enabled for this class.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.166.1.9.1.1.4
cbQosQueueingCfgAggregateQSizeMaximum number of packets that can be held in all the individual queues associated with this class before packets are dropped. This object is deprecated by cbQosQueueingCfgAggregateQLimit.rodeprecated
INTEGER
.1.3.6.1.4.1.9.9.166.1.9.1.1.5
cbQosQueueingCfgIndividualQSizeMaximum 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.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.9.1.1.6
cbQosQueueingCfgDynamicQNumberNumber of dynamic queues supported when flow-based fair-queue is in use.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.9.1.1.7
cbQosQueueingCfgPrioBurstSizeIn the priority queue, this is the number of bytes allowed in a single burst. This parameter only makes sense if Priority is enabledro
Gauge
.1.3.6.1.4.1.9.9.166.1.9.1.1.8
cbQosQueueingCfgQLimitUnitsRepresents the unit type of cbQosQueueingCfgAggregateQLimit object.ro
CbQosQueueUnitType -- Rsyntax INTEGER { -- packets(1), -- cells(2), -- bytes(3) -- }
.1.3.6.1.4.1.9.9.166.1.9.1.1.9
cbQosQueueingCfgAggregateQLimitMaximum allowed queue size for all the individual queues associated with this class. When the queue size exceed this value, the packets will be dropped.ro
CbQosQueueDepth -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.166.1.9.1.1.10
cbQosREDCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.10
cbQosREDCfgTableThis table specifies WRED Action configuration information
SEQUENCE OF CbQosREDCfgEntry
.1.3.6.1.4.1.9.9.166.1.10.1
cbQosREDCfgEntryEach 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.
CbQosREDCfgEntry
.1.3.6.1.4.1.9.9.166.1.10.1.1
cbQosREDCfgExponWeightThe 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.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.10.1.1.1
cbQosREDCfgMeanQsizeThe average queue size, computed and used by the WRED algorithm. This is deprecated by cbQosREDMeanQsize.rodeprecated
INTEGER
.1.3.6.1.4.1.9.9.166.1.10.1.1.2
cbQosREDCfgDscpPrecThe Classification mechanism used by RED - precedence or DSCP-based.ro
REDMechanism -- Rsyntax INTEGER { -- precedence(1), -- dscp(2) -- }
.1.3.6.1.4.1.9.9.166.1.10.1.1.3
cbQosREDCfgECNEnabledBoolean to indicate if explicit congestion notification enabled for this class.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.166.1.10.1.1.4
cbQosREDClassCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.11
cbQosREDClassCfgTableThis table specifies WRED Action configuration information on a per IP precedence basis.
SEQUENCE OF CbQosREDClassCfgEntry
.1.3.6.1.4.1.9.9.166.1.11.1
cbQosREDClassCfgEntryEach 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.
CbQosREDClassCfgEntry
.1.3.6.1.4.1.9.9.166.1.11.1.1
cbQosREDValueThe IP precedence or IP DSCP of this entry.
INTEGER
.1.3.6.1.4.1.9.9.166.1.11.1.1.1
cbQosREDCfgMinThresholdMinimum threshold in number of packets. When the average queue length reaches this number, WRED begins to drop packets with the specified IP precedence. This is deprecated by cbQosREDClassCfgMinThreshold.rodeprecated
INTEGER
.1.3.6.1.4.1.9.9.166.1.11.1.1.2
cbQosREDCfgMaxThresholdMaximum threshold in number of packets. When the average queue length exceeds this number, WRED drops all packets with the specified IP precedence. This is deprecated by cbQosREDClassCfgMaxThreshold.rodeprecated
INTEGER
.1.3.6.1.4.1.9.9.166.1.11.1.1.3
cbQosREDCfgPktDropProbDenominator 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.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.11.1.1.4
cbQosREDClassCfgThresholdUnitRepresents the unit type to measure the RED thresholds. The objects covered are cbQosREDClassCfgMinThreshold and cbQosREDClassCfgMaxThreshold.ro
CbQosQueueUnitType -- Rsyntax INTEGER { -- packets(1), -- cells(2), -- bytes(3) -- }
.1.3.6.1.4.1.9.9.166.1.11.1.1.5
cbQosREDClassCfgMinThresholdThe minimum WRED threshold value. When the average queue length reaches this number, WRED begins to drop packets according to REDMechanism specificed in cbQosREDCfgDscpPrec.ro
CbQosQueueDepth -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.166.1.11.1.1.6
cbQosREDClassCfgMaxThresholdThe maximum WRED threshold value. When the average queue length exceeds this number, WRED drops all packets according to REDMechanism specificed in cbQosREDCfgDscpPrec.ro
CbQosQueueDepth -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.166.1.11.1.1.7
cbQosPoliceCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.12
cbQosPoliceCfgTableThis table specifies Police Action configuration information.
SEQUENCE OF CbQosPoliceCfgEntry
.1.3.6.1.4.1.9.9.166.1.12.1
cbQosPoliceCfgEntryEach 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.
CbQosPoliceCfgEntry
.1.3.6.1.4.1.9.9.166.1.12.1.1
cbQosPoliceCfgRateThe committed policing rate. This is the sustained rate permitted by policing. If a committed policing rate greater than 2000000000 is configurable on the system, then the configured rate is available in cbQosPoliceCfgRate64.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.1
cbQosPoliceCfgBurstSizeThe amount of traffic, in bytes, in excess of the committed policing rate that will be permitted by the policing feature.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.2
cbQosPoliceCfgExtBurstSizeThe 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.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.3
cbQosPoliceCfgConformActionAction to be taken when the traffic is within the configured rate, that is, the traffic rate is conforming. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.12.1.1.4
cbQosPoliceCfgConformSetValueNew packet attribute values for each packets that conforms to the configured Police rate. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.5
cbQosPoliceCfgExceedActionAction to be taken when the traffic exceeds the configured rate, that is, the traffic is non-conforming. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.12.1.1.6
cbQosPoliceCfgExceedSetValueNew packet attribute values for each packets that conforms to the configured Police rate. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.7
cbQosPoliceCfgViolateActionAction to be taken when the traffic exceeds the conform and exceed token buckets. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.12.1.1.8
cbQosPoliceCfgViolateSetValueNew 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. This object is deprecated and defined in cqQosPoliceActionCfgTable.rodeprecated
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.9
cbQosPoliceCfgPirThe committed policing rate. This is the peak rate permitted by two rate policing.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.12.1.1.10
cbQosPoliceCfgRate64The committed policing rate. This is the sustained rate permitted by policing.ro
--?? syntax is not convertable to SMIv1 Unsigned64 -- Rsyntax Counter -- Units -- bits/second
.1.3.6.1.4.1.9.9.166.1.12.1.1.11
cbQosTSCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.13
cbQosTSCfgTableThis table specifies traffic-shaping Action configuration information.
SEQUENCE OF CbQosTSCfgEntry
.1.3.6.1.4.1.9.9.166.1.13.1
cbQosTSCfgEntryEach 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.
CbQosTSCfgEntry
.1.3.6.1.4.1.9.9.166.1.13.1.1
cbQosTSCfgRateThe committed traffic-shaping rate. This is the sustained rate permitted by the traffic-shaping.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.13.1.1.1
cbQosTSCfgBurstSizeThe amount of traffic, in bits, in excess of the committed traffic-shaping rate that will be instantaneously permitted by this feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.13.1.1.2
cbQosTSCfgExtBurstSizeThe amount of traffic, in bits, in excess of the burst limit, which may be conditionnally permitted by traffic-shaping feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.13.1.1.3
cbQosTSCfgAdaptiveEnabledThis object indicates is adaptive traffic-shaping has been enabled.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.166.1.13.1.1.4
cbQosTSCfgAdaptiveRateThis object represents the current adaptive traffic shaping rate.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.13.1.1.5
cbQosTSCfgLimitTypeThis object indicates if traffic-shaping is limiting traffic based on the peak rate or the average rate.ro
TrafficShapingLimit -- Rsyntax INTEGER { -- average(1), -- peak(2) -- }
.1.3.6.1.4.1.9.9.166.1.13.1.1.6
cbQosSetCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.14
cbQosSetCfgTableThis table specifies Packet Marking Action configuration information.
SEQUENCE OF CbQosSetCfgEntry
.1.3.6.1.4.1.9.9.166.1.14.1
cbQosSetCfgEntryEach 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.
CbQosSetCfgEntry
.1.3.6.1.4.1.9.9.166.1.14.1.1
cbQosSetCfgFeatureThe bit-wise position of each packet marking feature.ro
SetFeatureType -- Rsyntax OCTET STRING
.1.3.6.1.4.1.9.9.166.1.14.1.1.1
cbQosSetCfgIpDSCPValueThe IP DSCP value at which the packet is being set by the packet marking feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.14.1.1.2
cbQosSetCfgIpPrecedenceValueThe IP precedence value at which the packet is being set by the packet marking feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.14.1.1.3
cbQosSetCfgQosGroupValueThe QoS Group number at which the packet is being set by the packet marking feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.14.1.1.4
cbQosSetCfgL2CosValueThe Layer 2 Cos value at which the packet is being set by the packet marking feature.ro
INTEGER
.1.3.6.1.4.1.9.9.166.1.14.1.1.5
cbQosSetCfgMplsExpValueThe MPLS experimental value at which the packet is being set by the packet marking feature.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.14.1.1.6
cbQosSetCfgDiscardClassValueThe Discard Class value at which the packet is being set by the packet marking feature.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.14.1.1.7
cbQosClassMapStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.15
cbQosCMStatsTableThis table specifies ClassMap related Statistical information.
SEQUENCE OF CbQosCMStatsEntry
.1.3.6.1.4.1.9.9.166.1.15.1
cbQosCMStatsEntryEach 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.
CbQosCMStatsEntry
.1.3.6.1.4.1.9.9.166.1.15.1.1
cbQosCMPrePolicyPktOverflowThe upper 32 bits count of inbound packets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.1
cbQosCMPrePolicyPktThe lower 32 bits count of inbound packets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.2
cbQosCMPrePolicyPkt64The 64 bits count of inbound packets prior to executing any QoS policies.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.3
cbQosCMPrePolicyByteOverflowThe upper 32 bits count of inbound octets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.4
cbQosCMPrePolicyByteThe lower 32 bits count of inbound octets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.5
cbQosCMPrePolicyByte64The 64 bits count of inbound octets prior to executing any QoS policies.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.6
cbQosCMPrePolicyBitRateThe bit rate of the traffic prior to executing any QoS policies.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.15.1.1.7
cbQosCMPostPolicyByteOverflowThe upper 32 bits count of outbound octets after executing QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.8
cbQosCMPostPolicyByteThe lower 32 bits count of outbound octets after executing QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.9
cbQosCMPostPolicyByte64The 64 bits count of outbound octets after executing QoS policies.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.10
cbQosCMPostPolicyBitRateThe bit rate of the traffic after executing QoS policies.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.15.1.1.11
cbQosCMDropPktOverflowThe 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.).ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.12
cbQosCMDropPktThe 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.).ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.13
cbQosCMDropPkt64The 64 bits counter of dropped pkts per class as the result of all features that can produce drops (e.g., police, random detect, etc.).ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.14
cbQosCMDropByteOverflowThe 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.).ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.15
cbQosCMDropByteThe 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.).ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.16
cbQosCMDropByte64The 64 bits counter of dropped bytes per class as the result of all features that can produce drops (e.g., police, random detect, etc.).ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.17
cbQosCMDropBitRateThe bit rate of the drops per class as the result of all features that can produce drops (e.g., police, random detect, etc.).ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.15.1.1.18
cbQosCMNoBufDropPktOverflowThe upper 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.19
cbQosCMNoBufDropPktThe lower 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.ro
Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.20
cbQosCMNoBufDropPkt64The 64 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.15.1.1.21
cbQosMatchStmtStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.16
cbQosMatchStmtStatsTableThis table specifies Match Statement related statistical information.
SEQUENCE OF CbQosMatchStmtStatsEntry
.1.3.6.1.4.1.9.9.166.1.16.1
cbQosMatchStmtStatsEntryEach 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.
CbQosMatchStmtStatsEntry
.1.3.6.1.4.1.9.9.166.1.16.1.1
cbQosMatchPrePolicyPktOverflowThe upper 32 bits count of inbound packets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.1
cbQosMatchPrePolicyPktThe lower 32 bits count of inbound packets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.2
cbQosMatchPrePolicyPkt64The 64 bits count of inbound packets prior to executing any QoS policies.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.3
cbQosMatchPrePolicyByteOverflowThe upper 32 bits count of inbound octets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.4
cbQosMatchPrePolicyByteThe lower 32 bits count of inbound octets prior to executing any QoS policies.ro
Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.5
cbQosMatchPrePolicyByte64The 64 bits count of inbound octets prior to executing any QoS policies.ro
--?? syntax is not convertable to SMIv1 Counter
.1.3.6.1.4.1.9.9.166.1.16.1.1.6
cbQosMatchPrePolicyBitRateThe bit rate of the traffic prior to executing any QoS policies.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.16.1.1.7
cbQosPoliceStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.17
cbQosPoliceStatsTableThis table specifies Police Action related Statistical information.
SEQUENCE OF CbQosPoliceStatsEntry
.1.3.6.1.4.1.9.9.166.1.17.1
cbQosPoliceStatsEntryEach 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.
CbQosPoliceStatsEntry
.1.3.6.1.4.1.9.9.166.1.17.1.1
cbQosPoliceConformedPktOverflowThe upper 32 bits count of packets treated as conforming by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.1
cbQosPoliceConformedPktThe lower 32 bits count of packets treated as conforming by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.2
cbQosPoliceConformedPkt64The 64 bits count of packets treated as conforming by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.3
cbQosPoliceConformedByteOverflowThe upper 32 bits count of octets treated as conforming by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.4
cbQosPoliceConformedByteThe lower 32 bits count of octets treated as conforming by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.5
cbQosPoliceConformedByte64The 64 bits count of octets treated as conforming by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.6
cbQosPoliceConformedBitRateThe bit rate of conforming traffic.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.17.1.1.7
cbQosPoliceExceededPktOverflowThe upper 32 bits count of packets treated as non-conforming by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.8
cbQosPoliceExceededPktThe 32 bits count of packets treated as non-conforming by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.9
cbQosPoliceExceededPkt64The 64 bits count of packets treated as non-conforming by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.10
cbQosPoliceExceededByteOverflowThe upper 32 bits count of octets treated as non-conforming by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.11
cbQosPoliceExceededByteThe lower 32 bits count of octets treated as non-conforming by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.12
cbQosPoliceExceededByte64The 64 bits count of octets treated as non-conforming by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.13
cbQosPoliceExceededBitRateThe bit rate of the non-conforming traffic.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.17.1.1.14
cbQosPoliceViolatedPktOverflowThe upper 32 bits count of packets treated as violated by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.15
cbQosPoliceViolatedPktThe 32 bits count of packets treated as violated by the policing feature.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.16
cbQosPoliceViolatedPkt64The 64 bits count of packets treated as violated by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.17.1.1.17
cbQosPoliceViolatedByteOverflowThe upper 32 bits count of octets treated as violated by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.18
cbQosPoliceViolatedByteThe lower 32 bits count of octets treated as violated by the policing feature.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.19
cbQosPoliceViolatedByte64The 64 bits count of octets treated as violated by the policing feature.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.17.1.1.20
cbQosPoliceViolatedBitRateThe bit rate of the violating traffic.ro
Gauge -- Units -- bits per second
.1.3.6.1.4.1.9.9.166.1.17.1.1.21
cbQosQueueingStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.18
cbQosQueueingStatsTableThis table specifies Queueing Action related Statistical information.
SEQUENCE OF CbQosQueueingStatsEntry
.1.3.6.1.4.1.9.9.166.1.18.1
cbQosQueueingStatsEntryEach 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.
CbQosQueueingStatsEntry
.1.3.6.1.4.1.9.9.166.1.18.1.1
cbQosQueueingCurrentQDepthThe current depth of the queue.ro
Gauge -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.18.1.1.1
cbQosQueueingMaxQDepthThe maximum depth of the queue.ro
Gauge -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.18.1.1.2
cbQosQueueingDiscardByteOverflowThe upper 32 bit count of octets, associated with this class, that were dropped by queueing.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.18.1.1.3
cbQosQueueingDiscardByteThe lower 32 bits count of octets, associated with this class, that were dropped by queueing.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.18.1.1.4
cbQosQueueingDiscardByte64The count of octets, associated with this class, that were dropped by queueing.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.18.1.1.5
cbQosQueueingDiscardPktOverflowThe upper 32 bits count of packets, associated with this class, that were dropped by queueing.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.18.1.1.6
cbQosQueueingDiscardPktThe number of packets, associated with this class, that were dropped by queueing.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.18.1.1.7
cbQosQueueingDiscardPkt64The number of packets, associated with this class, that were dropped by queueing.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.18.1.1.8
cbQosTSStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.19
cbQosTSStatsTableThis table specifies traffic-shaping Action related Statistical information.
SEQUENCE OF CbQosTSStatsEntry
.1.3.6.1.4.1.9.9.166.1.19.1
cbQosTSStatsEntryEach 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.
CbQosTSStatsEntry
.1.3.6.1.4.1.9.9.166.1.19.1.1
cbQosTSStatsDelayedByteOverflowThis object represents the upper 32 bits counter of octets that have been delayed.ro
Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.1
cbQosTSStatsDelayedByteThis object represents the lower 32 bits counter of octets that have been delayed.ro
Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.2
cbQosTSStatsDelayedByte64This object represents the 64 bits counter of octets that have been delayed.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.3
cbQosTSStatsDelayedPktOverflowThis object represents the upper 32 bits counter of packets that have been delayed.ro
Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.4
cbQosTSStatsDelayedPktThis object represents the lower 32 bits counter of packets that have been delayed.ro
Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.5
cbQosTSStatsDelayedPkt64This object represents the 64 bits counter of packets that have been delayed.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.6
cbQosTSStatsDropByteOverflowThis object represents the upper 32 bits counter of octets that have been dropped during shaping.ro
Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.7
cbQosTSStatsDropByteThis object represents the lower 32 bits counter of octets that have been dropped during shaping.ro
Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.8
cbQosTSStatsDropByte64This object represents the 64 bits counter of octets that have been dropped during shaping.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- octets
.1.3.6.1.4.1.9.9.166.1.19.1.1.9
cbQosTSStatsDropPktOverflowThis object represents the upper 32 bits counter of packets that have been dropped during shaping.ro
Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.10
cbQosTSStatsDropPktThis object represents the lower 32 bits counter of packets that have been dropped during shaping.ro
Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.11
cbQosTSStatsDropPkt64This object represents the 64 bits counter of packets that have been dropped during shaping.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.12
cbQosTSStatsActiveThis 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.ro
TruthValue -- Rsyntax INTEGER { -- true(1), -- false(2) -- }
.1.3.6.1.4.1.9.9.166.1.19.1.1.13
cbQosTSStatsCurrentQSizeThis object indicates the current traffic-shaping queue depth in packets.ro
Gauge -- Units -- packets
.1.3.6.1.4.1.9.9.166.1.19.1.1.14
cbQosREDClassStats
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.20
cbQosREDClassStatsTableThis table specifies per Precedence WRED Action related Statistical information.
SEQUENCE OF CbQosREDClassStatsEntry
.1.3.6.1.4.1.9.9.166.1.20.1
cbQosREDClassStatsEntryEach 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.
CbQosREDClassStatsEntry
.1.3.6.1.4.1.9.9.166.1.20.1.1
cbQosREDRandomDropPktOverflowThe 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.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.1
cbQosREDRandomDropPktThe 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.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.2
cbQosREDRandomDropPkt64The 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.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.3
cbQosREDRandomDropByteOverflowThe 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.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.4
cbQosREDRandomDropByteThe 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.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.5
cbQosREDRandomDropByte64The 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.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.6
cbQosREDTailDropPktOverflowThe upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.7
cbQosREDTailDropPktThe lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.8
cbQosREDTailDropPkt64The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.9
cbQosREDTailDropByteOverflowThe upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.10
cbQosREDTailDropByteThe lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.11
cbQosREDTailDropByte64The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.12
cbQosREDTransmitPktOverflowThe upper 32 bits count of bytes transmitted.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.13
cbQosREDTransmitPktThe lower 32 bits count of bytes trasmitted.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.14
cbQosREDTransmitPkt64The 64 bits count of packets transmitted.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.15
cbQosREDTransmitByteOverflowThe upper 32 bits count of octets transmitted.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.16
cbQosREDTransmitByteThe lower 32 bits count of octets trasmitted.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.17
cbQosREDTransmitByte64The 64 bits count of octets transmitted.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.18
cbQosREDECNMarkPktOverflowThe 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.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.19
cbQosREDECNMarkPktThe 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.ro
Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.20
cbQosREDECNMarkPkt64The 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.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Packets
.1.3.6.1.4.1.9.9.166.1.20.1.1.21
cbQosREDECNMarkByteOverflowThe 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.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.22
cbQosREDECNMarkByteThe 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.ro
Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.23
cbQosREDECNMarkByte64The 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.ro
--?? syntax is not convertable to SMIv1 Counter -- Units -- Octets
.1.3.6.1.4.1.9.9.166.1.20.1.1.24
cbQosREDMeanQSizeUnitsRepresents the unit type of cbQosREDMeanQSize object.ro
CbQosQueueUnitType -- Rsyntax INTEGER { -- packets(1), -- cells(2), -- bytes(3) -- }
.1.3.6.1.4.1.9.9.166.1.20.1.1.25
cbQosREDMeanQSizeThe average queue size computed and used by the WRED algorithm.ro
CbQosQueueDepth -- Rsyntax Gauge
.1.3.6.1.4.1.9.9.166.1.20.1.1.26
cbQosPoliceActionCfg
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.1.21
cbQosPoliceActionCfgTableThis table specifies Police Action configuration information.
SEQUENCE OF CbQosPoliceActionCfgEntry
.1.3.6.1.4.1.9.9.166.1.21.1
cbQosPoliceActionCfgEntryEach entry in this table describes configuration information about Actions for one Police. The table holds Polic 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.
CbQosPoliceActionCfgEntry
.1.3.6.1.4.1.9.9.166.1.21.1.1
cbQosPoliceActionCfgIndexAn arbitrary (system-assigned) index for police actions that are defined by a police configuration.
Gauge
.1.3.6.1.4.1.9.9.166.1.21.1.1.1
cbQosPoliceActionCfgConformAction to be taken when the traffic exceeds the conform and exceed token buckets.ro
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.21.1.1.2
cbQosPoliceActionCfgConformSetValueNew packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgConform. This object will be set to zero if the corrsponding police action does not require a set value, such as no action, drop action or transmit action.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.21.1.1.3
cbQosPoliceActionCfgExceedAction to be taken when the traffic exceeds the conform and exceed token buckets.ro
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.21.1.1.4
cbQosPoliceActionCfgExceedSetValueNew packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgExceed. This object will be set to zero if the corrsponding police action does not require a set value, such as no action, drop action or transmit action.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.21.1.1.5
cbQosPoliceActionCfgViolateAction to be taken when the traffic exceeds the conform and exceed token buckets.ro
PoliceAction -- Rsyntax INTEGER { -- transmit(1), -- setIpDSCP(2), -- setIpPrecedence(3), -- setQosGroup(4), -- drop(5), -- setMplsExp(6), -- setAtmClp(7), -- setFrDe(8), -- setL2Cos(9), -- setDiscardClass(10) -- }
.1.3.6.1.4.1.9.9.166.1.21.1.1.6
cbQosPoliceActionCfgViolateSetValueNew packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgViolate. This object will be set to zero if the corrsponding police action does not require a set value, such as no action, drop action or transmit action.ro
Gauge
.1.3.6.1.4.1.9.9.166.1.21.1.1.7
ciscocbQosMIBConformance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2
ciscocbQosMIBCompliances
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.1
ciscocbQosMIBCompliance
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.1.1
ciscocbQosMIBComplianceRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.1.2
ciscocbQosMIBGroups
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2
cbQosServicePolicyGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.1
cbQosInterfacePolicyGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.2
cbQosFrameRelayVCPolicyGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.3
cbQosATMPVCPolicyGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.4
cbQosObjectsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.5
cbQosPolicyMapCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.6
cbQosClassMapCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.7
cbQosMatchStmtCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.8
cbQosQueueingCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.9
cbQosREDCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.10
cbQosREDClassCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.11
cbQosPoliceCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.12
cbQosTSCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.13
cbQosSetCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.14
cbQosClassMapStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.15
cbQosNoBufferDropGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.16
cbQosQueueingDynamicQNumberGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.17
cbQosTrafficShapingDelayCountersGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.18
cbQosMatchStmtStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.19
cbQosPoliceStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.20
cbQosQueueingStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.21
cbQosTSStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.22
cbQosREDClassStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.23
cbQosREDClassXmitCountersGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.24
cbQosAFPoliceStatsGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.25
cbQosAFPoliceCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.26
cbQosREDDscpCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.27
cbQosNewSetCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.28
cbQosQueueingCfgGroupRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.29
cbQosREDCfgGroupRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.30
cbQosREDClassCfgGroupRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.31
cbQosPoliceCfgGroupRev1
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.32
cbQosPoliceActionCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.33
cbQosAFPoliceViolateCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.34
cbQosREDECNCfgGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.35
cbQosREDClassECNMarkCountersGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.36
cbQosPoliceCfgExtGroup
OBJECT IDENTIFIER
.1.3.6.1.4.1.9.9.166.2.2.37
CISCO-CLASS-BASED-QOS-MIB - SNMP MIB Reference | MIBs Explorer