Advertisement
Guest User

Untitled

a guest
Aug 17th, 2017
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. interface GigabitEthernet0/1
  2. port-type nni
  3. switchport trunk allowed vlan none
  4. switchport mode trunk
  5. !
  6. service instance 20 ethernet
  7. encapsulation dot1q 20
  8. rewrite ingress tag pop 1 symmetric
  9. bridge-domain 20 split-horizon group 0
  10. !
  11. !
  12. interface GigabitEthernet0/2
  13. port-type nni
  14. switchport trunk allowed vlan none
  15. switchport mode trunk
  16. !
  17. service instance 20 ethernet
  18. encapsulation dot1q 20
  19. rewrite ingress tag pop 1 symmetric
  20. bridge-domain 20 split-horizon group 0
  21. !
  22. !
  23. interface Vlan20
  24. ip address blahblah
  25. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement