cancel
Showing results forĀ 
Search instead forĀ 
Did you mean:Ā 
cancel
3467
Views
5
Helpful
2
Replies

How to check QoS marks on a 7604 router?

Andres Franco
Level 1
Level 1

Hello everyone,

Is there a way to check QoS marks per interface on a 7604 Router with a command similar to show mls qos interface statistics available in some  catalyst switches???. I need to verify QoS marking  on this router and i would prefer to doit using the CLI, not throught SPAN and capturing traffic. Any help or suggestions would be aprecciated. Thanks

AF.

2 Replies 2

acampbell
VIP Alumni
VIP Alumni

AF,

Have you tried  you tried :-

show policy-map interface xxxxxxx out or in

HTH

Alex

Regards, Alex. Please rate useful posts.

Marwan ALshawi
VIP Alumni
VIP Alumni

Hi As suggested by Alex you can use the command show policy map interface x/x

where x/x is the interface where the policy map applied

if your policy map applied in the outbound direction and you can not make sure if certain traffic coming from a specific interface is coming with the rihgt marking or not you can create temporary policy map and clas map to be applied inbound on that interface just to match the marked traffic and see if any packets are coming with this marking

example lets say you want to check if traffic coming in interface gig0/1 market as EF

class-map map1

match dscp ef

policy-map P1

class map1

interface gig0/1

service-policy input P!

then show polic-map P! interface 0/1

in this way you will check if any traffic coming with EF then you can delete the policy and this has no impact on a production environment as it is just doing matching without any action

hope this help

if helpful Rate