12-11-2015 11:02 AM - edited 03-08-2019 03:04 AM
Hey folks, undoubtedly stupid question but I'm failing badly at RTFM.
Have a fairly typical scenario where Cisco is remapping COS 5 to DSCP 40, when of course we're looking for DSCP 46. In the 3750/6500/etc mls configuration, it's no big deal: mls qos map cos-dscp 0 8 16 24 32 46 48 56 and done.
Unfortunately on the 3850, I found reference in the documentation where it can be done, but not explicitly how to go do it.
I'm pretty confident I can just change the markings on the outbound interface but this kinda sucks as a solution :) Would prefer just to handle it by default.
Many thanks!
12-11-2015 01:46 PM
Take a look at the table map marking and configuring table map marking sections of the following link.
Brandon
12-11-2015 02:16 PM
Appreciate the response!
What's happening is an inbound COS 5 hits the switch on a trunk port, gets converted by the system default to 40 DSCP, and then egresses on a L3 port. The default conversion is to DSCP 40, and ideally there's a way to change the defaults as there was previously.
Went down the path of the AutoQoS bits but they're just default copy. I can table-map it outbound, and might wind up doing that if I can't change it otherwise.
12-11-2015 03:27 PM
Hi,
Just to test could you try this
!
class-map C5toD40 match-any
match cos 5
!
policy-map C5toD40
class C5toD40
set ip dscp 40
!
int x/x/x
service-policy input C5toD40
!
Regards
Alex
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