This table specifies QoS related statistical
information for egress queues on each port.
The agent will add an entry in this table for each
queue, threshold and port.
This object is deprecated.
Port specific queueing info can be obtained from
cbQosQueueingCfgTable and cbQosQueueingStatsTable if port
contains policy with queueing action.
The process to obtain this info is similar to what is
described in cportQosStatsTable:
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 action
as 'queueing' 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 cbQosQueueingStatsTable
To get queueing config : Index cbQosConfigIndex
into cbQosQueueingCfgTable.