Advertisement
Guest User

Untitled

a guest
Jun 11th, 2024
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. interface Port-channel3
  2. description LACP SW1
  3. switchport trunk native vlan 999
  4. switchport mode trunk
  5. !
  6. interface GigabitEthernet0/9
  7. switchport trunk native vlan 999
  8. switchport mode trunk
  9. channel-group 3 mode active
  10. !
  11. interface GigabitEthernet0/10
  12. switchport trunk native vlan 999
  13. switchport mode trunk
  14. channel-group 3 mode active
  15. !
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement