This table specifies egress QoS related statistical
information for classes associated with an egress QoS
policy. Each queue on a port is uniquely mapped to a
class in an egress QoS policy. This table provides
the statistical information for each class-queue
on each port.
The agent will add an entry in this table for each
queue and threshold on a port associated with a class.
This object is deprecated by corresponding class based
table in CISCO-CLASS-BASED-QOS-MIB-MIB.
Same information can be obtained from cbQosCMStatsTable
and cbQosCMCfgTable.
To access a port specific class configuration and stats,
following steps can be followed:
Step 1: Use ifIndex and cbQosPolicyDirection='output' to
lookup cbQosInterfacePolicyEntry and obtain
cbQosIFPolicyIndex which is same as cbQosPolicyIndex.
Step 2: Index cbQosPolicyIndex into cbQosObjectsTable and
obtain all entries corresponding to this policy
instance of cbQosPolicyIndex.
Step 3: With the obtained entries, filter the ones with
object type as 'classmap' in cbQosObjectsType.
Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex
for all such filtered entries.
Step 5: To get queueing stats : Index cbQosPolicyIndex and
cbQosObjectsIndex into cbQosCMStatsTable
To get queueing config : Index cbQosConfigIndex into
cbQosCMCfgTable.