Advertisement
Guest User

Untitled

a guest
Sep 24th, 2017
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. interface Port-channel3
  2. switchport access vlan 100
  3. switchport trunk allowed vlan 100
  4. switchport mode access
  5. switchport nonegotiate
  6. spanning-tree portfast
  7. !
  8. interface FastEthernet0/10
  9. switchport access vlan 100
  10. switchport trunk allowed vlan 100
  11. switchport mode access
  12. switchport nonegotiate
  13. channel-protocol lacp
  14. channel-group 3 mode active
  15. spanning-tree portfast
  16. !
  17. interface FastEthernet0/38
  18. switchport access vlan 100
  19. switchport trunk allowed vlan 100
  20. switchport mode access
  21. switchport nonegotiate
  22. channel-protocol lacp
  23. channel-group 3 mode active
  24. spanning-tree portfast
  25. !
  26. interface FastEthernet0/40
  27. switchport access vlan 100
  28. switchport trunk allowed vlan 100
  29. switchport mode access
  30. switchport nonegotiate
  31. channel-protocol lacp
  32. channel-group 3 mode active
  33. spanning-tree portfast
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement