Guest User

Untitled

a guest
Jun 13th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.10 KB | None | 0 0
  1. class-map match-any A
  2. match access-group name ACL_A
  3. class-map match-any B
  4. match access-group name ACL_B
  5. class-map match-any C
  6. match access-group name ACL_C
  7. class-map match-any D
  8. match access-group name ACL_D
  9. !
  10. !
  11. policy-map CHILD
  12. class A
  13. bandwidth percent 5
  14. queue-limit 234 packets
  15. class B
  16. bandwidth percent 5
  17. class C
  18. bandwidth percent 40
  19. queue-limit 234 packets
  20. class D
  21. bandwidth percent 40
  22. queue-limit 234 packets
  23. class class-default
  24. queue-limit 234 packets
  25. bandwidth percent 10
  26. !
  27. policy-map PARENT
  28. class class-default
  29. shape average 10000000
  30. service-policy CHILD
  31. !
  32. !
  33. interface Tunnel1
  34. bandwidth 10000
  35. ip address x.x.x.x 255.255.255.252
  36. ip mtu 1400
  37. ip flow ingress
  38. ip flow egress
  39. load-interval 30
  40. qos pre-classify
  41. keepalive 3 3
  42. tunnel source GigabitEthernet0/1.4042
  43. tunnel destination z.z.z.z
  44. tunnel path-mtu-discovery
  45. service-policy output PARENT
  46. !
  47. !
  48. interface GigabitEthernet0/1
  49. no ip address
  50. load-interval 30
  51. duplex auto
  52. speed auto
  53. !
  54. !
  55. interface GigabitEthernet0/1.4042
  56. bandwidth 10000
  57. encapsulation dot1Q 4042
  58. ip address w.w.w.w 255.255.255.252
  59. crypto map XXXZZZ
  60. !
Add Comment
Please, Sign In to add comment