QoS class-map per TCP and UDP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 12:57 PM - edited 03-04-2019 06:27 AM
Hi,
I would like to implement QoS policy for "output" traffic and I would like to priority data per UDP and TCP (i.e. UDP has high priority and TCP has low priority).
Would you please give me some advice on how to match the classess to UDP and TCP packets. Thanks.
Hugh
- Labels:
-
Routing Protocols
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 01:00 PM
Hugh
I'm thinking there is probably more to your question but -
access-list 101 permit udp any any
access-list 102 permit tcp any any
then use these access-lists within your class maps.
Jon
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-21-2009 02:06 PM
Jon,
Thanks for the inputs. Yes, I would like to do more than just UDP and TCP prioritization. But I would like to try simple policy with TCP and UDP first then go from there.
Oh can I filter UDP by port numbers?
Thanks.
Hugh
