Skip to content

Instantly share code, notes, and snippets.

@awilki01
Created May 24, 2017 21:27
Show Gist options
  • Save awilki01/5d9aa7879937f5504524a6a910bfacf1 to your computer and use it in GitHub Desktop.
Save awilki01/5d9aa7879937f5504524a6a910bfacf1 to your computer and use it in GitHub Desktop.
SW2:
interface Port-channel24
no switchport
ip address 155.1.108.2 255.255.255.0
!
interface GigabitEthernet0/1
no switchport
no ip address
negotiation auto
channel-group 24 mode active
!
interface GigabitEthernet0/2
no switchport
no ip address
negotiation auto
channel-group 24 mode active
SW4:
interface Port-channel24
no switchport
ip address 155.1.108.4 255.255.255.0
!
interface GigabitEthernet0/1
no switchport
no ip address
negotiation auto
channel-group 24 mode active
!
interface GigabitEthernet0/2
no switchport
no ip address
negotiation auto
channel-group 24 mode active
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment