Thursday, February 23, 2012

LAB 1 MLS QOS For VIDEO

class-map match-all VIDEO
 match access-group 3
!
policy-map MARKVIDEO
 class VIDEO
  set dscp cs7
    police 3000000 1000000 exceed-action policed-dscp-transmit


interface FastEthernet0/6
 no switchport
 ip address 7.7.128.97 255.255.255.224
 service-policy input MARKVIDEO
 
mls qos map policed-dscp  56 to 8

on all switches
int range fa0/19 - 24
(config-if-range)#mls qos trust dscp
(config-if-range)#mls qos cos 1
(config-if-range)#priority-queue out
(config-if-range)#end
!

No comments: