I need to setup a port channel with a Cisco switch. I just want to verify the steps I need to perform.
This is what I have on the Cisco side for the port channel config so far:
interface Port-channel1
description Etherchannel to summit
switchport trunk encapsulation dot1q
switchport mode trunk
interface GigabitEthernet0/49
description Trunk to summit GI2/1
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
!
interface GigabitEthernet0/50
description Trunk to summit
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
!
interface GigabitEthernet0/51
description Trunk to summit
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
!
interface GigabitEthernet0/52
description Trunk to summit
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 1 mode desirable
On the extreme side:
en sharing 1:48 grouping 1:48,2:48,3:48,4:48 lacp
con port 1:48 des port_channel_cisco
Then I would just remove ports from default vlan:
con default del port 1:48,2:48,3:48,4:48
Then add them to my vlans
con server add port 1:48,2:48,3:48,4:48 untagged
etc.....