12-12-2016 08:23 PM - edited 03-08-2019 08:32 AM
Hello, if I apply the following policy map to an interface, does this simply make all traffic on that interface get marked with EF ?
policy-map CODEC class class-default set dscp ef
12-13-2016 02:39 AM
I wouldn't use the default qos map that's only for when all other policy statements have been set and whatevers left the default class will use for bandwidth , set your own policy and apply it to the interface to match traffic coming in ., you can tighten it to the voice subnet in the acl
class-map MAPVOICE
match access-group 100
policy-map TEST
class MAPVOICE
set dscp EF
access-list 100 permit ip any any
12-13-2016 03:33 AM
Hello
Yes it does if you apply it to an interface.
note:
ip dscp ef= ivp4 packet
dscp ef = ipv4 and ipv6 packets
res
Paul
12-13-2016 04:34 AM
Yes, although if used as an ingress policy, another port's egress policy could remark the traffic.
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