cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
425
Views
0
Helpful
3
Replies

class default qos

tedauction
Level 1
Level 1

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
3 Replies 3

Mark Malone
VIP Alumni
VIP Alumni

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

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


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Joseph W. Doherty
Hall of Fame
Hall of Fame

Yes, although if used as an ingress policy, another port's egress policy could remark the traffic.