How to view Traffic/Queues after QoS Implementation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 12:00 AM - edited 03-05-2019 03:10 PM
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
- Labels:
-
LAN Switching
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-29-2007 12:06 AM
Shahid,
Since you've configured priority queuing
to see the config/stats of that queuing
run: "show queuing priority"
HTH,
OW
