This table specifies QoS related statistical
information per port for ingress traffic belonging to
QoS classes configured with an action that support
statistics (for example: a policer).
This object is deprecated by corresponding class based
table in CISCO-CLASS-BASED-QOS-MIB-MIB. Same information
can be obtained from cbQosPoliceStatsTable and cbQosCMCfgTable.
To access a port specific class configuration and stats,
following steps can be followed:
Step 1: Use ifIndex and cbQosPolicyDirection='input' 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 following:
- For entries having 'classmap' in cbQosObjectsType,
collect cbQosConfigIndex.
- For entries having 'police' in cbQosObjectsType,
collect cbQosObjectsIndex.
Here the selected entries should be the ones
which maps to cbQosParentObjectsIndex
of the desired class.
Step 4: Collect all cbQosObjectsIndex and cbQosConfigIndex
for all such filtered entries.
Step 5: To get policing stats : Index cbQosPolicyIndex and
cbQosObjectsIndex into cbQosPoliceStatsTable
To get class config : Index cbQosConfigIndex into
cbQosCMCfgTable.