Advertisement
Guest User

Untitled

a guest
Jul 2nd, 2015
243
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.73 KB | None | 0 0
  1. vlan 8
  2. name Genexis-MGMT
  3. private-vlan primary
  4. private-vlan association 608
  5. !
  6. vlan 10
  7. name PPPoE-VLAN
  8. private-vlan primary
  9. private-vlan association 610
  10.  
  11. vlan 608
  12. name GNX-ISO
  13. private-vlan isolated
  14. !
  15. vlan 610
  16. name pppoe-iso
  17. private-vlan isolated
  18.  
  19. interface GigabitEthernet3/1
  20. description UPLINK
  21. switchport
  22. switchport trunk encapsulation dot1q
  23. switchport trunk allowed vlan 8,10
  24. switchport mode trunk
  25. load-interval 30
  26. !
  27. interface GigabitEthernet3/2
  28. description 01001723
  29. switchport
  30. switchport trunk encapsulation dot1q
  31. switchport trunk native vlan 608
  32. switchport trunk allowed vlan 608,610
  33. switchport private-vlan mapping 8 608
  34. switchport mode private-vlan promiscuous
  35. load-interval 30
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement