cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2746
Views
0
Helpful
15
Replies

QoS Configuration

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.

15 Replies 15

output means packets leaving a router over that interface.

input means packets arriving to a router from that interface (from network connected to that interface).