Hi all!
I need to match DSCP valures of EF and AF41 and make QoS queues for them, I've made the following configuration, I just wanted you guys to check it..
### QoS SDM - CISCO ####
Class-map voice
match ip dscp EF
exit
class-map video
match ip dscp AF41
exit
policy-map policy1
class voice
priority percent 10
class video
priority percent 10
class class-default
fair-queue
##### config-if ####
service-policy output policy1
Will that work??
Best Regards, Steffen.