02-27-2017 01:46 PM - edited 03-08-2019 09:31 AM
02-27-2017 07:38 PM
Hi
You don't need to have a permit ip any any for all remaining traffic. You have all class-map that classify all specific traffic and then there is a class-default for all remaining traffic.
Could you please try this:
policy-map Incoming-Access-Policy
description QoS Policy for end user traffic
class Incoming-Bulk-Class
set ip dscp af11
no class Incoming-Default-Classclass class-default
set ip dscp default
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
03-01-2017 03:21 AM
The problem turned out to be down to acl. There was another acl for marking traffic with AF21. End of this acl there was permit tcp any (which was an error).
Wireshark showed that FTP traffic was getting marked AF21. Removed the error and now switch is marking FTP traffic correctly (with AF11).
03-01-2017 05:48 AM
Ok I didn't noticed that specific ACL you're talking about on your txt file. It was not shown in your config sample.
However, just to classify all remaining traffic, as I said, your class-map Incoming-Default-Class isn't needed. Use the class-default instead.
Thanks
PS: Please don't forget to rate and mark as correct answer if this answered your question
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