Advertisement
Guest User

efps

a guest
Oct 17th, 2017
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. interface GigabitEthernet0/0/6
  2. description blah
  3. mtu 1540
  4. no ip address
  5. load-interval 30
  6. carrier-delay msec 0
  7. negotiation auto
  8. no keepalive
  9. service instance 765 ethernet
  10. description BLAH_VOIP
  11. encapsulation dot1q 755 second-dot1q 765
  12. rewrite ingress tag pop 2 symmetric
  13. service-policy input BLAH_IN_VOIP_6.0MB
  14. service-policy output BLAH_OUT_VOIP_6.0MB
  15. bridge-domain 765
  16. !
  17. service instance 1026 ethernet
  18. description BLAH_L3VPN
  19. encapsulation dot1q 755 second-dot1q 1026
  20. rewrite ingress tag pop 2 symmetric
  21. service-policy input BLAH_IN_L3VPN_28.75MB
  22. service-policy output BLAH_OUT_L3VPN_28.75MB
  23. bridge-domain 1026
  24. !
  25. service instance 3500 ethernet
  26. description BLAH_MGMT
  27. encapsulation dot1q 755 second-dot1q 3500
  28. rewrite ingress tag pop 2 symmetric
  29. service-policy input MARK_MANAGEMENT
  30. bridge-domain 3500 split-horizon group 1
  31. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement