Advertisement
tirabytes

Cisco IOS: QoS

Apr 27th, 2014
2,595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. EUBA
  2.  
  3. class-map match-all EF
  4.   match dscp ef
  5. !
  6. policy-map EUBA
  7.   class EF
  8.     set cos-inner 6
  9. !
  10. interface ATM0.110 point-to-point
  11.   description EUBA 0/110 PVC to ISP
  12.   pvc euba 0/110
  13.     bridge-dot1q encap 10
  14.     service-policy output EUBA
  15.     pppoe-client dial-pool-number 1
  16.   exit-vc
  17. exit
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement