CISCO-CLASS-BASED-QOS-MIB
Monitored by Observium 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.
Observium actively monitors this MIB
Observium uses this MIB in discovery or polling workflows on applicable devices.
Discovery
Polling
Explore Observium network monitoring
- Source file
CISCO-CLASS-BASED-QOS-MIB- Last revised
- Identity
ciscoCBQosMIB- Base OID
1.3.6.1.4.1.9.9.166
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 (no object page) OBJECT-GROUP (no object page) |
| SNMPv2-SMI | Counter32 Counter64 dod Gauge32 Integer32 MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page) Opaque Unsigned32 |
| SNMPv2-TC | DisplayString TEXTUAL-CONVENTION (no object page) TimeStamp TruthValue |
Net-SNMP examples using the cisco MIB directory Show commands
These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.
Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-CLASS-BASED-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-CLASS-BASED-QOS-MIB::ciscoCBQosMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-CLASS-BASED-QOS-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-CLASS-BASED-QOS-MIB::ciscoCBQosMIB'
Objects (463)
19 directly used by Observium
Showing 463 of 463 objects
Object legend
Object type
Icons distinguish tables, entry rows, columns, scalars, and structural nodes.
SNMPv2-TCTruthValue
Syntax
Blue badges identify the value syntax. Connected badges read as defining module and convention.
IF-MIBifIndex
Table index
Green identifies an index object; yellow names its module when the index is defined elsewhere.
r/w
deprecated
obsolete
Access and status
r/w means read-write. Grey labels mark definitions retained for compatibility.
OBS ✓
Observium use
The indicator appears only when Observium directly references that object.
ifOperStatus
.1.3.6.1.2.1…
Names and OIDs
Object names link to their detail pages. Hover or focus a linked name or badge for available definition details.
.1.3.6.1.4.1.9.9.166 |
||
.1.3.6.1.4.1.9.9.166.1 |
||
.1.3.6.1.4.1.9.9.166.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.10 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.11 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.13 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.14 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.15 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.16 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.2 |
|
|
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.3 |
|
|
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.4 |
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.5 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.6 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.7 |
|
.1.3.6.1.4.1.9.9.166.1.1.1.1.8 |
||
.1.3.6.1.4.1.9.9.166.1.1.1.1.9 |
||
.1.3.6.1.4.1.9.9.166.1.10 |
||
.1.3.6.1.4.1.9.9.166.1.10.1 |
||
.1.3.6.1.4.1.9.9.166.1.10.1.1 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.10.1.1.1 |
|
|
|
PacketsInteger32
|
.1.3.6.1.4.1.9.9.166.1.10.1.1.2 |
.1.3.6.1.4.1.9.9.166.1.10.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.10.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.11 |
||
.1.3.6.1.4.1.9.9.166.1.11.1 |
||
.1.3.6.1.4.1.9.9.166.1.11.1.1 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.1 |
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.10 |
||
.1.3.6.1.4.1.9.9.166.1.11.1.1.11 |
||
|
|
PacketsInteger32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.2 |
|
|
PacketsInteger32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.3 |
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.4 |
|
|
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.5 |
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.6 |
||
.1.3.6.1.4.1.9.9.166.1.11.1.1.7 |
||
|
milli-secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.8 |
|
|
milli-secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.11.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.12.1 |
||
.1.3.6.1.4.1.9.9.166.1.12.1.1 |
||
|
bits/secondUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.1 |
|
|
|
bits/secondUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.10 |
|
bits/secondCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.11 |
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.12 |
||
|
% of Interface BandwidthUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.13 |
|
|
% of Interface BandwidthUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.14 |
|
|
cells/secondSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.15 |
|
|
cells/secondSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.16 |
|
|
CellsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.17 |
|
|
CellsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.18 |
|
|
milli-secondsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.19 |
|
|
|
OctetsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.2 |
|
milli-secondsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.20 |
|
|
micro-secondUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.21 |
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.22 |
||
.1.3.6.1.4.1.9.9.166.1.12.1.1.23 |
||
.1.3.6.1.4.1.9.9.166.1.12.1.1.24 |
||
|
OctetsCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.25 |
|
|
OctetsCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.26 |
|
|
OctetsCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.27 |
|
|
|
OctetsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.3 |
|
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.4 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.5 |
|
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.6 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.7 |
|
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.8 |
|
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.12.1.1.9 |
.1.3.6.1.4.1.9.9.166.1.13 |
||
.1.3.6.1.4.1.9.9.166.1.13.1 |
||
.1.3.6.1.4.1.9.9.166.1.13.1.1 |
||
|
bits/secondInteger32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.1 |
|
|
milli-secondsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.10 |
|
|
bits/secondCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.11 |
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.13.1.1.13 |
||
|
percentageSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.14 |
|
|
|
bitsInteger32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.2 |
|
|
bitsInteger32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.3 |
.1.3.6.1.4.1.9.9.166.1.13.1.1.4 |
||
|
bits/secondInteger32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.5 |
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.6 |
||
.1.3.6.1.4.1.9.9.166.1.13.1.1.7 |
||
|
% of Interface BandwidthUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.8 |
|
|
milli-secondsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.13.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.14 |
||
.1.3.6.1.4.1.9.9.166.1.14.1 |
||
.1.3.6.1.4.1.9.9.166.1.14.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.14.1.1.1 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.10 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.11 |
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.12 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.13 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.14 |
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.15 |
||
.1.3.6.1.4.1.9.9.166.1.14.1.1.16 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.2 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.3 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.4 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.5 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.6 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.7 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.8 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.14.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.15 |
||
.1.3.6.1.4.1.9.9.166.1.15.1 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.10 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.11 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.13 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.14 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.15 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.16 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.17 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.18 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.19 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.20 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.21 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.22 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.23 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.24 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.25 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.26 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.27 |
||
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.28 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.29 |
|
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.3 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.30 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.5 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.6 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.7 |
|
.1.3.6.1.4.1.9.9.166.1.15.1.1.8 |
||
.1.3.6.1.4.1.9.9.166.1.15.1.1.9 |
||
.1.3.6.1.4.1.9.9.166.1.16 |
||
.1.3.6.1.4.1.9.9.166.1.16.1 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.5 |
||
.1.3.6.1.4.1.9.9.166.1.16.1.1.6 |
||
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.16.1.1.7 |
|
.1.3.6.1.4.1.9.9.166.1.17 |
||
.1.3.6.1.4.1.9.9.166.1.17.1 |
||
.1.3.6.1.4.1.9.9.166.1.17.1.1 |
||
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.1 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.10 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.11 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.12 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.13 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.14 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.15 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.16 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.17 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.18 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.19 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.2 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.20 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.21 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.22 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.23 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.24 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.3 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.4 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.5 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.6 |
|
|
bits per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.7 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.8 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.17.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.18 |
||
.1.3.6.1.4.1.9.9.166.1.18.1 |
||
.1.3.6.1.4.1.9.9.166.1.18.1.1 |
||
|
OctetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.1 |
|
|
PacketsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.10 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.11 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.12 |
|
|
OctetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.2 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.3 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.4 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.5 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.6 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.7 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.8 |
|
|
PacketsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.18.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.19 |
||
.1.3.6.1.4.1.9.9.166.1.19.1 |
||
.1.3.6.1.4.1.9.9.166.1.19.1.1 |
||
|
octetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.1 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.10 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.11 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.12 |
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.13 |
||
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.14 |
|
|
bits per secondCISCO-TCUnsigned64
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.15 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.16 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.17 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.18 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.19 |
|
|
octetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.2 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.20 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.21 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.22 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.23 |
|
|
packetsSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.24 |
|
|
octetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.3 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.4 |
|
|
packetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.5 |
|
|
packetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.6 |
|
|
octetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.7 |
|
|
octetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.8 |
|
|
octetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.19.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.2.1 |
||
.1.3.6.1.4.1.9.9.166.1.2.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.2.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.20 |
||
.1.3.6.1.4.1.9.9.166.1.20.1 |
||
.1.3.6.1.4.1.9.9.166.1.20.1.1 |
||
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.1 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.10 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.11 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.12 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.13 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.14 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.15 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.16 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.17 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.18 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.19 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.2 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.20 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.21 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.22 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.23 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.24 |
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.25 |
||
.1.3.6.1.4.1.9.9.166.1.20.1.1.26 |
||
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.3 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.4 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.5 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.6 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.7 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.8 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.20.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.21 |
||
.1.3.6.1.4.1.9.9.166.1.21.1 |
||
.1.3.6.1.4.1.9.9.166.1.21.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.21.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.21.1.1.2 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.21.1.1.3 |
|
.1.3.6.1.4.1.9.9.166.1.21.1.1.4 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.21.1.1.5 |
|
.1.3.6.1.4.1.9.9.166.1.21.1.1.6 |
||
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.21.1.1.7 |
|
.1.3.6.1.4.1.9.9.166.1.22 |
||
.1.3.6.1.4.1.9.9.166.1.22.1 |
||
.1.3.6.1.4.1.9.9.166.1.22.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.22.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.22.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.23 |
||
.1.3.6.1.4.1.9.9.166.1.23.1 |
||
.1.3.6.1.4.1.9.9.166.1.23.1.1 |
||
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.1 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.10 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.11 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.12 |
|
|
Octets per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.13 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.14 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.15 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.16 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.17 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.18 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.19 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.2 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.20 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.21 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.22 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.23 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.24 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.25 |
|
|
Octets per secondSNMPv2-SMIGauge32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.26 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.27 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.28 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.29 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.3 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.30 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.31 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.32 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.4 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.5 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.6 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.7 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.8 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.23.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.24 |
||
.1.3.6.1.4.1.9.9.166.1.24.1 |
||
.1.3.6.1.4.1.9.9.166.1.24.1.1 |
||
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.1 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.10 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.11 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.12 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.13 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.2 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.3 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.4 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.5 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.6 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.7 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.8 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.24.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.25 |
||
.1.3.6.1.4.1.9.9.166.1.25.1 |
||
.1.3.6.1.4.1.9.9.166.1.25.1.1 |
||
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.1 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.10 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.11 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.12 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.13 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.14 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.15 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.16 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.17 |
|
|
bits per secondHCNUM-TCCounterBasedGauge64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.18 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.2 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.3 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.4 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.5 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.6 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.7 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.8 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.25.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.26 |
||
.1.3.6.1.4.1.9.9.166.1.26.1 |
||
.1.3.6.1.4.1.9.9.166.1.26.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.26.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.26.1.1.2 |
||
|
Enumeration
|
.1.3.6.1.4.1.9.9.166.1.26.1.1.3 |
|
|
Unsigned32
|
.1.3.6.1.4.1.9.9.166.1.26.1.1.4 |
|
.1.3.6.1.4.1.9.9.166.1.27 |
||
.1.3.6.1.4.1.9.9.166.1.27.1 |
||
.1.3.6.1.4.1.9.9.166.1.27.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.27.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.27.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.28 |
||
.1.3.6.1.4.1.9.9.166.1.28.1 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.10 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.11 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.5 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.6 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.7 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.8 |
||
.1.3.6.1.4.1.9.9.166.1.28.1.1.9 |
||
.1.3.6.1.4.1.9.9.166.1.29 |
||
.1.3.6.1.4.1.9.9.166.1.29.1 |
||
.1.3.6.1.4.1.9.9.166.1.29.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.29.1.1.1 |
||
|
packetsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.29.1.1.2 |
|
|
packetsUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.29.1.1.3 |
|
|
millisecondUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.29.1.1.4 |
|
.1.3.6.1.4.1.9.9.166.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.3.1 |
||
.1.3.6.1.4.1.9.9.166.1.3.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.3.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.30 |
||
.1.3.6.1.4.1.9.9.166.1.30.1 |
||
.1.3.6.1.4.1.9.9.166.1.30.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.30.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.30.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.30.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.31 |
||
.1.3.6.1.4.1.9.9.166.1.31.1 |
||
.1.3.6.1.4.1.9.9.166.1.31.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.31.1.1.1 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.31.1.1.2 |
|
.1.3.6.1.4.1.9.9.166.1.32 |
||
.1.3.6.1.4.1.9.9.166.1.32.1 |
||
.1.3.6.1.4.1.9.9.166.1.32.1.1 |
||
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.32.1.1.1 |
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.32.1.1.2 |
|
.1.3.6.1.4.1.9.9.166.1.32.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.32.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.32.1.1.5 |
||
.1.3.6.1.4.1.9.9.166.1.33 |
||
.1.3.6.1.4.1.9.9.166.1.33.1 |
||
.1.3.6.1.4.1.9.9.166.1.33.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.33.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.34 |
||
.1.3.6.1.4.1.9.9.166.1.34.1 |
||
.1.3.6.1.4.1.9.9.166.1.34.1.1 |
||
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.1 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.10 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.11 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.12 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.2 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.3 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.4 |
|
|
OctetsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.5 |
|
|
OctetsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.6 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.7 |
|
|
PacketsSNMPv2-SMICounter32
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.8 |
|
|
PacketsSNMPv2-SMICounter64
|
.1.3.6.1.4.1.9.9.166.1.34.1.1.9 |
|
.1.3.6.1.4.1.9.9.166.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.4.1 |
||
.1.3.6.1.4.1.9.9.166.1.4.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.4.1.1.1 |
||
.1.3.6.1.4.1.9.9.166.1.5 |
||
.1.3.6.1.4.1.9.9.166.1.5.1 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.5.1.1 |
|
.1.3.6.1.4.1.9.9.166.1.5.1.1.1 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.5.1.1.2 |
|
|
|
.1.3.6.1.4.1.9.9.166.1.5.1.1.3 |
|
.1.3.6.1.4.1.9.9.166.1.5.1.1.4 |
||
.1.3.6.1.4.1.9.9.166.1.6 |
||
.1.3.6.1.4.1.9.9.166.1.6.1 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.6.1.1 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.6.1.1.1 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.6.1.1.2 |
.1.3.6.1.4.1.9.9.166.1.7 |
||
.1.3.6.1.4.1.9.9.166.1.7.1 |
||
|
|
.1.3.6.1.4.1.9.9.166.1.7.1.1 |
|
|
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.7.1.1.1 |
|
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.7.1.1.2 |
|
|
.1.3.6.1.4.1.9.9.166.1.7.1.1.3 |
|
.1.3.6.1.4.1.9.9.166.1.8 |
||
.1.3.6.1.4.1.9.9.166.1.8.1 |
||
.1.3.6.1.4.1.9.9.166.1.8.1.1 |
||
|
OctetString
|
.1.3.6.1.4.1.9.9.166.1.8.1.1.1 |
|
.1.3.6.1.4.1.9.9.166.1.8.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.9 |
||
.1.3.6.1.4.1.9.9.166.1.9.1 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1 |
||
|
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.1 |
.1.3.6.1.4.1.9.9.166.1.9.1.1.10 |
||
|
milli-secondsSNMPv2-SMIUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.11 |
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.12 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1.13 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1.14 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1.2 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1.3 |
||
.1.3.6.1.4.1.9.9.166.1.9.1.1.4 |
||
|
|
PacketsInteger32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.5 |
|
|
PacketsInteger32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.6 |
|
Integer32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.7 |
|
|
BytesUnsigned32
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.8 |
|
.1.3.6.1.4.1.9.9.166.1.9.1.1.9 |
||
.1.3.6.1.4.1.9.9.166.2 |
||
.1.3.6.1.4.1.9.9.166.2.1 |
||
.1.3.6.1.4.1.9.9.166.2.2 |
Dependencies (24) 10 direct · 14 transitive Show tree and compile order Hide dependency details
Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.
Dependency tree
Dependency-first compile order
- SNMPv2-SMIrfc
- CISCO-SMIcisco
- SNMPv2-TCrfc
- IANAifType-MIBrfc
- SNMPv2-CONFrfc
- SNMPv2-MIBrfc
- IF-MIBrfc
- RFC-1212rfc
- RFC1155-SMIrfc
- RFC1213-MIBrfc
- RFC-1215rfc
- RFC1315-MIBrfc
- CISCO-FRAME-RELAY-MIBcisco
- CISCO-TCcisco
- HCNUM-TCrfc
- INET-ADDRESS-MIBrfc
- BRIDGE-MIBrfc
- P-BRIDGE-MIBrfc
- RMON-MIBrfc
- RFC1271-MIBrfc
- TOKEN-RING-RMON-MIBrfc
- RMON2-MIBrfc
- SNMP-FRAMEWORK-MIBrfc
- Q-BRIDGE-MIBrfc
- CISCO-CLASS-BASED-QOS-MIBciscoselected
Type Definitions (19)
| OctetString | ||
| Enumeration |
typeNone(0)typeCorvil(1) |
|
| Unsigned32 | ||
| Enumeration |
packets(1)cells(2)bytes(3)ms(4)us(5)percentage(6) |
|
| Enumeration |
bps(1)percentage(2)cps(3)perThousand(4)perMillion(5) |
|
| Enumeration |
none(0)ipDscp(1)ipPrecedence(2)qosGroup(3)l2Cos(4)mplsExpImp(5)mplsExpTop(6) |
|
| Enumeration |
rtp(1)tcp(2)bothRtpTcp(3) |
|
| Enumeration |
mainInterface(1)subInterface(2)frDLCI(3)atmPVC(4)controlPlane(5)vlanPort(6)evc(7)tunnel(8)wirelessInterface(9) |
|
| Enumeration |
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) |
|
| Enumeration |
none(1)matchAll(2)matchAny(3) |
|
| Enumeration |
none(1)matchNot(2) |
|
| Enumeration |
policymap(1)classmap(2)matchStatement(3)queueing(4)randomDetect(5)trafficShaping(6)police(7)set(8)compression(9)ipslaMeasure(10)account(11) |
|
| Enumeration |
precedence(1)dscp(2)discardClass(3)qosGroup(4)atmClp(5)mplsExp(6) |
|
| Enumeration |
kbps(1)percentage(2)percentageRemaining(3)ratioRemaining(4)perThousand(5)perMillion(6) |
|
| Enumeration |
precedence(1)dscp(2)discardClass(3)l2Cos(4)atmClp(5)mplsExp(6)redDefault(7)redUserDefault(8)dei(9) |
|
| Enumeration |
queueing(0)wred(1)police(2) |
|
| 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) |
|
| Enumeration |
input(1)output(2) |
|
| Enumeration |
average(1)peak(2) |
Conformance Groups (86)
|
cbQosServicePolicyGroup
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.1
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.2
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.3
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.4
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.5
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.6
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.7
|
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.8
|
|
|
cbQosQueueingCfgGroup
deprecated
|
cbQosQueueingCfgBandwidth cbQosQueueingCfgBandwidthUnits cbQosQueueingCfgFlowEnabled cbQosQueueingCfgPriorityEnabled cbQosQueueingCfgAggregateQSize cbQosQueueingCfgIndividualQSize cbQosQueueingCfgPrioBurstSize
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.9
|
|
cbQosREDCfgGroup
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.10
|
|
cbQosREDClassCfgGroup
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.11
|
|
cbQosPoliceCfgGroup
deprecated
|
cbQosPoliceCfgRate cbQosPoliceCfgBurstSize cbQosPoliceCfgExtBurstSize cbQosPoliceCfgConformAction cbQosPoliceCfgConformSetValue cbQosPoliceCfgExceedAction cbQosPoliceCfgExceedSetValue cbQosPoliceCfgPir
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.12
|
|
cbQosTSCfgRate cbQosTSCfgBurstSize cbQosTSCfgExtBurstSize cbQosTSCfgAdaptiveEnabled cbQosTSCfgAdaptiveRate cbQosTSCfgLimitType
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.13
|
|
|
cbQosSetCfgGroup
deprecated
|
cbQosSetCfgFeature cbQosSetCfgIpDSCPValue cbQosSetCfgIpPrecedenceValue cbQosSetCfgQosGroupValue cbQosSetCfgL2CosValue cbQosSetCfgMplsExpValue cbQosSetCfgDiscardClassValue
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.14
|
|
cbQosCMPrePolicyPktOverflow cbQosCMPrePolicyPkt cbQosCMPrePolicyPkt64 cbQosCMPrePolicyByteOverflow cbQosCMPrePolicyByte cbQosCMPrePolicyByte64 cbQosCMPrePolicyBitRate cbQosCMPostPolicyByteOverflow cbQosCMPostPolicyByte cbQosCMPostPolicyByte64 cbQosCMPostPolicyBitRate cbQosCMDropPktOverflow cbQosCMDropPkt cbQosCMDropPkt64 cbQosCMDropByteOverflow cbQosCMDropByte cbQosCMDropByte64 cbQosCMDropBitRate
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.15
|
|
|
Optional objects to provide CB QoS summary statistics.
|
.1.3.6.1.4.1.9.9.166.2.2.16
|
|
|
Optional objects to provide CB QoS Queueing information.
|
.1.3.6.1.4.1.9.9.166.2.2.17
|
|
|
cbQosTSStatsDelayedByteOverflow cbQosTSStatsDelayedByte cbQosTSStatsDelayedByte64 cbQosTSStatsDelayedPktOverflow cbQosTSStatsDelayedPkt cbQosTSStatsDelayedPkt64 cbQosTSStatsActive
Optional objects to provide CB QoS traffic-shaping
information. |
.1.3.6.1.4.1.9.9.166.2.2.18
|
|
|
cbQosMatchPrePolicyPktOverflow cbQosMatchPrePolicyPkt cbQosMatchPrePolicyPkt64 cbQosMatchPrePolicyByteOverflow cbQosMatchPrePolicyByte cbQosMatchPrePolicyByte64 cbQosMatchPrePolicyBitRate
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.19
|
|
|
cbQosPoliceConformedPktOverflow cbQosPoliceConformedPkt cbQosPoliceConformedPkt64 cbQosPoliceConformedByteOverflow cbQosPoliceConformedByte cbQosPoliceConformedByte64 cbQosPoliceConformedBitRate cbQosPoliceExceededPktOverflow cbQosPoliceExceededPkt cbQosPoliceExceededPkt64 cbQosPoliceExceededByteOverflow cbQosPoliceExceededByte cbQosPoliceExceededByte64 cbQosPoliceExceededBitRate
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.20
|
|
|
cbQosQueueingCurrentQDepth cbQosQueueingMaxQDepth cbQosQueueingDiscardByteOverflow cbQosQueueingDiscardByte cbQosQueueingDiscardByte64 cbQosQueueingDiscardPktOverflow cbQosQueueingDiscardPkt cbQosQueueingDiscardPkt64
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.21
|
|
|
cbQosTSStatsDropByteOverflow cbQosTSStatsDropByte cbQosTSStatsDropByte64 cbQosTSStatsDropPktOverflow cbQosTSStatsDropPkt cbQosTSStatsDropPkt64 cbQosTSStatsCurrentQSize
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.22
|
|
|
cbQosREDRandomDropPktOverflow cbQosREDRandomDropPkt cbQosREDRandomDropPkt64 cbQosREDRandomDropByteOverflow cbQosREDRandomDropByte cbQosREDRandomDropByte64 cbQosREDTailDropPktOverflow cbQosREDTailDropPkt cbQosREDTailDropPkt64 cbQosREDTailDropByteOverflow cbQosREDTailDropByte cbQosREDTailDropByte64 cbQosREDMeanQSizeUnits cbQosREDMeanQSize
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.23
|
|
|
cbQosREDTransmitPktOverflow cbQosREDTransmitPkt cbQosREDTransmitPkt64 cbQosREDTransmitByteOverflow cbQosREDTransmitByte cbQosREDTransmitByte64
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.24
|
|
|
cbQosPoliceViolatedPktOverflow cbQosPoliceViolatedPkt cbQosPoliceViolatedPkt64 cbQosPoliceViolatedByteOverflow cbQosPoliceViolatedByte cbQosPoliceViolatedByte64 cbQosPoliceViolatedBitRate
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.25
|
|
|
cbQosAFPoliceCfgGroup
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.26
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.27
|
|
|
cbQosNewSetCfgGroup
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.28
|
|
cbQosQueueingCfgGroupRev1
deprecated
|
cbQosQueueingCfgBandwidth cbQosQueueingCfgBandwidthUnits cbQosQueueingCfgFlowEnabled cbQosQueueingCfgPriorityEnabled cbQosQueueingCfgIndividualQSize cbQosQueueingCfgPrioBurstSize cbQosQueueingCfgQLimitUnits cbQosQueueingCfgAggregateQLimit
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.29
|
|
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.30
|
|
|
cbQosREDClassCfgGroupRev1
deprecated
|
cbQosREDCfgPktDropProb cbQosREDClassCfgThresholdUnit cbQosREDClassCfgMinThreshold cbQosREDClassCfgMaxThreshold
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.31
|
|
cbQosPoliceCfgGroupRev1
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.32
|
|
cbQosPoliceActionCfgConform cbQosPoliceActionCfgConformSetValue cbQosPoliceActionCfgExceed cbQosPoliceActionCfgExceedSetValue
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.33
|
|
|
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.34
|
|
|
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.35
|
|
|
cbQosREDECNMarkPktOverflow cbQosREDECNMarkPkt cbQosREDECNMarkPkt64 cbQosREDECNMarkByteOverflow cbQosREDECNMarkByte cbQosREDECNMarkByte64
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.36
|
|
|
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.37
|
|
|
Required objects to provide CB QoS objects configuration
information for SET/Marking feature. |
.1.3.6.1.4.1.9.9.166.2.2.38
|
|
|
Optional object to provide CB QoS objects configuration
information for SET/Marking feature. |
.1.3.6.1.4.1.9.9.166.2.2.39
|
|
|
Optional object to provide CB QoS objects configuration
information for SET/Marking feature. |
.1.3.6.1.4.1.9.9.166.2.2.40
|
|
|
Optional object to provide CB QoS objects configuration
information for SET/Marking feature. |
.1.3.6.1.4.1.9.9.166.2.2.41
|
|
|
Required objects to provide CB QoS objects configuration
information for POLICE feature. |
.1.3.6.1.4.1.9.9.166.2.2.42
|
|
|
Optional objects to provide CB QoS policing PIR rate.
|
.1.3.6.1.4.1.9.9.166.2.2.43
|
|
|
Optional objects to provide CB QoS policing CIR and PIR
rates in percentage. |
.1.3.6.1.4.1.9.9.166.2.2.44
|
|
|
Optional objects to provide CB QoS committed
traffic-shaping rate in percentage. |
.1.3.6.1.4.1.9.9.166.2.2.45
|
|
|
Optional object to provide CB QoS IP header compression
configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.46
|
|
|
cbQosIPHCRtpSentPktOverflow cbQosIPHCRtpSentPkt cbQosIPHCRtpSentPkt64 cbQosIPHCRtpCmprsOutPktOverflow cbQosIPHCRtpCmprsOutPkt cbQosIPHCRtpCmprsOutPkt64 cbQosIPHCRtpSavedByteOverflow cbQosIPHCRtpSavedByte cbQosIPHCRtpSavedByte64 cbQosIPHCRtpSentByteOverflow cbQosIPHCRtpSentByte cbQosIPHCRtpSentByte64 cbQosIPHCRtpSentByteRate cbQosIPHCTcpSentPktOverflow cbQosIPHCTcpSentPkt cbQosIPHCTcpSentPkt64 cbQosIPHCTcpCmprsOutPktOverflow cbQosIPHCTcpCmprsOutPkt cbQosIPHCTcpCmprsOutPkt64 cbQosIPHCTcpSavedByteOverflow cbQosIPHCTcpSavedByte cbQosIPHCTcpSavedByte64 cbQosIPHCTcpSentByteOverflow cbQosIPHCTcpSentByte cbQosIPHCTcpSentByte64 cbQosIPHCTcpSentByteRate
Optional objects to provide CB QoS IP header compression
statistic information. |
.1.3.6.1.4.1.9.9.166.2.2.47
|
|
|
Required objects to provide CB QoS objects configuration
information. This group deprecates cbQosServicePolicyGroup. |
.1.3.6.1.4.1.9.9.166.2.2.48
|
|
|
Optional object to provide Aggregate Queue time based
Limit configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.49
|
|
|
Optional objects to provide WRED time based threshold
Limit configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.50
|
|
|
Optional objects to provide CB QoS policing cell based
rate configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.51
|
|
|
Optional objects to provide CB QoS policing time based
burst size configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.52
|
|
|
Optional objects to provide CB QoS policing ATM CDVT
configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.53
|
|
|
Optional objects to provide CB QoS policing color aware
configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.54
|
|
|
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.55
|
|
|
Optional object to provide CB QoS SET SRP Priority
configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.56
|
|
|
Optional object to provide CB QoS SET Frame Relay
FECN BECN configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.57
|
|
|
cbQosSetDscpPkt64 cbQosSetPrecedencePkt64 cbQosSetQosGroupPkt64 cbQosSetFrDePkt64 cbQosSetAtmClpPkt64 cbQosSetL2CosPkt64 cbQosSetMplsExpImpositionPkt64 cbQosSetDiscardClassPkt64 cbQosSetMplsExpTopMostPkt64 cbQosSetSrpPriorityPkt64 cbQosSetFrFecnBecnPkt64 cbQosSetDscpTunnelPkt64 cbQosSetPrecedenceTunnelPkt64
Optional objects to provide CB QoS SET statistical
information. |
.1.3.6.1.4.1.9.9.166.2.2.58
|
|
|
cbQosPoliceCfmColorCfmPkt64 cbQosPoliceCfmColorCfmByte64 cbQosPoliceCfmColorExdPkt64 cbQosPoliceCfmColorExdByte64 cbQosPoliceCfmColorVltPkt64 cbQosPoliceCfmColorVltByte64 cbQosPoliceExdColorExdPkt64 cbQosPoliceExdColorExdByte64 cbQosPoliceExdColorVltPkt64 cbQosPoliceExdColorVltByte64 cbQosPoliceVltColorVltPkt64 cbQosPoliceVltColorVltByte64
Optional objects to provide CB QoS Assured Forwarding
Policing Color Aware statistical information. |
.1.3.6.1.4.1.9.9.166.2.2.59
|
|
|
cbQosTableMapCfgName cbQosTableMapCfgBehavior cbQosTableMapCfgDftValue cbQosTableMapValueCfgTo cbQosTMSetIpDscpFromType cbQosTMSetIpDscpMapName cbQosTMSetIpPrecedenceFromType cbQosTMSetIpPrecedenceMapName cbQosTMSetQosGroupFromType cbQosTMSetQosGroupMapName cbQosTMSetL2CosFromType cbQosTMSetL2CosMapName cbQosTMSetMplsExpImpFromType cbQosTMSetMplsExpImpMapName cbQosTMSetMplsExpTopFromType cbQosTMSetMplsExpTopMapName
Optional objects to provide CB QoS Enhanced Packet
Marking configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.60
|
|
|
Optional objects to provide Estimate Bandwidth
configuration information. |
.1.3.6.1.4.1.9.9.166.2.2.61
|
|
|
Optional objects to provide Estimate Bandwidth
status information. |
.1.3.6.1.4.1.9.9.166.2.2.62
|
|
|
cbQosServicePolicyExtGroup
deprecated
|
Optional objects to provide more information about a
particular service policy instance. cbQosServicePolicyExtGroup object is superseded by cbQosServicePolicyExtGroupRev3. |
.1.3.6.1.4.1.9.9.166.2.2.63
|
|
Optional objects to configure IPSLA measure action.
|
.1.3.6.1.4.1.9.9.166.2.2.64
|
|
|
cbQosTSCfgExtGroup
deprecated
|
Objects to provide the information of the
committed shaping rate that is greater than the maximum value reportable by cbQosTSCfgRate. cbQosTSCfgExtGroup object is superseded by cbQosTSCfgExtGroupRev1. |
.1.3.6.1.4.1.9.9.166.2.2.65
|
|
cbQosQueueingCfgBandwidth cbQosQueueingCfgBandwidthUnits cbQosQueueingCfgFlowEnabled cbQosQueueingCfgPriorityEnabled cbQosQueueingCfgIndividualQSize cbQosQueueingCfgPrioBurstSize cbQosQueueingCfgQLimitUnits cbQosQueueingCfgAggregateQLimit cbQosQueueingCfgPriorityLevel
Required objects to provide CB QoS objects configuration
information |
.1.3.6.1.4.1.9.9.166.2.2.66
|
|
|
Optional objects to provide CB QoS objects configuration
information |
.1.3.6.1.4.1.9.9.166.2.2.67
|
|
|
cbQosREDCfgPktDropProb cbQosREDClassCfgMinThreshold cbQosREDClassCfgMaxThreshold cbQosREDClassCfgMinThresholdTime cbQosREDClassCfgMaxThresholdTime cbQosREDClassCfgMaxThresholdUnit cbQosREDClassCfgMinThresholdUnit
Required objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.68
|
|
|
Required objects to provide CB QoS objects configuration
information |
.1.3.6.1.4.1.9.9.166.2.2.69
|
|
|
Required objects to provide CB QoS objects configuration
information for POLICE feature |
.1.3.6.1.4.1.9.9.166.2.2.70
|
|
|
Required objects to provide c3pl account action
configuration information (provide drop types) . |
.1.3.6.1.4.1.9.9.166.2.2.71
|
|
|
cbQosC3plAccountDropPktOverflow cbQosC3plAccountDropPkt cbQosC3plAccountDropPkt64 cbQosC3plAccountDropByteOverflow cbQosC3plAccountDropByte cbQosC3plAccountDropByte64 cbQosC3plAccountTailDropPktOverflow cbQosC3plAccountTailDropPkt cbQosC3plAccountTailDropPkt64 cbQosC3plAccountTailDropByteOverflow cbQosC3plAccountTailDropByte cbQosC3plAccountTailDropByte64
Optional objects to provide c3pl account action
statistics information. |
.1.3.6.1.4.1.9.9.166.2.2.72
|
|
|
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.73
|
|
|
Optional objects to provide EVC information.
|
.1.3.6.1.4.1.9.9.166.2.2.74
|
|
|
cbQosCMFragmentPktOverflow cbQosCMFragmentPkt cbQosCMFragmentPkt64 cbQosCMFragmentByteOverflow cbQosCMFragmentByte cbQosCMFragmentByte64
Optional objects to provide Service Fragment information.
|
.1.3.6.1.4.1.9.9.166.2.2.75
|
|
|
cbQosSetCfgIpPrecedenceTunnelValue cbQosSetCfgIpDSCPTunnelValue cbQosSetCfgDei cbQosSetCfgDeiImposition
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.76
|
|
|
cbQosPoliceExdColorExdBitRate cbQosPoliceCfmColorCfmBitRate cbQosPoliceCfmColorExdBitRate cbQosPoliceCfmColorVltBitRate cbQosPoliceExdColorVltBitRate cbQosPoliceVltColorVltBitRate
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.77
|
|
|
Additional object to indicate IPHC action configured in policy
class. |
.1.3.6.1.4.1.9.9.166.2.2.78
|
|
|
cbQosIPHCRtpFullHdrSentPktOverflow cbQosIPHCRtpFullHdrSentPkt cbQosIPHCRtpFullHdrSentPkt64 cbQosIPHCTcpFullHdrSentPktOverflow cbQosIPHCTcpFullHdrSentPkt cbQosIPHCTcpFullHdrSentPkt64
Additional objects for IPHC stats.
|
.1.3.6.1.4.1.9.9.166.2.2.79
|
|
|
cbQosPolicyDiscontinuityTime cbQosQueueingCfgBandwidth64 cbQosQueueingCfgIndividualQSize64 cbQosPoliceCfgBurstSize64 cbQosPoliceCfgExtBurstSize64 cbQosPoliceCfgPir64 cbQosTSCfgBurstSize64 cbQosTSCfgExtBurstSize64
The following 4 changes have been made
1. Added 64 bit objects ======================== cbQosQueueingCfgBandwidth64, cbQosQueueingCfgIndividualQSize64, cbQosPoliceCfgBurstSize64, cbQosPoliceCfgExtBurstSize64, cbQosPoliceCfgPir64, cbQosTSCfgBurstSize64, cbQosTSCfgExtBurstSize64 2. Deprecated the objects corresponding to the newly added 64 bit objects ================================================================ cbQosQueueingCfgBandwidth, cbQosQueueingCfgIndividualQSize, cbQosPoliceCfgBurstSize, cbQosPoliceCfgExtBurstSize, cbQosPoliceCfgPir, cbQosTSCfgBurstSize, cbQosTSCfgExtBurstSize 2. Range expanded for ================== cbQosQueueingCfgBandwidth, cbQosQueueingCfgIndividualQSize, cbQosPoliceCfgBurstSize, cbQosPoliceCfgExtBurstSize, cbQosPoliceCfgPir, cbQosTSCfgBurstSize, cbQosTSCfgExtBurstSize, cbQosREDCfgMinThreshold, cbQosREDCfgMaxThreshold, cbQosPoliceCfgRate, cbQosPoliceCfgBurstCell, cbQosPoliceCfgExtBurstCell, cbQosPoliceCfgBurstTime, cbQosPoliceCfgExtBurstTime, cbQosPoliceCfgCdvt, cbQosTSCfgRate,cbQosTSCfgBurstTime, cbQosTSCfgExtBurstTime 3. New object added ================ cbQosPolicyDiscontinuityTime 4. Added new type (srp-priority) to ================================== PoliceAction |
.1.3.6.1.4.1.9.9.166.2.2.80
|
|
|
cbQosCMPrePolicyBitRate64 cbQosCMPostPolicyBitRate64 cbQosCMDropBitRate64 cbQosPoliceConformedBitRate64 cbQosPoliceExceededBitRate64 cbQosPoliceViolatedBitRate64
Added the following 64-bit Bit Rate Objects
cbQosCMPrePolicyBitRate64 cbQosCMPostPolicyBitRate64 cbQosCMDropBitRate64 cbQosPoliceConformedBitRate64 cbQosPoliceExceededBitRate64 cbQosPoliceViolatedBitRate64 |
.1.3.6.1.4.1.9.9.166.2.2.81
|
|
|
cbQosQueueingCurrentQDepthPkt cbQosQueueingMaxQDepthPkt cbQosQueueingTransmitByte64 cbQosQueueingTransmitPkt64
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.82
|
|
|
cbQosServicePolicyExtGroupRev2
deprecated
|
Added cbQosParentPolicyIndex to cbQosServicePolicyTable.
cbQosServicePolicyExtGroupRev2 object is superseded by cbQosServicePolicyExtGroupRev3. |
.1.3.6.1.4.1.9.9.166.2.2.83
|
|
Optional objects to provide more information about a
particular service policy instance. |
.1.3.6.1.4.1.9.9.166.2.2.84
|
|
|
Optional objects to provide CB QoS objects configuration
information. |
.1.3.6.1.4.1.9.9.166.2.2.85
|
|
|
Optional objects to provide CB QoS object statistics
information. |
.1.3.6.1.4.1.9.9.166.2.2.86
|
Compliance Statements (14)
OID
.1.3.6.1.4.1.9.9.166.2.1.1The compliance statement for entities that implement
class-based QoS on a Cisco router.
class-based QoS on a Cisco router.
Required groups
| mandatory | cbQosServicePolicyGroup | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroup | |
| mandatory | cbQosREDCfgGroup | |
| mandatory | cbQosREDClassCfgGroup | |
| mandatory | cbQosPoliceCfgGroup | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroup | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
OID
.1.3.6.1.4.1.9.9.166.2.1.2The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBCompliance.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBCompliance.
Required groups
| mandatory | cbQosServicePolicyGroup | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev1 | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev1 | |
| mandatory | cbQosPoliceCfgGroupRev1 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroup | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
OID
.1.3.6.1.4.1.9.9.166.2.1.3The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev1.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev1.
Required groups
| mandatory | cbQosServicePolicyGroup | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev1 | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev1 | |
| mandatory | cbQosPoliceCfgGroupRev2 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosNewSetCfgGroup |
This group is only available on platforms that supporting SET L2 Cos config. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
OID
.1.3.6.1.4.1.9.9.166.2.1.4The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev2.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev2.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev1 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev1 | |
| mandatory | cbQosPoliceCfgGroupRev2 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosNewSetCfgGroup |
This group is only available on platforms that supporting SET L2 Cos config. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
OID
.1.3.6.1.4.1.9.9.166.2.1.5The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev2.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev2.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev1 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev1 | |
| mandatory | cbQosPoliceCfgGroupRev2 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosNewSetCfgGroup |
This group is only available on platforms that supporting SET L2 Cos config. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
OID
.1.3.6.1.4.1.9.9.166.2.1.6The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev4.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev4.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev1 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev1 | |
| mandatory | cbQosPoliceCfgGroupRev2 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosNewSetCfgGroup |
This group is only available on platforms that supporting SET L2 Cos config. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
OID
.1.3.6.1.4.1.9.9.166.2.1.7The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev5.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev5.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
OID
.1.3.6.1.4.1.9.9.166.2.1.8The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev5.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev5.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
OID
.1.3.6.1.4.1.9.9.166.2.1.9The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev7.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev7.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosSetCfgFrDeGroup |
Optional group providing information on frame-relay discard bit in frame-relay header on platforms supporting frame-relay. |
OID
.1.3.6.1.4.1.9.9.166.2.1.10The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev8.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev8.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosEVCGroup |
This group is only available on platforms supporting EVC. |
| optional | cbQosFragmentGroup |
This group is only available on platforms supporting service fragment. |
OID
.1.3.6.1.4.1.9.9.166.2.1.11The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev9.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev9.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosEVCGroup |
This group is only available on platforms supporting EVC. |
| optional | cbQosFragmentGroup |
This group is only available on platforms supporting service fragment. |
| optional | cbQosSetCfgExt |
This group is only available on platforms supporting marking on dei and tunnel. |
| optional | cbQosPoliceColorStatsExt |
This group is only available on platforms supporting police color aware feature. |
| optional | cbQosIPHCCfgExt |
This group is only available on platforms supporting policy action IPHC. |
| optional | cbQosIPHCStatsExt | This group is only available on platforms supporting IPHC. |
OID
.1.3.6.1.4.1.9.9.166.2.1.12The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev10.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev10.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| mandatory | cbQos421XRCfgExt | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosEVCGroup |
This group is only available on platforms supporting EVC. |
| optional | cbQosFragmentGroup |
This group is only available on platforms supporting service fragment. |
| optional | cbQosSetCfgExt |
This group is only available on platforms supporting marking on dei and tunnel. |
| optional | cbQosPoliceColorStatsExt |
This group is only available on platforms supporting police color aware feature. |
| optional | cbQosIPHCCfgExt |
This group is only available on platforms supporting policy action IPHC. |
| optional | cbQosIPHCStatsExt | This group is only available on platforms supporting IPHC. |
OID
.1.3.6.1.4.1.9.9.166.2.1.13The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev11.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev11.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| mandatory | cbQos421XRCfgExt | |
| mandatory | cbQosBitRateExt | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosEVCGroup |
This group is only available on platforms supporting EVC. |
| optional | cbQosFragmentGroup |
This group is only available on platforms supporting service fragment. |
| optional | cbQosSetCfgExt |
This group is only available on platforms supporting marking on dei and tunnel. |
| optional | cbQosPoliceColorStatsExt |
This group is only available on platforms supporting police color aware feature. |
| optional | cbQosIPHCCfgExt |
This group is only available on platforms supporting policy action IPHC. |
| optional | cbQosIPHCStatsExt | This group is only available on platforms supporting IPHC. |
OID
.1.3.6.1.4.1.9.9.166.2.1.14The compliance statement for entities that implement
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev12.
class-based QoS on a Cisco router. This compliance module
deprecates ciscocbQosMIBComplianceRev12.
Required groups
| mandatory | cbQosServicePolicyGroupRev1 | |
| mandatory | cbQosObjectsGroup | |
| mandatory | cbQosPolicyMapCfgGroup | |
| mandatory | cbQosClassMapCfgGroup | |
| mandatory | cbQosMatchStmtCfgGroup | |
| mandatory | cbQosQueueingCfgGroupRev2 | |
| mandatory | cbQosREDDscpCfgGroup | |
| mandatory | cbQosREDCfgGroupRev1 | |
| mandatory | cbQosREDClassCfgGroupRev2 | |
| mandatory | cbQosPoliceCfgGroupRev3 | |
| mandatory | cbQosTSCfgGroup | |
| mandatory | cbQosSetCfgGroupRev1 | |
| mandatory | cbQosClassMapStatsGroup | |
| mandatory | cbQosMatchStmtStatsGroup | |
| mandatory | cbQosPoliceStatsGroup | |
| mandatory | cbQosQueueingStatsGroup | |
| mandatory | cbQosTSStatsGroup | |
| mandatory | cbQosREDClassStatsGroup | |
| mandatory | cbQosQueueingClassCfgGroup | |
| mandatory | cbQos421XRCfgExt | |
| mandatory | cbQosBitRateExt | |
| optional | cbQosInterfacePolicyGroup | This is a optional group of information |
| optional | cbQosFrameRelayVCPolicyGroup | This is a optional group of information |
| optional | cbQosATMPVCPolicyGroup | This is a optional group of information |
| optional | cbQosNoBufferDropGroup |
This group is only available for code running on the 7500 platform. |
| optional | cbQosQueueingDynamicQNumberGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosREDClassXmitCountersGroup |
This group is only available on platforms that supporting WRED transmit stats. |
| optional | cbQosREDECNCfgGroup |
This group is only available on platforms that supporting WRED ECN configuration. |
| optional | cbQosREDClassECNMarkCountersGroup |
This group is only available on platforms that supporting WRED ECN stats. |
| optional | cbQosAFPoliceStatsGroup |
This group is only available on platforms that supporting POLICE violate action stats. |
| optional | cbQosPoliceCfgPirGroup |
This group is only available on platforms that supporting police PIR configuration. |
| optional | cbQosPoliceCfgExtGroup |
This group is only available for code running on the Catalyst 4000 platform. |
| optional | cbQosPoliceActionCfgGroup |
This group is only available on platforms that supporting multiple POLICE conform/exceed actions. |
| optional | cbQosAFPoliceViolateCfgGroup |
This group is only available on platforms that supporting multiple POLICE violate actions. |
| optional | cbQosPoliceCfgPercentGroup |
This group is only available on platforms that supporting police CIR/PIR in percentage. |
| optional | cbQosTrafficShapingDelayCountersGroup |
This group is only available for code running on the 7200 and/or lower platforms. |
| optional | cbQosTSCfgPercentGroup |
This group is only available on platforms that supporting committed shaping rate in percentage. |
| optional | cbQosSetCfgMplsImpositionGroup |
This group is only available on platforms that supporting SET MPLS Experimental Imposition config. |
| optional | cbQosSetCfgDiscardClassGroup |
This group is only available on platforms that supporting SET Discard Class config. |
| optional | cbQosSetCfgMPLSTopMostGroup |
This group is only available on platforms that supporting SET MPLS Experimental Top Most config. |
| optional | cbQosIPHCCfgGroup |
This group is only available on platforms that supporting IPHC configuration. |
| optional | cbQosIPHCStatsGroup |
This group is only available on platforms that supporting IPHC stats. |
| optional | cbQosQueueingCfgQLimitTimeGroup |
This group is only available on platforms that supporting time-based Queue limit configuration. |
| optional | cbQosREDCfgThresholdTimeGroup |
This group is only available on platforms that supporting time-based RED threshold configuration. |
| optional | cbQosPoliceCfgCellGroup |
This group is only available on platforms that supporting cell-based Policing Rate and Burst configuration. |
| optional | cbQosPoliceCfgTimeGroup |
This group is only available on platforms that supporting time-based Policing Burst configuration. |
| optional | cbQosPoliceCfgCdvtGroup |
This group is only available on platforms that supporting Policing ATM CDVT configuration. |
| optional | cbQosPoliceCfgColorGroup |
This group is only available on platforms that supporting Policing Color Aware configuration. |
| optional | cbQosTSCfgTimeGroup |
This group is only available on platforms that supporting time-based Shaping Burst configuration. |
| optional | cbQosSetCfgSrpPriorityGroup |
This group is only available on platforms that supporting SRP Priority SET configuration. |
| optional | cbQosSetCfgFrFecnBecnGroup |
This group is only available on platforms that supporting Frame Relay FECN BECN SET configuration. |
| optional | cbQosSetStatsGroup |
This group is only available on platforms that supporting SET stats. |
| optional | cbQosPoliceColorStatsGroup |
This group is only available on platforms that supporting Policing Color Aware stats. |
| optional | cbQosTableMapCfgGroup |
This group is only available on platforms that supporting Enhanced Packet Marking. |
| optional | cbQosEBCfgGroup |
This group is only available on platforms supporting Estimate Bandwidth. |
| optional | cbQosEBStatsGroup |
This group is only available on platforms supporting Estimate Bandwidth stats. |
| optional | cbQosMeasureIPSLACfgGroup | Optional objects to configure IPSLA measure action. |
| optional | cbQosTSCfgExtGroup |
This group is applicable for those platforms that support shape rate greater than maximum value reportable by cbQosTSCfgRate. |
| optional | cbQosSetCfgL2Group |
This group is only available on platforms that supporting SET L2 Cos or SET L2 Cos Inner config. |
| optional | cbQosServicePolicyExtGroup |
Optional objects to provide more information about a particular service policy instance. |
| optional | cbQosC3plAccountCfgGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosC3plAccountStatsGroup |
This group is only available on platform that supporting c3pl account action configuration information. |
| optional | cbQosEVCGroup |
This group is only available on platforms supporting EVC. |
| optional | cbQosFragmentGroup |
This group is only available on platforms supporting service fragment. |
| optional | cbQosSetCfgExt |
This group is only available on platforms supporting marking on dei and tunnel. |
| optional | cbQosPoliceColorStatsExt |
This group is only available on platforms supporting police color aware feature. |
| optional | cbQosIPHCCfgExt |
This group is only available on platforms supporting policy action IPHC. |
| optional | cbQosIPHCStatsExt | This group is only available on platforms supporting IPHC. |
| optional | cbQosQueueingStatsGroupRev1 |
This group is only available on platforms supporting these additional queueing related information. |