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