Follow below step check the result of mib 1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.x .
In the diagnose view, run the command “display netstream map”, get the ifnetIndex ,for example, the interface 10GE2/0/45 is 103, and interface eth-trunk1 is 121.
Or use the mib query the ifnetindex like below:
Use any MIB tools (I use the snmpwalk test), in the end of the mib add the ifintIndex.
The MIB 1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.1.4 indicate that the number of packets matching traffic classification rules.
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.1.4.103
The end of indexes are below indexes:
hwCBQoSIfApplyMultiPolicyIfIndex, hwCBQoSVlanApplyMultiPolicyVlanId, hwCBQoSIfApplyMultiPolicyDirection, hwCBQoSMultiPolicyStaPolicyIndex and hwCBQoSMultiPolicyStatClassifierIndex
The 103 is hwCBQoSIfApplyMultiPolicyIfIndex, it indicate the index of the interface where the traffic policy will be applied.
So the above result of snmpwalk indicate that in the interface 10GE10/0/45 , there are 379974 packets matching traffic classification rules inbound and 64655 packets matching traffic classification rules outbound .
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.1.5.103 the number of bytes matching traffic classification rules.
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.1.8.103 the number of forwarded packets matching traffic classification rules.
1.3.6.1.4.1.2011.5.25.32.1.1.5.6.8.1.9.103 the number of forwarded bytes matching traffic classification rules.