Hello all,
I have a stack of four Cisco wireless controllers (model 4402). I need to get these moved from the Cisco switch they are presently plugged into, over to my new stack of Extreme Summit 450-G2 switches. The wireless controllers each have two ports that are configured as channel group ports.
Here is what the Cisco switch port configuration looks like:
interface GigabitEthernet9/3 description OD WAP CONTROLLER 2 PORT 1 switchport switchport trunk encapsulation dot1q switchport trunk native vlan 70 switchport mode trunk no ip address mls qos trust dscp channel-group 5 mode on!interface GigabitEthernet9/4 description OD WAP CONTROLLER 2 PORT 2 switchport switchport trunk encapsulation dot1q switchport trunk native vlan 70 switchport mode trunk no ip address mls qos trust dscp channel-group 5 mode on!
Normally when I am connecting Cisco switches to Extreme, I change the Cisco side to "channel-group 5 mode active", and then on my Extreme side I would do something like this "enable sharing 1:49 grouping 1:49-50 algorithm address-based L2 lacp".
The problem with these old wireless controllers is that they do not support "mode active", only "mode on". According to Cisco documentation, "mode on" means "Enable Etherchannel only".
Can someone give me a hint on how I would match this on the Extreme switch? I took a few guesses, and failed to bring the device up.