09-06-2017 04:10 PM - edited 03-08-2019 11:56 AM
Hi,
I need quick configuration on qos marking i.e whatever the traffic is coming in interface(any traffic) should mark with high prioty.
please crorrect me:
Ip access-list test permit any any
class-map match-any test-class
match access-group name test
policy-map test-policy
class test-class
set dscp ???
int e0
service-policy input test-policy
Regards
Kumar
09-06-2017 06:47 PM
Hi
First of all, you can define the priority level from 1 to 3 under the policy-map. 1 is top priority.
If you want to mark all traffic with a specific dscp and set as high priority, you can use your config or even use the class-default.
However, setting all traffic as high priority doesn't make any sense because if some day you have a congestion, prioritizing all traffic won't be the solution.
Can you maybe explain a bit what you want to achieve?
Thanks
PS: Please don't forget to rate and select as validated answer if this answered your question
09-06-2017 09:40 PM
09-07-2017 05:03 PM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide