CISCO-CLASS-BASED-QOS-MIB
582 objects
Cisco Class-Based QoS MIB ********************************** Overview ********************************** This MIB provides read access to Quality of Service (QoS) configuration and statistics information for Cisco platforms that support the Modular Quality of Service Command-line Interface (Modular QoS CLI). We recommend users of this MIB to review the user documentation of MQC based QoS features. Configuration information available through this MIB includes all ClassMap, PolicyMap, Match Statements, and Feature Actions configuration parameters. The definitions of each objects mentioned above are explained in the QoS objects section. Statistics available through this MIB include summary counts/rates by traffic class before and after any configured QoS policies are enforced. In addition, detailed feature-specific statistics are available for select PolicyMap features. Contact your Cisco representative to determine on which platforms the MIB is currently supported. ********************************** QoS Acronyms ********************************** BECN: Frame Relay Backward Explicit Congestion Notification CIR : Committed Information Rate DSCP: Differentiated Service Code Point EB : Estimate Bandwidth ECN : Explicite Congestion Notification FECN: Frame Relay Forward Explicit Congestion Notification IPHC: Internet Protocol Header Compression IPSLAs: IP Service Level Agreement Technologies PIR : Peak Information Rate PREC: Precedence QoS : Quality Of Services RED : Random Early Detect SRP : Spatial Reuse Protocol WRED: Weighted Random Early Detect C3PL: Cisco Common Classification Programming Language ********************************** MIB Objects ********************************** This MIB consists of the following object groups: 1 : cbQosServicePolicy 2 : cbQosInterfacePolicy 3 : cbQosFrameRelayVCPolicy 4 : cbQosATMPVCPolicy 5 : cbQosObjects 6 : cbQosPolicyMapCfg 7 : cbQosClassMapCfg 8 : cbQosMatchStmtCfg 9 : cbQosQueueingCfg 10: cbQosREDCfg 11: cbQosREDClassCfg 12: cbQosPoliceCfg 13: cbQosTSCfg 14: cbQosSetCfg 15: cbQosClassMapStats 16: cbQosMatchStmtStats 17: cbQosPoliceStats 18: cbQosQueueingStats 19: cbQosTSStats 20: cbQosREDClassStats 21: cbQosPoliceActionCfg 22: cbQosIPHCCfg 23: cbQosIPHCStats 24: cbQosSetStats 25: cbQosPoliceColorStats 26: cbQosTableMapCfg 27: cbQosTableMapValueCfg 28: cbQosTableMapSetCfg 29: cbQosEBCfg 30: cbQosEBStats 31: cbQosMeasureIPSLACfg 32: cbQosC3plAccountCfg 33: cbQosC3plAccountStats ********************************** Definitions ********************************** A logical interface in the context of this MIB is either a main-interface, a sub-interface, a Frame Relay DLCI, an ATM virtual circuit or the control-plane on the router. The (aggregate) control-plane on the router is defined as a collection of processes running at process level on the platform (route) processor. This includes the functions related to networking control capabilities such as routing, signaling, provisioning, as well as resource and service discovery. Also includes process switched traffic on the device. The term distributed control plane, in the context of this mib, represents the control-plane functionality at the level of individual linecards. This is only applicable for the case of distributed platforms. ********************************** QoS Objects ********************************** To understand Class-Based QoS features and how to navigate the MIB tables above, the key element is to comprehend the relationships among the different QoS objects. QoS objects consist of ClassMaps, Match Statements and PolicyMaps, and each Feature Actions. Match Statement - The specific match criteria to identify packets for classification purposes. ClassMap - A user-defined traffic class that contains one or many match statements used to classify packets into different categories. Feature Action - An action is a QoS feature. Features include police, traffic-shaping, queueing, random detect and packet marking(set). After the traffic is being classified, based on the traffic classification, we can apply these action to each traffic class. PolicyMap - A user-defined policy that associates each QoS action to the user-defined traffic class (ClassMap). Service Policy - Service policy is a policymap that is being attached to a logical interface. Because a policymap can also be a part of the hierarchical structure (inside a classmap), only a policymap that is directly attached to a logical interface is considered a service policy. Each service policy is uniquely identified by an index called cbQosPolicyIndex. This number is usually identical to its cbQosObjectsIndex as a policymap. ***************************************** Runtime Instance vs Configuration objects ***************************************** Each QoS objects have 2 sets of behaviours : 1: A configuration instance - Each QoS objects has it's configuration portion of information attached to it. This information does not change whether this object is attached on multiple logical interfaces and used multiple times. We uniquely identify each QoS object with identical configuration with the same index - cbQosConfigIndex. This index is used in all configuration related tables. 2: A runtime instance - Each QoS objects has it's statistical portion of information attached to it. This information changes when this object is attached on multiple logical interfaces and used in various different places. We uniquely identify each QoS runtime object instance with an index that is unique across multiple instances of the identical object - cbQosObjectsIndex. This index is used in all statistical related tables. In summary, a QoS object has 2 indexes associated with it: cbQosConfigIndex is used to identify it's configuration, which does not change regardless of number of times and where it is being used; and cbQosObjectsIndex is used to identify it's runtime statistics, depending on which logical interface and where in a given PolicyMap hierarchy this object is used, it may have multiple unique identifiers to distinguish each unique usage (instance) of the same object. ********************************** Navigation ********************************** The recommended method of navigating through all of the MIB tables is to start by learning the cbQosServicePolicyTable and cbQosObjectsTable MIB tables. In particular, Cisco Systems recommends understanding the cbQosObjectsIndex and cbQosParentObjectsIndex of each QoS feature. The cbQosPolicyIndex and cbQosObjectsIndex are system-assigned numbers that identify each unique instance of a QoS feature. These indexes are never reused between router reboots, even when changes are made to the QoS configuration. The cbQosPolicyIndex is designed to identify the service policies attached to logical interfaces, while the cbQosObjectsIndex is designed to identify each QoS feature on a specified device. The cbQosParentObjectsIndex is designed to show the hierarchical relationship of each QoS feature. ********************************** cbQosServicePolicyTable ********************************** Accessing cbQosServicePolicyTable requires cbQosPolicyIndex. This index is a system-assigned number to uniquely identify each service policy hanging off of each logical interface. Given cbQosPolicyIndex the tables provide the type of logical interface/media type on which this policy is applied, the direction in which this policy is enforced, and the SNMP interface index and/or the entity index of the underlying interface/entity. In the case of a policy being applied on a Frame Relay DLCI, the cbQosFrDLCI gives you the Frame Relay DLCI number to which this policy is attached. In the case of policy being attached to an ATM VC, cbQosAtmVPI and cbQosAtmVCI display the VPI and VCI of the ATM interface respectively. ********************************** cbQosObjectsTable ********************************** Accessing cbQosObjectsTable requires two indexes, cbQosPolicyIndex and cbQosObjectsIndex. Given a particular service policy on a given logical interface, there could be PolicyMaps, ClassMaps, Match Statements and Feature Actions being used. Each instance of these objects is uniquely identified by cbQosObjectsIndex. Users need to decide which QoS object is interesting and use the cbQosPolicyIndex and cbQosObjectsIndex to locate the right element of interest. This tables provides cbQosObjectsType, cbQosConfigIndex, and cbQosParentObjectsIndex. To understand the relationship of cbQosObjectsIndex, cbQosParentObjectsIndex and the hierarchical relationship of the QoS objects, consider the following QoS configuration example: Interface ethernet 0/1 Input Service Policy cntlWebTraffic ClassMap http match ip http set ip precedence 5 Output Service Policy cntlSNMP_Telnet ClassMap snmp match ip snmp shape average 8000 32 32 ClassMap Telnet match ip telnet shape average 10000 32 32 Interface ethernet 0/2 Input Service Policy cntlWebTraffic ClassMap http match ip http set ip precedence 5 Output Service Policy cntlSNMP_Telnet ClassMap snmp match ip snmp shape average 8000 32 32 ClassMap Telnet match ip telnet shape average 10000 32 32 *** In Ethernet 0/1 *** Assume the router assigned a cbQosConfigIndex=1024 and cbQosObjectsIndex=1084 to Policy cntlWebTraffic. Because it is attached to an interface, it has no parent QoS object, and thus cbQosParentObjectsIndex=0. In addition, because cntlWebTraffic is also the service policy of the interface, it has a unique cbQosPolicyIndex assigned to it. In most cases, it would be the same as the cbQosObjectsIndex, which is 1084 in this case. Therefore, the indexes are: cbQosPolicyIndex = 1084 cbQosObjectsIndex = 1084 cbQosConfigIndex = 1024 Assuming the router assigned a cbQosObjectsIndex=1085 and cbQosConfigIndex=1025 to ClassMap http, it is directly being used by Policy cntlWebTraffic, and therefore the cbQosParentObjectsIndex of ClassMap http will be 1084. Assuming the router assigned a cbQosConfigIndex=1026 and cbQosObjectsIndex=1086 to match ip http, it is directly used by ClassMap http, therefore the cbQosParentObjectsIndex of match ip http will be 1085. Assuming the router assigned a cbQosConfigIndex=1027 and cbQosObjectsIndex=1087 to set ip precedence 5, it is directly used by ClassMap http, therefore the cbQosParentObjectsIndex of match ip http will be 1085. Assuming the router assigned a cbQosConfigIndex=1028 and cbQosObjectsIndex=1088 to Policy cntlSNMP_Telnet. Because it is attached to an interface, it has no parent QoS object, and thus cbQosParentObjectsIndex=0. In addition, because cntlSNMP_Telnet is also the service policy of the interface, it has a unique cbQosPolicyIndex assigned to it. In most cases, it would be the same as the cbQosObjectsIndex, which is 1088 in this case. Assuming the router assigned a cbQosConfigIndex=1029 and cbQosObjectsIndex=1089 to ClassMap snmp, it is directly being used by Policy cntlSNMP_Telnet, and therefore the cbQosParentObjectsIndex of ClassMap snmp will be 1088. Assuming the router assigned a cbQosConfigIndex=1030 and cbQosObjectsIndex=1090 to match ip snmp, it is directly used by ClassMap snmp, and therefore the cbQosParentObjectsIndex of match ip snmp will be 1089. Assuming the router assigned a cbQosConfigIndex=1031 and cbQosObjectsIndex=1091 to shape average 8000 32 32, it is directly used by ClassMap snmp, therefore the cbQosParentObjectsIndex of match ip snmp will be 1089. Assuming the router assigned a cbQosConfigIndex=1032 and cbQosObjectsIndex=1092 to ClassMap Telnet, it is directly being used by Policy cntlSNMP_Telnet, and therefore the cbQosParentObjectsIndex of ClassMap Telnet will be 1088. Assuming the router assigned a cbQosConfigIndex=1033 and cbQosObjectsIndex=1093 to match ip telnet, it is directly used by ClassMap Telnet, and therefore the cbQosParentObjectsIndex of match ip telnet will be 1092. Assuming the router assigned a cbQosConfigIndex=1034 and cbQosObjectsIndex=1094 to shape 10000 32 32, it is directly used by ClassMap telnet, therefore the cbQosParentObjectsIndex of match ip telnet will be 1092. *** In Ethernet 0/2 *** Every objects will have a unique combination of cbQosPolicyIndex and cbQosObjectsIndex, but cbQosConfigIndex will be shared across the same objects that are applied in different places. ********************************** All Config Tables ********************************** Accessing config related tables requires the same index - cbQosConfigIndex. (Per precedence based tables requires a second index, which is IP precedence value) Users should have already gone through the cbQosObjectsTable at this point and understood each cbQosConfigIndex and the corresponding QoS objects. Users can uniquely identify each QoS object defined on the router and query the entries in each stats table on a per QoS object basis. ********************************** All Stats Tables ********************************** Accessing all stats related tables requires the same 2 indexes. They are cbQosPolicyIndex and cbQosObjectsIndex. (Per precedence based tables requires a third index, which is IP precedence value) Users should have already gone through the cbQosObjectsTable at this point and understood the relationship of each cbQosPolicyIndex and cbQosObjectsIndex pair and the corresponding QoS objects. Users can uniquely identify each QoS object defined on the router and query the entries in each stats table on a per QoS object basis.
Imported Objects
| CISCO-FRAME-RELAY-MIB | DlciNumber |
| CISCO-SMI | ciscoMgmt |
| CISCO-TC | EntPhysicalIndexOrZero Unsigned64 |
| HCNUM-TC | CounterBasedGauge64 |
| IF-MIB | ifIndex InterfaceIndex |
| INET-ADDRESS-MIB | InetAddress InetAddressType |
| Q-BRIDGE-MIB | VlanIndex |
| SNMPv2-CONF | MODULE-COMPLIANCE OBJECT-GROUP |
| SNMPv2-SMI | Counter32 Counter64 dod Gauge32 Integer32 MODULE-IDENTITY OBJECT-TYPE Opaque Unsigned32 |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION TimeStamp TruthValue |
| OID | Name | Access | Status | Description |
|---|---|---|---|---|
| 1.3.6.1.4.1.9.9.166 | IdentityciscoCBQosMIB | Cisco Class-Based QoS MIB ********************************** Overview ********************************** This MIB provides read access to Quality of Service (Q… | ||
| 1.3.6.1.4.1.9.9.166.1 | NodeciscoCBQosMIBObjects | |||
| 1.3.6.1.4.1.9.9.166.1.1 | NodecbQosServicePolicy | |||
| 1.3.6.1.4.1.9.9.166.1.1.1 | TablecbQosServicePolicyTable | not-accessible | current | This table describes the logical interfaces/media types and the policymap that are attached to it. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1 | RowcbQosServicePolicyEntry | not-accessible | current | 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 h… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.1 | ColumncbQosPolicyIndex | not-accessible | current | An arbitrary (system-assigned) index for all service policies (PolicyMap that has been attached to a given logical interface). |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.2 | ColumncbQosIfType | read-only | current | This describes the logical interface/media type to which this service policy is attached. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.3 | ColumncbQosPolicyDirection | read-only | current | This indicates the direction of traffic for which this service policy is applied. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.4 | ColumncbQosIfIndex | read-only | current | 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 thi… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.5 | ColumncbQosFrDLCI | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.6 | ColumncbQosAtmVPI | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.7 | ColumncbQosAtmVCI | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.8 | ColumncbQosEntityIndex | read-only | current | 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 b… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.9 | ColumncbQosVlanIndex | read-only | current | 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 ca… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.10 | ColumncbQosEVC | read-only | current | for the EVC to which this service is attached. This field only make sense if the service policy is attached to an EVC. |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.11 | ColumncbQosPolicyDiscontinuityTime | read-only | current | 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 discontinu… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.12 | ColumncbQosParentPolicyIndex | read-only | current | 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 interf… |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.13 | ColumncbQosTunDstAddrType | read-only | current | This object is instantiated if cbQoSIfType object has the value of tunnel(8). |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.14 | ColumncbQosTunDstAddr | read-only | current | This object is instantiated if cbQoSIfType object has the value of tunnel(8). |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.15 | ColumncbQosWirelessIifid | read-only | current | This object is instantiated if cbQoSIfType object has the value of wirelessInterface(9). |
| 1.3.6.1.4.1.9.9.166.1.1.1.1.16 | ColumncbQosServiceGroupIndex | read-only | current | If the service policy is attached to a particular service-group, then this object specifies the corresponding Service-group id. In all other cases the value of… |
| 1.3.6.1.4.1.9.9.166.1.2 | NodecbQosInterfacePolicy | |||
| 1.3.6.1.4.1.9.9.166.1.2.1 | TablecbQosInterfacePolicyTable | not-accessible | current | This table describes the service polices that are attached to main and sub interfaces. |
| 1.3.6.1.4.1.9.9.166.1.2.1.1 | RowcbQosInterfacePolicyEntry | not-accessible | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.2.1.1.1 | ColumncbQosIFPolicyIndex | read-only | current | An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex. |
| 1.3.6.1.4.1.9.9.166.1.3 | NodecbQosFrameRelayVCPolicy | |||
| 1.3.6.1.4.1.9.9.166.1.3.1 | TablecbQosFrameRelayPolicyTable | not-accessible | current | This table describes the service polices that are attached to Frame Relay DLCIs. |
| 1.3.6.1.4.1.9.9.166.1.3.1.1 | RowcbQosFrameRelayPolicyEntry | not-accessible | current | 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 direc… |
| 1.3.6.1.4.1.9.9.166.1.3.1.1.1 | ColumncbQosFRPolicyIndex | read-only | current | An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex. |
| 1.3.6.1.4.1.9.9.166.1.4 | NodecbQosATMPVCPolicy | |||
| 1.3.6.1.4.1.9.9.166.1.4.1 | TablecbQosATMPVCPolicyTable | not-accessible | current | This table describes the policies that are attached to a ATM PVC. |
| 1.3.6.1.4.1.9.9.166.1.4.1.1 | RowcbQosATMPVCPolicyEntry | not-accessible | current | 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 direc… |
| 1.3.6.1.4.1.9.9.166.1.4.1.1.1 | ColumncbQosATMPolicyIndex | read-only | current | An arbitrary (system-assigned) index for all Service Policies. This is identical to cbQosPolicyIndex. |
| 1.3.6.1.4.1.9.9.166.1.5 | NodecbQosObjects | |||
| 1.3.6.1.4.1.9.9.166.1.5.1 | TablecbQosObjectsTable | not-accessible | current | This table specifies QoS objects (classmap, policymap, match statements, and actions) hierarchy. This table also provide relationship between each PolicyIndex/… |
| 1.3.6.1.4.1.9.9.166.1.5.1.1 | RowcbQosObjectsEntry | not-accessible | current | A QoS object entry. Objects covered in this table are PolicyMap, ClassMap, Match Statements, and Actions. Each entry is indexed by system-generated cbQosPolicy… |
| 1.3.6.1.4.1.9.9.166.1.5.1.1.1 | ColumncbQosObjectsIndex | not-accessible | current | An arbitrary (system-assigned) instance specific index for cbQosObjectsEntry. |
| 1.3.6.1.4.1.9.9.166.1.5.1.1.2 | ColumncbQosConfigIndex | read-only | current | An arbitrary (system-assigned) config (instance independent) index for each Object. Each objects having the same configuration share the same config index. |
| 1.3.6.1.4.1.9.9.166.1.5.1.1.3 | ColumncbQosObjectsType | read-only | current | The type of the QoS object. |
| 1.3.6.1.4.1.9.9.166.1.5.1.1.4 | ColumncbQosParentObjectsIndex | read-only | current | 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 ind… |
| 1.3.6.1.4.1.9.9.166.1.6 | NodecbQosPolicyMapCfg | |||
| 1.3.6.1.4.1.9.9.166.1.6.1 | TablecbQosPolicyMapCfgTable | not-accessible | current | This table specifies Policymap configuration information |
| 1.3.6.1.4.1.9.9.166.1.6.1.1 | RowcbQosPolicyMapCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a policymap. The information includes: Name, and it's description. This table contains confi… |
| 1.3.6.1.4.1.9.9.166.1.6.1.1.1 | ColumncbQosPolicyMapName | read-only | current | Name of the Policymap. |
| 1.3.6.1.4.1.9.9.166.1.6.1.1.2 | ColumncbQosPolicyMapDesc | read-only | current | Description of the PolicyMap. |
| 1.3.6.1.4.1.9.9.166.1.7 | NodecbQosClassMapCfg | |||
| 1.3.6.1.4.1.9.9.166.1.7.1 | TablecbQosCMCfgTable | not-accessible | current | This table specifies ClassMap configuration information |
| 1.3.6.1.4.1.9.9.166.1.7.1.1 | RowcbQosCMCfgEntry | not-accessible | current | 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-A… |
| 1.3.6.1.4.1.9.9.166.1.7.1.1.1 | ColumncbQosCMName | read-only | current | Name of the Classmap. |
| 1.3.6.1.4.1.9.9.166.1.7.1.1.2 | ColumncbQosCMDesc | read-only | current | Description of the Classmap. |
| 1.3.6.1.4.1.9.9.166.1.7.1.1.3 | ColumncbQosCMInfo | read-only | current | Match all vs Match any in a given class. |
| 1.3.6.1.4.1.9.9.166.1.8 | NodecbQosMatchStmtCfg | |||
| 1.3.6.1.4.1.9.9.166.1.8.1 | TablecbQosMatchStmtCfgTable | not-accessible | current | This table specifies ClassMap configuration information |
| 1.3.6.1.4.1.9.9.166.1.8.1.1 | RowcbQosMatchStmtCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a MatchStatement. The information includes: Name, and whether it is a Match or Match-Not sta… |
| 1.3.6.1.4.1.9.9.166.1.8.1.1.1 | ColumncbQosMatchStmtName | read-only | current | Name of the Match Statement. |
| 1.3.6.1.4.1.9.9.166.1.8.1.1.2 | ColumncbQosMatchStmtInfo | read-only | current | Match vs Match Not in a given class. |
| 1.3.6.1.4.1.9.9.166.1.9 | NodecbQosQueueingCfg | |||
| 1.3.6.1.4.1.9.9.166.1.9.1 | TablecbQosQueueingCfgTable | not-accessible | current | This table specifies Queueing Action configuration information |
| 1.3.6.1.4.1.9.9.166.1.9.1.1 | RowcbQosQueueingCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a queueing action. The information includes: Bandwidth, Units, Flow Enabled, Priority Enable… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.1 | ColumncbQosQueueingCfgBandwidth | read-only | deprecated | The type of bandwidth configuration value represented by this object is indicated by the value of cbQosQueueingCfgBandwidthUnits for this entry. If the cbQosQu… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.2 | ColumncbQosQueueingCfgBandwidthUnits | read-only | current | Units of the accompanying cbQosQueueingCfgbandwidth parameter |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.3 | ColumncbQosQueueingCfgFlowEnabled | read-only | current | Boolean to indicate if flow-based fair-queue is enabled for this class. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.4 | ColumncbQosQueueingCfgPriorityEnabled | read-only | current | Boolean to indicate if low latency queueing (priority) is enabled for this class. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.5 | ColumncbQosQueueingCfgAggregateQSize | read-only | deprecated | Maximum number of packets that can be held in all the individual queues associated with this class before packets are dropped. cbQosQueueingCfgAggregateQSize o… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.6 | ColumncbQosQueueingCfgIndividualQSize | read-only | deprecated | 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 h… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.7 | ColumncbQosQueueingCfgDynamicQNumber | read-only | current | Number of dynamic queues supported when flow-based fair-queue is in use. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.8 | ColumncbQosQueueingCfgPrioBurstSize | read-only | current | In the priority queue, this is the number of bytes allowed in a single burst. This parameter only makes sense if Priority is enabled |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.9 | ColumncbQosQueueingCfgQLimitUnits | read-only | current | Represents the unit type of cbQosQueueingCfgAggregateQLimit object. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.10 | ColumncbQosQueueingCfgAggregateQLimit | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.11 | ColumncbQosQueueingCfgAggrQLimitTime | read-only | current | 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 th… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.12 | ColumncbQosQueueingCfgPriorityLevel | read-only | current | The priority level of the queue into which packets matching this class are queued into. A larger priority level indicates higher priority. |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.13 | ColumncbQosQueueingCfgBandwidth64 | read-only | current | This object indicates the guaranteed bandwidth for a particular traffic class. The type of bandwidth configuration value represented by this object is indicate… |
| 1.3.6.1.4.1.9.9.166.1.9.1.1.14 | ColumncbQosQueueingCfgIndividualQSize64 | read-only | current | 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 h… |
| 1.3.6.1.4.1.9.9.166.1.10 | NodecbQosREDCfg | |||
| 1.3.6.1.4.1.9.9.166.1.10.1 | TablecbQosREDCfgTable | not-accessible | current | This table specifies WRED Action configuration information |
| 1.3.6.1.4.1.9.9.166.1.10.1.1 | RowcbQosREDCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a WRED Action. The table holds global (per traffic class) configuration like: Expon Weight a… |
| 1.3.6.1.4.1.9.9.166.1.10.1.1.1 | ColumncbQosREDCfgExponWeight | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.10.1.1.2 | ColumncbQosREDCfgMeanQsize | read-only | deprecated | The average queue size, computed and used by the WRED algorithm. cbQosREDCfgMeanQsize object is superseded by cbQosREDMeanQsize. |
| 1.3.6.1.4.1.9.9.166.1.10.1.1.3 | ColumncbQosREDCfgDscpPrec | read-only | current | The Classification mechanism used by RED |
| 1.3.6.1.4.1.9.9.166.1.10.1.1.4 | ColumncbQosREDCfgECNEnabled | read-only | current | Boolean to indicate if explicit congestion notification enabled for this class. |
| 1.3.6.1.4.1.9.9.166.1.11 | NodecbQosREDClassCfg | |||
| 1.3.6.1.4.1.9.9.166.1.11.1 | TablecbQosREDClassCfgTable | not-accessible | current | This table specifies WRED Action configuration information on a per IP precedence basis. |
| 1.3.6.1.4.1.9.9.166.1.11.1.1 | RowcbQosREDClassCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a WRED Action. The table holds the per IP precedence based WRED configuration parameters. Th… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.1 | ColumncbQosREDValue | not-accessible | current | The IP precedence or IP DSCP of this entry. |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.2 | ColumncbQosREDCfgMinThreshold | read-only | deprecated | Minimum threshold in number of packets. When the average queue length reaches this number, WRED begins to drop packets with the specified IP precedence. cbQosR… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.3 | ColumncbQosREDCfgMaxThreshold | read-only | deprecated | Maximum threshold in number of packets. When the average queue length exceeds this number, WRED drops all packets with the specified IP precedence. cbQosREDCfg… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.4 | ColumncbQosREDCfgPktDropProb | read-only | current | 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 p… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.5 | ColumncbQosREDClassCfgThresholdUnit | read-only | deprecated | Represents the unit type to measure the RED thresholds. The objects covered are cbQosREDClassCfgMinThreshold and cbQosREDClassCfgMaxThreshold cbQosREDClassCfgT… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.6 | ColumncbQosREDClassCfgMinThreshold | read-only | current | The minimum WRED threshold value. When the average queue length reaches this number, WRED begins to drop packets according to REDMechanism specificed in cbQosR… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.7 | ColumncbQosREDClassCfgMaxThreshold | read-only | current | The maximum WRED threshold value. When the average queue length exceeds this number, WRED drops all packets according to REDMechanism specificed in cbQosREDCfg… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.8 | ColumncbQosREDClassCfgMinThresholdTime | read-only | current | 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 f… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.9 | ColumncbQosREDClassCfgMaxThresholdTime | read-only | current | 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 f… |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.10 | ColumncbQosREDClassCfgMaxThresholdUnit | read-only | current | Represents the unit type to measure the RED Maximum thresholds. The objects covered is cbQosREDClassCfgMaxThreshold |
| 1.3.6.1.4.1.9.9.166.1.11.1.1.11 | ColumncbQosREDClassCfgMinThresholdUnit | read-only | current | Represents the unit type to measure the RED Minimum thresholds. The objects covered is cbQosREDClassCfgMinThreshold |
| 1.3.6.1.4.1.9.9.166.1.12 | NodecbQosPoliceCfg | |||
| 1.3.6.1.4.1.9.9.166.1.12.1 | TablecbQosPoliceCfgTable | not-accessible | current | This table specifies Police Action configuration information. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1 | RowcbQosPoliceCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a Police Action. The table holds Policy configuration parameters, such as rate, burst size, … |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.1 | ColumncbQosPoliceCfgRate | read-only | current | The committed policing rate. This is the sustained rate permitted by policing. If a committed policing rate greater than 4294967295 is configurable on the syst… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.2 | ColumncbQosPoliceCfgBurstSize | read-only | deprecated | The amount of traffic, in bytes, in excess of the committed policing rate that will be permitted by the policing feature. cbQosPoliceCfgBurstSize object is sup… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.3 | ColumncbQosPoliceCfgExtBurstSize | read-only | deprecated | 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 i… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.4 | ColumncbQosPoliceCfgConformAction | read-only | deprecated | Action to be taken when the traffic is within the configured rate, that is, the traffic rate is conforming. cbQosPoliceCfgConformAction object is superseded by… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.5 | ColumncbQosPoliceCfgConformSetValue | read-only | deprecated | New packet attribute values for each packets that conforms to the configured Police rate. cbQosPoliceCfgConformSetValue object is superseded by cbQosPoliceActi… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.6 | ColumncbQosPoliceCfgExceedAction | read-only | deprecated | Action to be taken when the traffic exceeds the configured rate, that is, the traffic is non-conforming. cbQosPoliceCfgExceedAction object is superseded by cbQ… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.7 | ColumncbQosPoliceCfgExceedSetValue | read-only | deprecated | New packet attribute values for each packets that conforms to the configured Police rate. cbQosPoliceCfgExceedSetValue object is superseded by cbQosPoliceActio… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.8 | ColumncbQosPoliceCfgViolateAction | read-only | deprecated | Action to be taken when the traffic exceeds the conform and exceed token buckets. cbQosPoliceCfgViolateAction object is superseded by cbQosPoliceActionCfgViola… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.9 | ColumncbQosPoliceCfgViolateSetValue | read-only | deprecated | 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 … |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.10 | ColumncbQosPoliceCfgPir | read-only | deprecated | The committed policing rate. This is the peak rate permitted by two rate policing. cbQosPoliceCfgPir object is superseded by cbQosPoliceCfgPir64. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.11 | ColumncbQosPoliceCfgRate64 | read-only | current | The committed policing rate. This is the sustained rate permitted by policing. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.12 | ColumncbQosPoliceCfgRateType | read-only | current | 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 c… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.13 | ColumncbQosPoliceCfgPercentRateValue | read-only | current | The committed policing rate in percentage. Its value is valid only when cbQosPoliceCfgRateType equals to 2. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.14 | ColumncbQosPoliceCfgPercentPirValue | read-only | current | The peak policing rate in percentage. Its value is valid only when cbQosPoliceCfgRateType equals to 2. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.15 | ColumncbQosPoliceCfgCellRate | read-only | current | The committed policing rate in cells/second. Its value is valid only when cbQosPoliceCfgRateType equals to 3. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.16 | ColumncbQosPoliceCfgCellPir | read-only | current | The peak policing rate in cells/second. Its value is valid only when cbQosPoliceCfgRateType equals to 3. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.17 | ColumncbQosPoliceCfgBurstCell | read-only | current | The amount of traffic, in cells, in excess of the committed policing rate that will be permitted by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.18 | ColumncbQosPoliceCfgExtBurstCell | read-only | current | 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 i… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.19 | ColumncbQosPoliceCfgBurstTime | read-only | current | 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 internall… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.20 | ColumncbQosPoliceCfgExtBurstTime | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.21 | ColumncbQosPoliceCfgCdvt | read-only | current | The ATM Cell Delay Variation Tolerance value. |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.22 | ColumncbQosPoliceCfgConformColor | read-only | current | 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-col… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.23 | ColumncbQosPoliceCfgExceedColor | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.24 | ColumncbQosPoliceCfgConditional | read-only | current | This object is use to depict weather police is configured as a conditioniler policer or not |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.25 | ColumncbQosPoliceCfgBurstSize64 | read-only | current | 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 imp… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.26 | ColumncbQosPoliceCfgExtBurstSize64 | read-only | current | 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 probabil… |
| 1.3.6.1.4.1.9.9.166.1.12.1.1.27 | ColumncbQosPoliceCfgPir64 | read-only | current | This object indicates the committed policing rate. This is the peak rate permitted by two rate policing. If a device implements cbQosPoliceCfgPir64, then it sh… |
| 1.3.6.1.4.1.9.9.166.1.13 | NodecbQosTSCfg | |||
| 1.3.6.1.4.1.9.9.166.1.13.1 | TablecbQosTSCfgTable | not-accessible | current | This table specifies traffic-shaping Action configuration information. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1 | RowcbQosTSCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a traffic-shaping Action. The table holds Traffic Shaping configuration parameters, such as … |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.1 | ColumncbQosTSCfgRate | read-only | current | The committed traffic-shaping rate. This is the sustained rate permitted by the traffic-shaping. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.2 | ColumncbQosTSCfgBurstSize | read-only | deprecated | The amount of traffic, in bits, in excess of the committed traffic-shaping rate that will be instantaneously permitted by this feature. cbQosTSCfgBurstSize obj… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.3 | ColumncbQosTSCfgExtBurstSize | read-only | deprecated | The amount of traffic, in bits, in excess of the burst limit, which may be conditionally permitted by traffic-shaping feature. cbQosTSCfgExtBurstSize object is… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.4 | ColumncbQosTSCfgAdaptiveEnabled | read-only | current | This object indicates is adaptive traffic-shaping has been enabled. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.5 | ColumncbQosTSCfgAdaptiveRate | read-only | current | This object represents the current adaptive traffic shaping rate. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.6 | ColumncbQosTSCfgLimitType | read-only | current | This object indicates if traffic-shaping is limiting traffic based on the peak rate or the average rate. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.7 | ColumncbQosTSCfgRateType | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.8 | ColumncbQosTSCfgPercentRateValue | read-only | current | The committed traffic-shaping rate in percentage. Its value is valid only when cbQosTSCfgRateType equals to 2. |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.9 | ColumncbQosTSCfgBurstTime | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.10 | ColumncbQosTSCfgExtBurstTime | read-only | current | 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 interna… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.11 | ColumncbQosTSCfgRate64 | read-only | current | The committed shape rate. This is the sustained rate permitted by shaping. This object represents the 64 bit value of object cbQosTSCfgRate |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.12 | ColumncbQosTSCfgBurstSize64 | read-only | current | 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 featur… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.13 | ColumncbQosTSCfgExtBurstSize64 | read-only | current | 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 devic… |
| 1.3.6.1.4.1.9.9.166.1.13.1.1.14 | ColumncbQosTSCfgAdaptivePercentRateValue | read-only | current | The committed lower traffic-shaping rate in percentage. Its value is valid only when cbQosTSCfgRateType equals to 2. |
| 1.3.6.1.4.1.9.9.166.1.14 | NodecbQosSetCfg | |||
| 1.3.6.1.4.1.9.9.166.1.14.1 | TablecbQosSetCfgTable | not-accessible | current | This table specifies Packet Marking Action configuration information. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1 | RowcbQosSetCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a Packet Marking Action. The table holds Packet Marking configuration parameters, such as ty… |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.1 | ColumncbQosSetCfgFeature | read-only | current | The bit-wise position of each packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.2 | ColumncbQosSetCfgIpDSCPValue | read-only | current | The IP DSCP value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.3 | ColumncbQosSetCfgIpPrecedenceValue | read-only | current | The IP precedence value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.4 | ColumncbQosSetCfgQosGroupValue | read-only | current | The QoS Group number at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.5 | ColumncbQosSetCfgL2CosValue | read-only | current | The Layer 2 Cos value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.6 | ColumncbQosSetCfgMplsExpValue | read-only | current | The MPLS experimental value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.7 | ColumncbQosSetCfgDiscardClassValue | read-only | current | The Discard Class value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.8 | ColumncbQosSetCfgMplsExpTopMostValue | read-only | current | The MPLS experimental value on the topmost label at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.9 | ColumncbQosSetCfgSrpPriority | read-only | current | 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 p… |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.10 | ColumncbQosSetCfgFrFecnBecn | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.11 | ColumncbQosSetCfgL2CosInnerValue | read-only | current | 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' bi… |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.12 | ColumncbQosSetCfgFrDe | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.13 | ColumncbQosSetCfgIpPrecedenceTunnelValue | read-only | current | The IP precedence value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.14 | ColumncbQosSetCfgIpDSCPTunnelValue | read-only | current | The IP DSCP value at which the packet is being set by the packet marking feature. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.15 | ColumncbQosSetCfgDei | read-only | current | Indicates whether the DEI bit is set in the topmost 802.1ad header. |
| 1.3.6.1.4.1.9.9.166.1.14.1.1.16 | ColumncbQosSetCfgDeiImposition | read-only | current | Indicates whether the DEI bit is set in the imposed 802.1ad header. |
| 1.3.6.1.4.1.9.9.166.1.15 | NodecbQosClassMapStats | |||
| 1.3.6.1.4.1.9.9.166.1.15.1 | TablecbQosCMStatsTable | not-accessible | current | This table specifies ClassMap related Statistical information. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1 | RowcbQosCMStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about ClassMap. ClassMap specific information you can find in this table are : pre/post policy p… |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.1 | ColumncbQosCMPrePolicyPktOverflow | read-only | current | The upper 32 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.2 | ColumncbQosCMPrePolicyPkt | read-only | current | The lower 32 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.3 | ColumncbQosCMPrePolicyPkt64 | read-only | current | The 64 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.4 | ColumncbQosCMPrePolicyByteOverflow | read-only | current | The upper 32 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.5 | ColumncbQosCMPrePolicyByte | read-only | current | The lower 32 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.6 | ColumncbQosCMPrePolicyByte64 | read-only | current | The 64 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.7 | ColumncbQosCMPrePolicyBitRate | read-only | current | The bit rate of the traffic prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.8 | ColumncbQosCMPostPolicyByteOverflow | read-only | current | The upper 32 bits count of outbound octets after executing QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.9 | ColumncbQosCMPostPolicyByte | read-only | current | The lower 32 bits count of outbound octets after executing QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.10 | ColumncbQosCMPostPolicyByte64 | read-only | current | The 64 bits count of outbound octets after executing QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.11 | ColumncbQosCMPostPolicyBitRate | read-only | current | The bit rate of the traffic after executing QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.12 | ColumncbQosCMDropPktOverflow | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.13 | ColumncbQosCMDropPkt | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.14 | ColumncbQosCMDropPkt64 | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.15 | ColumncbQosCMDropByteOverflow | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.16 | ColumncbQosCMDropByte | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.17 | ColumncbQosCMDropByte64 | read-only | current | 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.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.18 | ColumncbQosCMDropBitRate | read-only | current | The bit rate of the drops per class as the result of all features that can produce drops (e.g., police, random detect, etc.). |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.19 | ColumncbQosCMNoBufDropPktOverflow | read-only | current | The upper 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.20 | ColumncbQosCMNoBufDropPkt | read-only | current | The lower 32 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.21 | ColumncbQosCMNoBufDropPkt64 | read-only | current | The 64 bits drop packet count which occured due to a lack of SRAM buffers during output processing on an interface. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.22 | ColumncbQosCMFragmentPktOverflow | read-only | current | The upper 32 bits counter for aggregate fragment pkts |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.23 | ColumncbQosCMFragmentPkt | read-only | current | The lower 32 bits counter for aggregate fragment pkts |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.24 | ColumncbQosCMFragmentPkt64 | read-only | current | The 64 bits counter for aggregate fragment pkts |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.25 | ColumncbQosCMFragmentByteOverflow | read-only | current | The upper 32 bits counter for aggregate fragment bytes |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.26 | ColumncbQosCMFragmentByte | read-only | current | The lower 32 bits counter for aggregate fragment bytes |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.27 | ColumncbQosCMFragmentByte64 | read-only | current | The 64 bits counter for aggregate fragment bytes |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.28 | ColumncbQosCMPrePolicyBitRate64 | read-only | current | The bit rate of the traffic prior to executing any QoS policies.This object is a 64-bit version of cbQosCMPrePolicyBitRate. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.29 | ColumncbQosCMPostPolicyBitRate64 | read-only | current | The bit rate of the traffic after executing QoS policies. This object is a 64-bit version of cbQosCMPostPolicyBitRate. |
| 1.3.6.1.4.1.9.9.166.1.15.1.1.30 | ColumncbQosCMDropBitRate64 | read-only | current | 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 o… |
| 1.3.6.1.4.1.9.9.166.1.16 | NodecbQosMatchStmtStats | |||
| 1.3.6.1.4.1.9.9.166.1.16.1 | TablecbQosMatchStmtStatsTable | not-accessible | current | This table specifies Match Statement related statistical information. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1 | RowcbQosMatchStmtStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about Match Statement. Match Statement specific information you can find in this table are : Pre… |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.1 | ColumncbQosMatchPrePolicyPktOverflow | read-only | current | The upper 32 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.2 | ColumncbQosMatchPrePolicyPkt | read-only | current | The lower 32 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.3 | ColumncbQosMatchPrePolicyPkt64 | read-only | current | The 64 bits count of inbound packets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.4 | ColumncbQosMatchPrePolicyByteOverflow | read-only | current | The upper 32 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.5 | ColumncbQosMatchPrePolicyByte | read-only | current | The lower 32 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.6 | ColumncbQosMatchPrePolicyByte64 | read-only | current | The 64 bits count of inbound octets prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.16.1.1.7 | ColumncbQosMatchPrePolicyBitRate | read-only | current | The bit rate of the traffic prior to executing any QoS policies. |
| 1.3.6.1.4.1.9.9.166.1.17 | NodecbQosPoliceStats | |||
| 1.3.6.1.4.1.9.9.166.1.17.1 | TablecbQosPoliceStatsTable | not-accessible | current | This table specifies Police Action related Statistical information. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1 | RowcbQosPoliceStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about Police Action. Police Action specific information you can find in this table are : Conform… |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.1 | ColumncbQosPoliceConformedPktOverflow | read-only | current | The upper 32 bits count of packets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.2 | ColumncbQosPoliceConformedPkt | read-only | current | The lower 32 bits count of packets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.3 | ColumncbQosPoliceConformedPkt64 | read-only | current | The 64 bits count of packets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.4 | ColumncbQosPoliceConformedByteOverflow | read-only | current | The upper 32 bits count of octets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.5 | ColumncbQosPoliceConformedByte | read-only | current | The lower 32 bits count of octets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.6 | ColumncbQosPoliceConformedByte64 | read-only | current | The 64 bits count of octets treated as conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.7 | ColumncbQosPoliceConformedBitRate | read-only | current | The bit rate of conforming traffic. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.8 | ColumncbQosPoliceExceededPktOverflow | read-only | current | The upper 32 bits count of packets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.9 | ColumncbQosPoliceExceededPkt | read-only | current | The 32 bits count of packets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.10 | ColumncbQosPoliceExceededPkt64 | read-only | current | The 64 bits count of packets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.11 | ColumncbQosPoliceExceededByteOverflow | read-only | current | The upper 32 bits count of octets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.12 | ColumncbQosPoliceExceededByte | read-only | current | The lower 32 bits count of octets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.13 | ColumncbQosPoliceExceededByte64 | read-only | current | The 64 bits count of octets treated as non-conforming by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.14 | ColumncbQosPoliceExceededBitRate | read-only | current | The bit rate of the non-conforming traffic. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.15 | ColumncbQosPoliceViolatedPktOverflow | read-only | current | The upper 32 bits count of packets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.16 | ColumncbQosPoliceViolatedPkt | read-only | current | The 32 bits count of packets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.17 | ColumncbQosPoliceViolatedPkt64 | read-only | current | The 64 bits count of packets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.18 | ColumncbQosPoliceViolatedByteOverflow | read-only | current | The upper 32 bits count of octets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.19 | ColumncbQosPoliceViolatedByte | read-only | current | The lower 32 bits count of octets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.20 | ColumncbQosPoliceViolatedByte64 | read-only | current | The 64 bits count of octets treated as violated by the policing feature. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.21 | ColumncbQosPoliceViolatedBitRate | read-only | current | The bit rate of the violating traffic. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.22 | ColumncbQosPoliceConformedBitRate64 | read-only | current | The bit rate of conforming traffic. This object is a 64-bit version of cbQosPoliceConformedBitRate. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.23 | ColumncbQosPoliceExceededBitRate64 | read-only | current | The bit rate of non-conforming traffic. This object is a 64-bit version of cbQosPoliceExceededBitRate. |
| 1.3.6.1.4.1.9.9.166.1.17.1.1.24 | ColumncbQosPoliceViolatedBitRate64 | read-only | current | The bit rate of the violating traffic. This object is a 64-bit version of cbQosPoliceViolatedBitRate. |
| 1.3.6.1.4.1.9.9.166.1.18 | NodecbQosQueueingStats | |||
| 1.3.6.1.4.1.9.9.166.1.18.1 | TablecbQosQueueingStatsTable | not-accessible | current | This table specifies Queueing Action related Statistical information. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1 | RowcbQosQueueingStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about queueing action. Queueing action specific information you can find in this table are : var… |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.1 | ColumncbQosQueueingCurrentQDepth | read-only | current | The current depth of the queue. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.2 | ColumncbQosQueueingMaxQDepth | read-only | current | The maximum depth of the queue. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.3 | ColumncbQosQueueingDiscardByteOverflow | read-only | current | The upper 32 bit count of octets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.4 | ColumncbQosQueueingDiscardByte | read-only | current | The lower 32 bits count of octets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.5 | ColumncbQosQueueingDiscardByte64 | read-only | current | The count of octets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.6 | ColumncbQosQueueingDiscardPktOverflow | read-only | current | The upper 32 bits count of packets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.7 | ColumncbQosQueueingDiscardPkt | read-only | current | The number of packets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.8 | ColumncbQosQueueingDiscardPkt64 | read-only | current | The number of packets, associated with this class, that were dropped by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.9 | ColumncbQosQueueingCurrentQDepthPkt | read-only | current | The current number of packets sitting in the queue |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.10 | ColumncbQosQueueingMaxQDepthPkt | read-only | current | The maximum depth of the queue in packets. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.11 | ColumncbQosQueueingTransmitByte64 | read-only | current | The count of octets, associated with this class, that were transmitted by queueing. |
| 1.3.6.1.4.1.9.9.166.1.18.1.1.12 | ColumncbQosQueueingTransmitPkt64 | read-only | current | The number of packets, associated with this class, that were transmitted by queueing. |
| 1.3.6.1.4.1.9.9.166.1.19 | NodecbQosTSStats | |||
| 1.3.6.1.4.1.9.9.166.1.19.1 | TablecbQosTSStatsTable | not-accessible | current | This table specifies traffic-shaping Action related Statistical information. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1 | RowcbQosTSStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about traffic-shaping Action. Traffic-shaping Action specific information you can find in this t… |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.1 | ColumncbQosTSStatsDelayedByteOverflow | read-only | current | This object represents the upper 32 bits counter of octets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.2 | ColumncbQosTSStatsDelayedByte | read-only | current | This object represents the lower 32 bits counter of octets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.3 | ColumncbQosTSStatsDelayedByte64 | read-only | current | This object represents the 64 bits counter of octets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.4 | ColumncbQosTSStatsDelayedPktOverflow | read-only | current | This object represents the upper 32 bits counter of packets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.5 | ColumncbQosTSStatsDelayedPkt | read-only | current | This object represents the lower 32 bits counter of packets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.6 | ColumncbQosTSStatsDelayedPkt64 | read-only | current | This object represents the 64 bits counter of packets that have been delayed. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.7 | ColumncbQosTSStatsDropByteOverflow | read-only | current | This object represents the upper 32 bits counter of octets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.8 | ColumncbQosTSStatsDropByte | read-only | current | This object represents the lower 32 bits counter of octets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.9 | ColumncbQosTSStatsDropByte64 | read-only | current | This object represents the 64 bits counter of octets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.10 | ColumncbQosTSStatsDropPktOverflow | read-only | current | This object represents the upper 32 bits counter of packets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.11 | ColumncbQosTSStatsDropPkt | read-only | current | This object represents the lower 32 bits counter of packets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.12 | ColumncbQosTSStatsDropPkt64 | read-only | current | This object represents the 64 bits counter of packets that have been dropped during shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.13 | ColumncbQosTSStatsActive | read-only | current | This object indicates the current traffic-shaping state. When traffic-shaping is enabled and the traffic rate exceeds the shape rate, traffic-shaping is consid… |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.14 | ColumncbQosTSStatsCurrentQSize | read-only | current | This object indicates the current traffic-shaping queue depth in packets. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.15 | ColumncbQosTSStatsTargetShapeRate | read-only | current | The committed traffic-shaping rate. This is the sustained rate permitted by the traffic-shaping. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.16 | ColumncbQoSTSStatsQSizeLastTenSecMin | read-only | current | This object indicates the minimum traffic-shaping queue depth(in packets) in last 10 seconds. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.17 | ColumncbQoSTSStatsQSizeLastTenSecMax | read-only | current | This object indicates the maximum traffic-shaping queue depth(in packets) in last 10 seconds. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.18 | ColumncbQoSTSStatsQSizeLastTenSecAvg | read-only | current | This object indicates the average traffic-shaping queue depth(in packets) in last 10 seconds. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.19 | ColumncbQoSTSStatsQSizeLastOneMinMin | read-only | current | This object indicates the minimum traffic-shaping queue depth(in packets) in last 1 minute. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.20 | ColumncbQoSTSStatsQSizeLastOneMinMax | read-only | current | This object indicates the maximum traffic-shaping queue depth(in packets) in last 1 minute. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.21 | ColumncbQoSTSStatsQSizeLastOneMinAvg | read-only | current | This object indicates the average traffic-shaping queue depth(in packets) in last 1 minute. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.22 | ColumncbQoSTSStatsQSizeLastFiveMinMin | read-only | current | This object indicates the minimum traffic-shaping queue depth(in packets) in last 5 minutes. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.23 | ColumncbQoSTSStatsQSizeLastFiveMinMax | read-only | current | This object indicates the maximum traffic-shaping queue depth(in packets) in last 5 minutes. |
| 1.3.6.1.4.1.9.9.166.1.19.1.1.24 | ColumncbQoSTSStatsQSizeLastFiveMinAvg | read-only | current | This object indicates the Average traffic-shaping queue depth(in packets) in last 5 minutes. |
| 1.3.6.1.4.1.9.9.166.1.20 | NodecbQosREDClassStats | |||
| 1.3.6.1.4.1.9.9.166.1.20.1 | TablecbQosREDClassStatsTable | not-accessible | current | This table specifies per Precedence WRED Action related Statistical information. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1 | RowcbQosREDClassStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about per Precedence WRED Action. per Precedence WRED Action specific information you can find i… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.1 | ColumncbQosREDRandomDropPktOverflow | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.2 | ColumncbQosREDRandomDropPkt | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.3 | ColumncbQosREDRandomDropPkt64 | read-only | current | 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 thresh… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.4 | ColumncbQosREDRandomDropByteOverflow | read-only | current | 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 th… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.5 | ColumncbQosREDRandomDropByte | read-only | current | 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 th… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.6 | ColumncbQosREDRandomDropByte64 | read-only | current | 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 threshol… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.7 | ColumncbQosREDTailDropPktOverflow | read-only | current | The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.8 | ColumncbQosREDTailDropPkt | read-only | current | The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.9 | ColumncbQosREDTailDropPkt64 | read-only | current | The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.10 | ColumncbQosREDTailDropByteOverflow | read-only | current | The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.11 | ColumncbQosREDTailDropByte | read-only | current | The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.12 | ColumncbQosREDTailDropByte64 | read-only | current | The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.13 | ColumncbQosREDTransmitPktOverflow | read-only | current | The upper 32 bits count of bytes transmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.14 | ColumncbQosREDTransmitPkt | read-only | current | The lower 32 bits count of bytes trasmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.15 | ColumncbQosREDTransmitPkt64 | read-only | current | The 64 bits count of packets transmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.16 | ColumncbQosREDTransmitByteOverflow | read-only | current | The upper 32 bits count of octets transmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.17 | ColumncbQosREDTransmitByte | read-only | current | The lower 32 bits count of octets trasmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.18 | ColumncbQosREDTransmitByte64 | read-only | current | The 64 bits count of octets transmitted. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.19 | ColumncbQosREDECNMarkPktOverflow | read-only | current | 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 maxim… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.20 | ColumncbQosREDECNMarkPkt | read-only | current | 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 maxim… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.21 | ColumncbQosREDECNMarkPkt64 | read-only | current | 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 thr… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.22 | ColumncbQosREDECNMarkByteOverflow | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.23 | ColumncbQosREDECNMarkByte | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.24 | ColumncbQosREDECNMarkByte64 | read-only | current | 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 thres… |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.25 | ColumncbQosREDMeanQSizeUnits | read-only | current | Represents the unit type of cbQosREDMeanQSize object. |
| 1.3.6.1.4.1.9.9.166.1.20.1.1.26 | ColumncbQosREDMeanQSize | read-only | current | The average queue size computed and used by the WRED algorithm. |
| 1.3.6.1.4.1.9.9.166.1.21 | NodecbQosPoliceActionCfg | |||
| 1.3.6.1.4.1.9.9.166.1.21.1 | TablecbQosPoliceActionCfgTable | not-accessible | current | This table specifies Police Action configuration information. |
| 1.3.6.1.4.1.9.9.166.1.21.1.1 | RowcbQosPoliceActionCfgEntry | not-accessible | current | Each entry in this table describes configuration information about Actions for one Police. The table holds Police action specific configuration parameters. Thi… |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.1 | ColumncbQosPoliceActionCfgIndex | not-accessible | current | An arbitrary (system-assigned) index for police actions that are defined by a police configuration. |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.2 | ColumncbQosPoliceActionCfgConform | read-only | current | Action to be taken when the traffic exceeds the conform and exceed token buckets. |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.3 | ColumncbQosPoliceActionCfgConformSetValue | read-only | current | New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgConform. This object will be set to zero if the corresponding p… |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.4 | ColumncbQosPoliceActionCfgExceed | read-only | current | Action to be taken when the traffic exceeds the conform and exceed token buckets. |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.5 | ColumncbQosPoliceActionCfgExceedSetValue | read-only | current | New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgExceed. This object will be set to zero if the corresponding po… |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.6 | ColumncbQosPoliceActionCfgViolate | read-only | current | Action to be taken when the traffic exceeds the conform and exceed token buckets. |
| 1.3.6.1.4.1.9.9.166.1.21.1.1.7 | ColumncbQosPoliceActionCfgViolateSetValue | read-only | current | New packet attribute values for each packet set by police action defined in cbQosPoliceActionCfgViolate. This object will be set to zero if the corresponding p… |
| 1.3.6.1.4.1.9.9.166.1.22 | NodecbQosIPHCCfg | |||
| 1.3.6.1.4.1.9.9.166.1.22.1 | TablecbQosIPHCCfgTable | not-accessible | current | This table specifies IP Header Compression configuration information. |
| 1.3.6.1.4.1.9.9.166.1.22.1.1 | RowcbQosIPHCCfgEntry | not-accessible | current | Each entry in this table describes configuration information about IP Header compression. This includes the compression option of UDP/RTP header, TCP header or… |
| 1.3.6.1.4.1.9.9.166.1.22.1.1.1 | ColumncbQosIPHCCfgOption | read-only | current | The configured IP header compression option. The value is defined by IPHCOption. |
| 1.3.6.1.4.1.9.9.166.1.22.1.1.2 | ColumncbQosIPHCCfgEnabled | read-only | current | Boolean to indicate if IPHC is enabled for policy class. |
| 1.3.6.1.4.1.9.9.166.1.23 | NodecbQosIPHCStats | |||
| 1.3.6.1.4.1.9.9.166.1.23.1 | TablecbQosIPHCStatsTable | not-accessible | current | This table specifies IP Header Compression statistical information. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1 | RowcbQosIPHCStatsEntry | not-accessible | current | Each entry in this table describes statistical information about IP Header compression. This table contains statistical information only, no configuration info… |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.1 | ColumncbQosIPHCRtpSentPktOverflow | read-only | current | The upper 32 bits count of outbound UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.2 | ColumncbQosIPHCRtpSentPkt | read-only | current | The lower 32 bits count of outbound UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.3 | ColumncbQosIPHCRtpSentPkt64 | read-only | current | The 64 bits count of outbound UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.4 | ColumncbQosIPHCRtpCmprsOutPktOverflow | read-only | current | The upper 32 bits count of outbound compressed UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.5 | ColumncbQosIPHCRtpCmprsOutPkt | read-only | current | The lower 32 bits count of outbound compressed UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.6 | ColumncbQosIPHCRtpCmprsOutPkt64 | read-only | current | The 64 bits count of outbound compressed UDP/RTP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.7 | ColumncbQosIPHCRtpSavedByteOverflow | read-only | current | The upper 32 bits count of UDP/RTP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.8 | ColumncbQosIPHCRtpSavedByte | read-only | current | The lower 32 bits count of UDP/RTP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.9 | ColumncbQosIPHCRtpSavedByte64 | read-only | current | The 64 bits count of UDP/RTP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.10 | ColumncbQosIPHCRtpSentByteOverflow | read-only | current | The upper 32 bits count of outbound UDP/RTP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.11 | ColumncbQosIPHCRtpSentByte | read-only | current | The lower 32 bits count of outbound UDP/RTP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.12 | ColumncbQosIPHCRtpSentByte64 | read-only | current | The 64 bits count of outbound UDP/RTP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.13 | ColumncbQosIPHCRtpSentByteRate | read-only | current | The 32 bits count of outbound UDP/RTP byte rate. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.14 | ColumncbQosIPHCTcpSentPktOverflow | read-only | current | The upper 32 bits count of outbound TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.15 | ColumncbQosIPHCTcpSentPkt | read-only | current | The lower 32 bits count of outbound TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.16 | ColumncbQosIPHCTcpSentPkt64 | read-only | current | The 64 bits count of outbound TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.17 | ColumncbQosIPHCTcpCmprsOutPktOverflow | read-only | current | The upper 32 bits count of outbound compressed TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.18 | ColumncbQosIPHCTcpCmprsOutPkt | read-only | current | The lower 32 bits count of outbound compressed TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.19 | ColumncbQosIPHCTcpCmprsOutPkt64 | read-only | current | The 64 bits count of outbound compressed TCP packets. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.20 | ColumncbQosIPHCTcpSavedByteOverflow | read-only | current | The upper 32 bits count of TCP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.21 | ColumncbQosIPHCTcpSavedByte | read-only | current | The lower 32 bits count of TCP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.22 | ColumncbQosIPHCTcpSavedByte64 | read-only | current | The 64 bits count of TCP bytes that saved due to IPHC. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.23 | ColumncbQosIPHCTcpSentByteOverflow | read-only | current | The upper 32 bits count of outbound TCP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.24 | ColumncbQosIPHCTcpSentByte | read-only | current | The lower 32 bits count of outbound TCP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.25 | ColumncbQosIPHCTcpSentByte64 | read-only | current | The 64 bits count of outbound TCP bytes. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.26 | ColumncbQosIPHCTcpSentByteRate | read-only | current | The 32 bits count of outbound TCP byte rate. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.27 | ColumncbQosIPHCRtpFullHdrSentPktOverflow | read-only | current | The upper 32 bits count of total full header UDP/RTP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.28 | ColumncbQosIPHCRtpFullHdrSentPkt | read-only | current | The lower 32 bits count of total full header UDP/RTP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.29 | ColumncbQosIPHCRtpFullHdrSentPkt64 | read-only | current | The 64 bits count of total fullheader UDP/RTP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.30 | ColumncbQosIPHCTcpFullHdrSentPktOverflow | read-only | current | The upper 32 bits count of total fullheader TCP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.31 | ColumncbQosIPHCTcpFullHdrSentPkt | read-only | current | The lower 32 bits count of total fullheader TCP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.23.1.1.32 | ColumncbQosIPHCTcpFullHdrSentPkt64 | read-only | current | The 64 bits count of total fullheader TCP packets sent out. |
| 1.3.6.1.4.1.9.9.166.1.24 | NodecbQosSetStats | |||
| 1.3.6.1.4.1.9.9.166.1.24.1 | TablecbQosSetStatsTable | not-accessible | current | This table specifies packet marking statistical information. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1 | RowcbQosSetStatsEntry | not-accessible | current | Each entry in this table describes the packets that marked by each marking type. This table contains statistical information only, no configuration information… |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.1 | ColumncbQosSetDscpPkt64 | read-only | current | The 64 bits count of packets whose DSCP field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.2 | ColumncbQosSetPrecedencePkt64 | read-only | current | The 64 bits count of packets whose Precedence field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.3 | ColumncbQosSetQosGroupPkt64 | read-only | current | The 64 bits count of packets whose Qos Group field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.4 | ColumncbQosSetFrDePkt64 | read-only | current | The 64 bits count of packets whose Frame Relay DE Bit is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.5 | ColumncbQosSetAtmClpPkt64 | read-only | current | The 64 bits count of packets whose ATM CLP Bit is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.6 | ColumncbQosSetL2CosPkt64 | read-only | current | The 64 bits count of packets whose Layer 2 Cos field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.7 | ColumncbQosSetMplsExpImpositionPkt64 | read-only | current | The 64 bits count of packets whose MPLS Experimental Imposition field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.8 | ColumncbQosSetDiscardClassPkt64 | read-only | current | The 64 bits count of packets whose Discard Class field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.9 | ColumncbQosSetMplsExpTopMostPkt64 | read-only | current | The 64 bits count of packets whose MPLS Experimental TopMost field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.10 | ColumncbQosSetSrpPriorityPkt64 | read-only | current | The 64 bits count of packets whose SRP Priority field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.11 | ColumncbQosSetFrFecnBecnPkt64 | read-only | current | The 64 bits count of packets whose Frame Relay FECN BECN field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.12 | ColumncbQosSetDscpTunnelPkt64 | read-only | current | The 64 bits count of packets whose DSCP Tunnel field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.24.1.1.13 | ColumncbQosSetPrecedenceTunnelPkt64 | read-only | current | The 64 bits count of packets whose Precedence Tunnel field is marked by Set feature. |
| 1.3.6.1.4.1.9.9.166.1.25 | NodecbQosPoliceColorStats | |||
| 1.3.6.1.4.1.9.9.166.1.25.1 | TablecbQosPoliceColorStatsTable | not-accessible | current | This table specifies Police Action related Statistical information for two rate color aware marker. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1 | RowcbQosPoliceColorStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about Police Action for Two Rate Color Aware Marker. This table contains statistical information… |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.1 | ColumncbQosPoliceCfmColorCfmPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.2 | ColumncbQosPoliceCfmColorCfmByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.3 | ColumncbQosPoliceCfmColorExdPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.4 | ColumncbQosPoliceCfmColorExdByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.5 | ColumncbQosPoliceCfmColorVltPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.6 | ColumncbQosPoliceCfmColorVltByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.7 | ColumncbQosPoliceExdColorExdPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.8 | ColumncbQosPoliceExdColorExdByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.9 | ColumncbQosPoliceExdColorVltPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.10 | ColumncbQosPoliceExdColorVltByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.11 | ColumncbQosPoliceVltColorVltPkt64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.12 | ColumncbQosPoliceVltColorVltByte64 | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.13 | ColumncbQosPoliceCfmColorCfmBitRate | read-only | current | The bit rate of conform color class conform rate. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.14 | ColumncbQosPoliceCfmColorExdBitRate | read-only | current | The bit rate of conform color class exceed rate. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.15 | ColumncbQosPoliceCfmColorVltBitRate | read-only | current | The bit rate of conform color class violate rate. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.16 | ColumncbQosPoliceExdColorExdBitRate | read-only | current | The bit rate of exceed color class exceed rate. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.17 | ColumncbQosPoliceExdColorVltBitRate | read-only | current | The bit rate of exceed color class violate rate. |
| 1.3.6.1.4.1.9.9.166.1.25.1.1.18 | ColumncbQosPoliceVltColorVltBitRate | read-only | current | The bit rate of violate color class violate rate. |
| 1.3.6.1.4.1.9.9.166.1.26 | NodecbQosTableMapCfg | |||
| 1.3.6.1.4.1.9.9.166.1.26.1 | TablecbQosTableMapCfgTable | not-accessible | current | This table specifies Table Map basic configuration information. |
| 1.3.6.1.4.1.9.9.166.1.26.1.1 | RowcbQosTableMapCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a tablemap name, behavior and default value. Each cbQosTableMapCfgName is a unique character… |
| 1.3.6.1.4.1.9.9.166.1.26.1.1.1 | ColumncbQosTableMapCfgIndex | not-accessible | current | An arbitrary (system-assigned) index for tablemap. |
| 1.3.6.1.4.1.9.9.166.1.26.1.1.2 | ColumncbQosTableMapCfgName | read-only | current | Name of the tablemap. |
| 1.3.6.1.4.1.9.9.166.1.26.1.1.3 | ColumncbQosTableMapCfgBehavior | read-only | current | 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… |
| 1.3.6.1.4.1.9.9.166.1.26.1.1.4 | ColumncbQosTableMapCfgDftValue | read-only | current | The configurable default value used when cbQosTableMapCfgBehavior is value(1). |
| 1.3.6.1.4.1.9.9.166.1.27 | NodecbQosTableMapValueCfg | |||
| 1.3.6.1.4.1.9.9.166.1.27.1 | TablecbQosTableMapValueCfgTable | not-accessible | current | This table specifies the from-value to to-value conversion pairs for a tablemap. |
| 1.3.6.1.4.1.9.9.166.1.27.1.1 | RowcbQosTableMapValueCfgEntry | not-accessible | current | 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 statis… |
| 1.3.6.1.4.1.9.9.166.1.27.1.1.1 | ColumncbQosTableMapValueCfgFrom | not-accessible | current | 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., cbQosTMSetIp… |
| 1.3.6.1.4.1.9.9.166.1.27.1.1.2 | ColumncbQosTableMapValueCfgTo | read-only | current | This is the to-value in the tablemap. Its usage is described in cbQosTableMapValueCfgFrom. |
| 1.3.6.1.4.1.9.9.166.1.28 | NodecbQosTableMapSetCfg | |||
| 1.3.6.1.4.1.9.9.166.1.28.1 | TablecbQosTableMapSetCfgTable | not-accessible | current | This table specifies enhanced packet marking configuration using a pre-defined tablemap. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1 | RowcbQosTableMapSetCfgEntry | not-accessible | current | Each entry in this table describes configuration information for an Enhanced Packet Marking Action. The enhanced packet marking action uses a pre-configured ta… |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.1 | ColumncbQosTMSetIpDscpFromType | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.2 | ColumncbQosTMSetIpDscpMapName | read-only | current | The name of a pre-configured table-map used to convert and set IpDSCP value. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.3 | ColumncbQosTMSetIpPrecedenceFromType | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.4 | ColumncbQosTMSetIpPrecedenceMapName | read-only | current | The name of a pre-configured table-map used to convert and set IpPrecedence value. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.5 | ColumncbQosTMSetQosGroupFromType | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.6 | ColumncbQosTMSetQosGroupMapName | read-only | current | The name of a pre-configured table-map used to convert and set QosGroup value. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.7 | ColumncbQosTMSetL2CosFromType | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.8 | ColumncbQosTMSetL2CosMapName | read-only | current | The name of a pre-configured table-map used to convert and set L2Cos value. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.9 | ColumncbQosTMSetMplsExpImpFromType | read-only | current | 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 MplsExpImpositio… |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.10 | ColumncbQosTMSetMplsExpImpMapName | read-only | current | The name of a pre-configured table-map used to convert and set MplsExpImposition value. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.11 | ColumncbQosTMSetMplsExpTopFromType | read-only | current | 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. |
| 1.3.6.1.4.1.9.9.166.1.28.1.1.12 | ColumncbQosTMSetMplsExpTopMapName | read-only | current | The name of a pre-configured table-map used to convert and set MplsExpTopMost value. |
| 1.3.6.1.4.1.9.9.166.1.29 | NodecbQosEBCfg | |||
| 1.3.6.1.4.1.9.9.166.1.29.1 | TablecbQosEBCfgTable | not-accessible | current | This table specifies Estimate Bandwidth related configuration information. |
| 1.3.6.1.4.1.9.9.166.1.29.1.1 | RowcbQosEBCfgEntry | not-accessible | current | Each entry in this table describes configuration information about Estimate Bandwidth. It includes: drop target, delay target and delay threshold. This table c… |
| 1.3.6.1.4.1.9.9.166.1.29.1.1.1 | ColumncbQosEBCfgMechanism | read-only | current | Bandwidth estimate algorithm type. |
| 1.3.6.1.4.1.9.9.166.1.29.1.1.2 | ColumncbQosEBCfgDropTarget | read-only | current | One-in-Number target indicating that no more than one packet in (this) number will be dropped. |
| 1.3.6.1.4.1.9.9.166.1.29.1.1.3 | ColumncbQosEBCfgDelayTarget | read-only | current | One-in-Number target indicating that no more than one packet in (this) number will exceed the delay threshold specified by cbQosEBCfgDelayThreshold. |
| 1.3.6.1.4.1.9.9.166.1.29.1.1.4 | ColumncbQosEBCfgDelayThreshold | read-only | current | The time in milliseconds for the delay threshold. |
| 1.3.6.1.4.1.9.9.166.1.30 | NodecbQosEBStats | |||
| 1.3.6.1.4.1.9.9.166.1.30.1 | TablecbQosEBStatsTable | not-accessible | current | This table specifies Estimate Bandwidth related statistical information. |
| 1.3.6.1.4.1.9.9.166.1.30.1.1 | RowcbQosEBStatsEntry | not-accessible | current | Each entry in this table describes Estimate Bandwidth related statistical information. |
| 1.3.6.1.4.1.9.9.166.1.30.1.1.1 | ColumncbQosEBStatsCorvilEBValue | read-only | current | The current Corvil EB bandwidth value. |
| 1.3.6.1.4.1.9.9.166.1.30.1.1.2 | ColumncbQosEBStatsCorvilEBStatus | read-only | current | Boolean to indicate if Corvil EB is ready. true - Bandwidth estimate is available. false - Bandwidth estimate is not available. |
| 1.3.6.1.4.1.9.9.166.1.30.1.1.3 | ColumncbQosEBStatsCorvilCTD | read-only | current | The Corvil CTD value defined by CbQosEBCtd. |
| 1.3.6.1.4.1.9.9.166.1.31 | NodecbQosMeasureIPSLACfg | |||
| 1.3.6.1.4.1.9.9.166.1.31.1 | TablecbQosMeasureIPSLACfgTable | not-accessible | current | This table specifies configuration information for measure type IPSLA action. The measure action relates the policy class to a specific IPSLAs auto group. Conf… |
| 1.3.6.1.4.1.9.9.166.1.31.1.1 | RowcbQosMeasureIPSLACfgEntry | not-accessible | current | Each entry describes configuration information about one instance of IPSLAs measure action in the policy map. The table is indexed by the cbQosConfigIndex and … |
| 1.3.6.1.4.1.9.9.166.1.31.1.1.1 | ColumncbQosMeasureIPSLACfgGroupIndex | read-only | current | 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 pol… |
| 1.3.6.1.4.1.9.9.166.1.31.1.1.2 | ColumncbQosMeasureIPSLACfgGroupName | read-only | current | IPSLAs auto group name. Group is an aggregation of operations sharing the same type, for example udp-jitter type, with common characteristics like frequency, i… |
| 1.3.6.1.4.1.9.9.166.1.32 | NodecbQosQueueingClassCfg | |||
| 1.3.6.1.4.1.9.9.166.1.32.1 | TablecbQosQueueingClassCfgTable | not-accessible | current | This table specifies the configuration information for weighted queue limit action per IP precedence basis. |
| 1.3.6.1.4.1.9.9.166.1.32.1.1 | RowcbQosQueueingClassCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a weighted queueing action. The information includes: Threshold value, Units and wieght Type… |
| 1.3.6.1.4.1.9.9.166.1.32.1.1.1 | ColumncbQosQueueingClassConfigIndex | not-accessible | current | This objects depict the config index for Weighted Queue limit configured. |
| 1.3.6.1.4.1.9.9.166.1.32.1.1.2 | ColumncbQosQlimitWeightValue | not-accessible | current | This object depict the weight value configured for weighted Queue-limit. The Weight value is IP precedence or IP DSCP of this entry. |
| 1.3.6.1.4.1.9.9.166.1.32.1.1.3 | ColumncbQosQueueingClassCfgThreshold | read-only | current | This object is used to depict the Threshold value for the Weighted Queue Limit. |
| 1.3.6.1.4.1.9.9.166.1.32.1.1.4 | ColumncbQosQueueingClassCfgThresholdUnit | read-only | current | This object is used to depict the Threshold Unit for the Weighted Queue Limit |
| 1.3.6.1.4.1.9.9.166.1.32.1.1.5 | ColumncbQosQueueingClassCfgQLimitWeight | read-only | current | This objects depict the weight value for Weighted Queue limit configured i.e(precedence,dscp,qos-group,atm-clp,discard-class,mplsExp) . |
| 1.3.6.1.4.1.9.9.166.1.33 | NodecbQosC3plAccountCfg | |||
| 1.3.6.1.4.1.9.9.166.1.33.1 | TablecbQosC3plAccountCfgTable | not-accessible | current | This table specifies C3pl Account Action configuration information |
| 1.3.6.1.4.1.9.9.166.1.33.1.1 | RowcbQosC3plAccountCfgEntry | not-accessible | current | Each entry in this table describes configuration information about a c3pl account action. The information includes: feature type. This table contains configura… |
| 1.3.6.1.4.1.9.9.166.1.33.1.1.1 | ColumncbQosC3plAccountFeatureType | read-only | current | The feature type is used to indicated different drop statistics. |
| 1.3.6.1.4.1.9.9.166.1.34 | NodecbQosC3plAccountStats | |||
| 1.3.6.1.4.1.9.9.166.1.34.1 | TablecbQosC3plAccountStatsTable | not-accessible | current | This table specifies C3pl Account Action related statistics information. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1 | RowcbQosC3plAccountStatsEntry | not-accessible | current | Each entry in this table describes the statistical information about C3pl Account Action. Account action specific information you can find in this table are : … |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.1 | ColumncbQosC3plAccountDropPktOverflow | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.2 | ColumncbQosC3plAccountDropPkt | read-only | current | 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 … |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.3 | ColumncbQosC3plAccountDropPkt64 | read-only | current | 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 thresh… |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.4 | ColumncbQosC3plAccountDropByteOverflow | read-only | current | 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 th… |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.5 | ColumncbQosC3plAccountDropByte | read-only | current | 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 th… |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.6 | ColumncbQosC3plAccountDropByte64 | read-only | current | 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 threshol… |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.7 | ColumncbQosC3plAccountTailDropPktOverflow | read-only | current | The upper 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.8 | ColumncbQosC3plAccountTailDropPkt | read-only | current | The lower 32 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.9 | ColumncbQosC3plAccountTailDropPkt64 | read-only | current | The 64 bits count of packets dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.10 | ColumncbQosC3plAccountTailDropByteOverflow | read-only | current | The upper 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.11 | ColumncbQosC3plAccountTailDropByte | read-only | current | The lower 32 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.1.34.1.1.12 | ColumncbQosC3plAccountTailDropByte64 | read-only | current | The 64 bits count of bytes dropped when the number of packets in the associated queue was greater than the maximum threshold. |
| 1.3.6.1.4.1.9.9.166.2 | NodeciscocbQosMIBConformance | |||
| 1.3.6.1.4.1.9.9.166.2.1 | NodeciscocbQosMIBCompliances | |||
| 1.3.6.1.4.1.9.9.166.2.1.1 | ComplianceciscocbQosMIBCompliance | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. | |
| 1.3.6.1.4.1.9.9.166.2.1.2 | ComplianceciscocbQosMIBComplianceRev1 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBCompliance. | |
| 1.3.6.1.4.1.9.9.166.2.1.3 | ComplianceciscocbQosMIBComplianceRev2 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev1. | |
| 1.3.6.1.4.1.9.9.166.2.1.4 | ComplianceciscocbQosMIBComplianceRev3 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev2. | |
| 1.3.6.1.4.1.9.9.166.2.1.5 | ComplianceciscocbQosMIBComplianceRev4 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev2. | |
| 1.3.6.1.4.1.9.9.166.2.1.6 | ComplianceciscocbQosMIBComplianceRev5 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev4. | |
| 1.3.6.1.4.1.9.9.166.2.1.7 | ComplianceciscocbQosMIBComplianceRev6 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev5. | |
| 1.3.6.1.4.1.9.9.166.2.1.8 | ComplianceciscocbQosMIBComplianceRev7 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev5. | |
| 1.3.6.1.4.1.9.9.166.2.1.9 | ComplianceciscocbQosMIBComplianceRev8 | current | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev7. | |
| 1.3.6.1.4.1.9.9.166.2.1.10 | ComplianceciscocbQosMIBComplianceRev9 | current | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev8. | |
| 1.3.6.1.4.1.9.9.166.2.1.11 | ComplianceciscocbQosMIBComplianceRev10 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev9. | |
| 1.3.6.1.4.1.9.9.166.2.1.12 | ComplianceciscocbQosMIBComplianceRev11 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev10. | |
| 1.3.6.1.4.1.9.9.166.2.1.13 | ComplianceciscocbQosMIBComplianceRev12 | deprecated | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev11. | |
| 1.3.6.1.4.1.9.9.166.2.1.14 | ComplianceciscocbQosMIBComplianceRev13 | current | The compliance statement for entities that implement class-based QoS on a Cisco router. This compliance module deprecates ciscocbQosMIBComplianceRev12. | |
| 1.3.6.1.4.1.9.9.166.2.2 | NodeciscocbQosMIBGroups | |||
| 1.3.6.1.4.1.9.9.166.2.2.1 | GroupcbQosServicePolicyGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosServicePolicyGroup object is superseded by cbQosServicePolicyGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.2 | GroupcbQosInterfacePolicyGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.3 | GroupcbQosFrameRelayVCPolicyGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.4 | GroupcbQosATMPVCPolicyGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.5 | GroupcbQosObjectsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.6 | GroupcbQosPolicyMapCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.7 | GroupcbQosClassMapCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.8 | GroupcbQosMatchStmtCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.9 | GroupcbQosQueueingCfgGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosQueueingCfgGroup object is superseded by cbQosQueueingCfgGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.10 | GroupcbQosREDCfgGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosREDCfgGroup object is superseded by cbQosREDCfgGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.11 | GroupcbQosREDClassCfgGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosREDClassCfgGroup object is superseded by cbQosREDClassCfgGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.12 | GroupcbQosPoliceCfgGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosPoliceCfgGroup object is superseded by cbQosPoliceCfgGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.13 | GroupcbQosTSCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.14 | GroupcbQosSetCfgGroup | deprecated | Required objects to provide CB QoS objects configuration information. cbQosSetCfgGroup object is superseded by cbQosSetCfgGroupRev1. | |
| 1.3.6.1.4.1.9.9.166.2.2.15 | GroupcbQosClassMapStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.16 | GroupcbQosNoBufferDropGroup | current | Optional objects to provide CB QoS summary statistics. | |
| 1.3.6.1.4.1.9.9.166.2.2.17 | GroupcbQosQueueingDynamicQNumberGroup | current | Optional objects to provide CB QoS Queueing information. | |
| 1.3.6.1.4.1.9.9.166.2.2.18 | GroupcbQosTrafficShapingDelayCountersGroup | current | Optional objects to provide CB QoS traffic-shaping information. | |
| 1.3.6.1.4.1.9.9.166.2.2.19 | GroupcbQosMatchStmtStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.20 | GroupcbQosPoliceStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.21 | GroupcbQosQueueingStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.22 | GroupcbQosTSStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.23 | GroupcbQosREDClassStatsGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.24 | GroupcbQosREDClassXmitCountersGroup | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.25 | GroupcbQosAFPoliceStatsGroup | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.26 | GroupcbQosAFPoliceCfgGroup | deprecated | Optional objects to provide CB QoS objects configuration information. cbQosAFPoliceCfgGroup object is superseded by cbQosAFPoliceViolateCfgGroup. | |
| 1.3.6.1.4.1.9.9.166.2.2.27 | GroupcbQosREDDscpCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.28 | GroupcbQosNewSetCfgGroup | deprecated | Optional objects to provide CB QoS objects configuration information. cbQosNewSetCfgGroup object is superseded by cbQosSetCfgL2Group. | |
| 1.3.6.1.4.1.9.9.166.2.2.29 | GroupcbQosQueueingCfgGroupRev1 | deprecated | Required objects to provide CB QoS objects configuration information. cbQosQueueingCfgGroupRev1 object is superseded by cbQosQueueingCfgGroupRev2. | |
| 1.3.6.1.4.1.9.9.166.2.2.30 | GroupcbQosREDCfgGroupRev1 | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.31 | GroupcbQosREDClassCfgGroupRev1 | deprecated | Required objects to provide CB QoS objects configuration information. cbQosREDClassCfgGroupRev1 object is superseded by . | |
| 1.3.6.1.4.1.9.9.166.2.2.32 | GroupcbQosPoliceCfgGroupRev1 | deprecated | Required objects to provide CB QoS objects configuration information. cbQosPoliceCfgGroupRev1 object is superseded by cbQosPoliceCfgGroupRev2. | |
| 1.3.6.1.4.1.9.9.166.2.2.33 | GroupcbQosPoliceActionCfgGroup | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.34 | GroupcbQosAFPoliceViolateCfgGroup | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.35 | GroupcbQosREDECNCfgGroup | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.36 | GroupcbQosREDClassECNMarkCountersGroup | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.37 | GroupcbQosPoliceCfgExtGroup | current | Optional objects to provide the information of the committed policing rate that is greater than the maximum value reportable by cbQosPoliceCfgRate. | |
| 1.3.6.1.4.1.9.9.166.2.2.38 | GroupcbQosSetCfgGroupRev1 | current | Required objects to provide CB QoS objects configuration information for SET/Marking feature. | |
| 1.3.6.1.4.1.9.9.166.2.2.39 | GroupcbQosSetCfgMplsImpositionGroup | current | Optional object to provide CB QoS objects configuration information for SET/Marking feature. | |
| 1.3.6.1.4.1.9.9.166.2.2.40 | GroupcbQosSetCfgDiscardClassGroup | current | Optional object to provide CB QoS objects configuration information for SET/Marking feature. | |
| 1.3.6.1.4.1.9.9.166.2.2.41 | GroupcbQosSetCfgMPLSTopMostGroup | current | Optional object to provide CB QoS objects configuration information for SET/Marking feature. | |
| 1.3.6.1.4.1.9.9.166.2.2.42 | GroupcbQosPoliceCfgGroupRev2 | current | Required objects to provide CB QoS objects configuration information for POLICE feature. | |
| 1.3.6.1.4.1.9.9.166.2.2.43 | GroupcbQosPoliceCfgPirGroup | current | Optional objects to provide CB QoS policing PIR rate. | |
| 1.3.6.1.4.1.9.9.166.2.2.44 | GroupcbQosPoliceCfgPercentGroup | current | Optional objects to provide CB QoS policing CIR and PIR rates in percentage. | |
| 1.3.6.1.4.1.9.9.166.2.2.45 | GroupcbQosTSCfgPercentGroup | current | Optional objects to provide CB QoS committed traffic-shaping rate in percentage. | |
| 1.3.6.1.4.1.9.9.166.2.2.46 | GroupcbQosIPHCCfgGroup | current | Optional object to provide CB QoS IP header compression configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.47 | GroupcbQosIPHCStatsGroup | current | Optional objects to provide CB QoS IP header compression statistic information. | |
| 1.3.6.1.4.1.9.9.166.2.2.48 | GroupcbQosServicePolicyGroupRev1 | current | Required objects to provide CB QoS objects configuration information. This group deprecates cbQosServicePolicyGroup. | |
| 1.3.6.1.4.1.9.9.166.2.2.49 | GroupcbQosQueueingCfgQLimitTimeGroup | current | Optional object to provide Aggregate Queue time based Limit configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.50 | GroupcbQosREDCfgThresholdTimeGroup | current | Optional objects to provide WRED time based threshold Limit configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.51 | GroupcbQosPoliceCfgCellGroup | current | Optional objects to provide CB QoS policing cell based rate configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.52 | GroupcbQosPoliceCfgTimeGroup | current | Optional objects to provide CB QoS policing time based burst size configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.53 | GroupcbQosPoliceCfgCdvtGroup | current | Optional objects to provide CB QoS policing ATM CDVT configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.54 | GroupcbQosPoliceCfgColorGroup | current | Optional objects to provide CB QoS policing color aware configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.55 | GroupcbQosTSCfgTimeGroup | current | Optional objects to provide CB QoS traffic-shaping time based burst size configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.56 | GroupcbQosSetCfgSrpPriorityGroup | current | Optional object to provide CB QoS SET SRP Priority configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.57 | GroupcbQosSetCfgFrFecnBecnGroup | current | Optional object to provide CB QoS SET Frame Relay FECN BECN configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.58 | GroupcbQosSetStatsGroup | current | Optional objects to provide CB QoS SET statistical information. | |
| 1.3.6.1.4.1.9.9.166.2.2.59 | GroupcbQosPoliceColorStatsGroup | current | Optional objects to provide CB QoS Assured Forwarding Policing Color Aware statistical information. | |
| 1.3.6.1.4.1.9.9.166.2.2.60 | GroupcbQosTableMapCfgGroup | current | Optional objects to provide CB QoS Enhanced Packet Marking configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.61 | GroupcbQosEBCfgGroup | current | Optional objects to provide Estimate Bandwidth configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.62 | GroupcbQosEBStatsGroup | current | Optional objects to provide Estimate Bandwidth status information. | |
| 1.3.6.1.4.1.9.9.166.2.2.63 | GroupcbQosServicePolicyExtGroup | deprecated | Optional objects to provide more information about a particular service policy instance. cbQosServicePolicyExtGroup object is superseded by cbQosServicePolicyE… | |
| 1.3.6.1.4.1.9.9.166.2.2.64 | GroupcbQosMeasureIPSLACfgGroup | current | Optional objects to configure IPSLA measure action. | |
| 1.3.6.1.4.1.9.9.166.2.2.65 | GroupcbQosTSCfgExtGroup | deprecated | Objects to provide the information of the committed shaping rate that is greater than the maximum value reportable by cbQosTSCfgRate. cbQosTSCfgExtGroup object… | |
| 1.3.6.1.4.1.9.9.166.2.2.66 | GroupcbQosQueueingCfgGroupRev2 | current | Required objects to provide CB QoS objects configuration information | |
| 1.3.6.1.4.1.9.9.166.2.2.67 | GroupcbQosSetCfgL2Group | current | Optional objects to provide CB QoS objects configuration information | |
| 1.3.6.1.4.1.9.9.166.2.2.68 | GroupcbQosREDClassCfgGroupRev2 | current | Required objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.69 | GroupcbQosQueueingClassCfgGroup | current | Required objects to provide CB QoS objects configuration information | |
| 1.3.6.1.4.1.9.9.166.2.2.70 | GroupcbQosPoliceCfgGroupRev3 | current | Required objects to provide CB QoS objects configuration information for POLICE feature | |
| 1.3.6.1.4.1.9.9.166.2.2.71 | GroupcbQosC3plAccountCfgGroup | current | Required objects to provide c3pl account action configuration information (provide drop types) . | |
| 1.3.6.1.4.1.9.9.166.2.2.72 | GroupcbQosC3plAccountStatsGroup | current | Optional objects to provide c3pl account action statistics information. | |
| 1.3.6.1.4.1.9.9.166.2.2.73 | GroupcbQosSetCfgFrDeGroup | current | Optional object to provide CB QoS objects marking configuration information on frame relay header. | |
| 1.3.6.1.4.1.9.9.166.2.2.74 | GroupcbQosEVCGroup | current | Optional objects to provide EVC information. | |
| 1.3.6.1.4.1.9.9.166.2.2.75 | GroupcbQosFragmentGroup | current | Optional objects to provide Service Fragment information. | |
| 1.3.6.1.4.1.9.9.166.2.2.76 | GroupcbQosSetCfgExt | current | Additional objects for configuring mark action on precedence tunnel,dscp tunnel, dei, dei imposition. | |
| 1.3.6.1.4.1.9.9.166.2.2.77 | GroupcbQosPoliceColorStatsExt | current | Additional objects for police color aware stats on conform rate, exceed rate, violate rate | |
| 1.3.6.1.4.1.9.9.166.2.2.78 | GroupcbQosIPHCCfgExt | current | Additional object to indicate IPHC action configured in policy class. | |
| 1.3.6.1.4.1.9.9.166.2.2.79 | GroupcbQosIPHCStatsExt | current | Additional objects for IPHC stats. | |
| 1.3.6.1.4.1.9.9.166.2.2.80 | GroupcbQos421XRCfgExt | current | The following 4 changes have been made 1. Added 64 bit objects ======================== cbQosQueueingCfgBandwidth64, cbQosQueueingCfgIndividualQSize64, cbQosPo… | |
| 1.3.6.1.4.1.9.9.166.2.2.81 | GroupcbQosBitRateExt | current | Added the following 64-bit Bit Rate Objects cbQosCMPrePolicyBitRate64 cbQosCMPostPolicyBitRate64 cbQosCMDropBitRate64 cbQosPoliceConformedBitRate64 cbQosPolice… | |
| 1.3.6.1.4.1.9.9.166.2.2.82 | GroupcbQosQueueingStatsGroupRev1 | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.83 | GroupcbQosServicePolicyExtGroupRev2 | deprecated | Added cbQosParentPolicyIndex to cbQosServicePolicyTable. cbQosServicePolicyExtGroupRev2 object is superseded by cbQosServicePolicyExtGroupRev3. | |
| 1.3.6.1.4.1.9.9.166.2.2.84 | GroupcbQosServicePolicyExtGroupRev3 | current | Optional objects to provide more information about a particular service policy instance. | |
| 1.3.6.1.4.1.9.9.166.2.2.85 | GroupcbQosTSCfgExtGroupRev1 | current | Optional objects to provide CB QoS objects configuration information. | |
| 1.3.6.1.4.1.9.9.166.2.2.86 | GroupcbQosTSStatsExtGroup | current | Optional objects to provide CB QoS object statistics information. |
Type Definitions
| Name | Syntax | Status | Description |
|---|---|---|---|
| CbQosEBCtd | OCTET STRING | current | A CTD (Corvil Traffic Descriptor) specific value. |
| CbQosEBType | INTEGER { typeNone(0), typeCorvil(1) } | current | A value that indicates the type of bandwidth estimate algorithm. typeNone no algorithm is selected typeCorvil algorithm based on Corvil bandwidth calculation. |
| CbQosQueueDepth | Unsigned32 | current | Denotes a generic Queue depth value. An CbQoSQueueDepth value is always interpreted within the context of an CbQosQueueUnitType value. Every usage of the CbQosQueueDepth textual convention is required to specify the CbQ… |
| CbQosQueueUnitType | INTEGER { packets(1), cells(2), bytes(3), ms(4), us(5), percentage(6) } | current | A value that represents an unit type of queue size. packets(1) Represents the UNITS of 'packets' for queue size. cells(2) Represents the UNITS of 'cells' for queue size. bytes(3) Represents the UNITS of 'bytes' for queu… |
| CbQosRateType | INTEGER { bps(1), percentage(2), cps(3), perThousand(4), perMillion(5) } | current | The type of rate. Rate type can be either an absolute bps number, or be expressed as a percentage of the available interface bandwidth, or an absolute cps number. bps Bits Per Second percentage % cps Cells Per Second pe… |
| CbQosTMSetType | INTEGER { none(0), ipDscp(1), ipPrecedence(2), qosGroup(3), l2Cos(4), mplsExpImp(5), mplsExpTop(6) } | current | The available packet marking types which can use tablemap to establish to-from relationship for enhanced packeting marking. |
| InterfaceType | INTEGER { mainInterface(1), subInterface(2), frDLCI(3), atmPVC(4), controlPlane(5), vlanPort(6), evc(7), tunnel(8), wirelessInterface(9) } | current | Enums to indicate the type of logical interface to which a particular service policy is attached. Main Interface - Service policy is attached on the main interface. Sub Interface - Service policy is attached on the sub … |
| IPHCOption | INTEGER { rtp(1), tcp(2), bothRtpTcp(3) } | current | Enums to indicate the type of IP header compression. rtp(1) UDP/RTP compression. tcp(2) TCP compression. bothRtpTcp(3) Both UDP/RTP and TCP compression. |
| PoliceAction | INTEGER { transmit(1), setIpDSCP(2), setIpPrecedence(3), setQosGroup(4), drop(5), setMplsExp(6), setAtmClp(7), setFrDe(8), setL2Cos(9), setDiscardClass(10), setMplsExpTopMost(11), setIpDscpTunnel(12), setIpPrecedenceTunnel(13), setL2CosInner(14), unconfigured(15), setDei(16), setDeiImposition(17), setSrpPriority(18) } | current | The available actions taken on packets upon conforming, exceeding or violating the configured police rate. Transmit - Transmit the packet if the packet conforms or exceeds the configured police rate. Set IP DSCP - Set t… |
| QosClassInfo | INTEGER { none(1), matchAll(2), matchAny(3) } | current | Enums to indicate whether the Classmap is for Match All or Match Any. |
| QosMatchInfo | INTEGER { none(1), matchNot(2) } | current | Enums to indicate whether the MatchStatement is matching on negated criteria (Match Not). |
| QosObjectType | INTEGER { policymap(1), classmap(2), matchStatement(3), queueing(4), randomDetect(5), trafficShaping(6), police(7), set(8), compression(9), ipslaMeasure(10), account(11) } | current | Enums to indicate different QoS objects . policymap - The object in query is a PolicyMap, being attached on a logical interface. classmap - The object in query is a ClassMap, being used by it's parent PolicyMap. matchSt… |
| QueueingBandwidthUnits | INTEGER { kbps(1), percentage(2), percentageRemaining(3), ratioRemaining(4), perThousand(5), perMillion(6) } | current | The units of the bandwidth, used to allocate bandwidth. Bandwidth can be either an absolute kbps number, or be expressed as a percentage of the available bandwidth. kbps Allocated bandwidth in Kilo bits Per Second perce… |
| QueueMechanism | INTEGER { precedence(1), dscp(2), discardClass(3), qosGroup(4), atmClp(5), mplsExp(6) } | current | This denotes which mechanism is used with QueueLimit. precedence Based on IP precedence dscp Based on DSCP values discardClass Based on discard class qosGroup Based on qosgroup class atmClp Based on atm-clp class mplsEx… |
| REDMechanism | INTEGER { precedence(1), dscp(2), discardClass(3), l2Cos(4), atmClp(5), mplsExp(6), redDefault(7), redUserDefault(8), dei(9) } | current | This denotes which mechanism is used with RED. precedence Based on IP precedence dscp Based on DSCP values discardClass Based on discard class l2Cos Based on L2-COS class atmClp Based on ATM-CLP class mplsExp Based on M… |
| SetC3plAccountFeatureType | INTEGER { queueing(0), wred(1), police(2) } | current | Enums to indicate drop types for C3PL Account action. |
| SetFeatureType | BITS { ipDscp(0), ipPrecedence(1), qosGroupNumber(2), frDeBit(3), atmClpBit(4), l2Cos(5), mplsExp(6), discardClass(7), mplsExpTopMost(8), srpPriority(9), frFecnBecn(10), ipDscpTunnel(11), ipPrecedenceTunnel(12), l2CosInner(13), dei(14), deiImposition(15) } | current | Bit-wise representation of packet marking feature available today. For historical reason, both packet marking and SET terms have been used across Cisco Class-Based QOS, but they have the same meaning. This feature is us… |
| TrafficDirection | INTEGER { input(1), output(2) } | current | Enums to indicate whether the Policymap is for Input or Output direction. |
| TrafficShapingLimit | INTEGER { average(1), peak(2) } | current | The limit used by the traffic-shaping feature. This value may be 'average' or 'peak', which indicates whether it is shaping by average rate or peak rate. |