cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
482
Views
0
Helpful
2
Replies

Determine BW usage of a class-map in a policy-map on c6880x

Difan Zhao
Level 5
Level 5

I have c6880x running 15.1 firmware.

I have a lan-queuing type policy-map controlling output on Te2/5/6 interface. It has a child policy which furthur allocates BW to each traffic class.

 

policy-map type lan-queuing 1GBPS_SHAPER
class class-default
shape average 1000000000
service-policy CHILD_VPLS-EGRESS
!
policy-map type lan-queuing CHILD_VPLS-EGRESS
...<some other CM>
class Q&S_DIRECT-CONNECT_TIER1
bandwidth percent 50
...<some other CM>

Right now I have congestion and I want to know how much BW (in bps) is being used by the highlighted class-map. How can I get that information? I tried "#sh policy-map type lan-queuing interface te2/5/6 output" however it only shows me "Packets transmitted" and "Packets dropped". Thanks

 

2 Replies 2

evlaa1990
Level 1
Level 1

you should be able to do show policy-map interface? Doc here may help https://www.cisco.com/c/en/us/support/docs/quality-of-service-qos/qos-congestion-avoidance/10107-showpolicy.html

 

Thanks. but no - I have to do "show policy-map TYPE LAN-QUEUING interface Te2/5/6" and it only shows me the number of packets (count) forwarded in each traffic class. "show policy-map interface Te2/5/6" does not show anything