cportQosStatsTable
1.3.6.1.4.1.9.9.189.1.3.2
This table specifies QoS port related Statistical
information.
This object is deprecated and replaced by various action
specific table in CISCO-CLASS-BASED-QOS-MIB.
To view port specific policy execution stats on interface,
policy on that interface can be looked up and then action
specific can be obtained from that policy info. Following
steps illustrates this.
Step 1: Use ifIndex and cbQosPolicyDirection 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
desired action in cbQosObjectsType.
For example, to get all policing action stats, filter
on cbQosObjectsType = 'police'.
Step 4: Collect all cbQosObjectsIndex for all such filtered
entries.
Step 5: Index cbQosPolicyIndex and cbQosObjectsIndex into
corresponding action specific stats table to obtain
corresponding stats.
For example, for policer action, cbQosPoliceStatsEntry
can be indexed.