cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Bookmark
|
Subscribe
|
447
Views
0
Helpful
1
Replies

How to view Traffic/Queues after QoS Implementation

shahid_raza74
Level 1
Level 1

I have implemented QoS (I wanted to give higher Priority to TCP based data/packets than UDP based data/packets on my four 2955 switches making Mesh topology and running RSTP Protocol)by using following commands successfully:

conf t

priority-list 1 protocol ip high tcp xx

priority-list1 protocol ip medium udp xx

!

int vlan 1

priority-group 1

Now after implementing these above commands I want to see/monitor that does these above commands working fine or not?? and how they Prioritizing TCP and UDP traffic?

Pls. help me.

Regards,

Shahid

1 Reply 1

owaisberg
Level 1
Level 1

Shahid,

Since you've configured priority queuing

to see the config/stats of that queuing

run: "show queuing priority"

HTH,

OW