Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.37 KB | None | 0 0
  1. interface FastEthernet0/1
  2. description ATLAS_PROBE
  3. switchport access vlan 96
  4. switchport trunk encapsulation dot1q
  5. switchport trunk pruning vlan none
  6. switchport mode access
  7. !
  8. interface FastEthernet0/2
  9. description EE Brightbox (2nd)
  10. switchport trunk encapsulation dot1q
  11. switchport trunk native vlan 96
  12. switchport trunk allowed vlan 1,96
  13. switchport trunk pruning vlan none
  14. !
  15. interface FastEthernet0/3
  16. description LYNNE-PC
  17. switchport access vlan 96
  18. !
  19. interface FastEthernet0/4
  20. description DL380 NIC2 VMbr1
  21. switchport access vlan 2
  22. switchport trunk encapsulation dot1q
  23. switchport trunk native vlan 2
  24. switchport trunk allowed vlan 2-4
  25. switchport trunk pruning vlan none
  26. switchport mode access
  27. !
  28. interface FastEthernet0/5
  29. description BP 2 CISCO AP
  30. switchport access vlan 96
  31. switchport trunk encapsulation dot1q
  32. switchport trunk native vlan 96
  33. switchport trunk allowed vlan 1,2,96
  34. switchport trunk pruning vlan none
  35. switchport mode trunk
  36. !
  37. interface FastEthernet0/6
  38. description
  39. switchport trunk encapsulation dot1q
  40. switchport trunk pruning vlan none
  41. switchport mode access
  42. !
  43. interface FastEthernet0/7
  44. description BP3 (MiddleRHS)PS4
  45. switchport access vlan 96
  46. switchport trunk encapsulation dot1q
  47. switchport trunk native vlan 96
  48. switchport trunk allowed vlan 1,2,96
  49. switchport trunk pruning vlan none
  50. switchport mode trunk
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement