On my C5210 Extreme Wireless Controller, I have a lag2 which consists of esa2 and esa3. These are filled with fiber SFP's which connect to a Cisco C3750 (ports 51, and 51 on a 48 port switch).
On my Cisco side, I am seeing MAC flapping between the two lag ports ...
.Mar 9 14:52:19.071: %SW_MATM-4-MACFLAP_NOTIF: Host 001e.67d0.5b54 in vlan 72 is flapping between port Gi1/0/52 and port Gi1/0/51.Mar 9 14:52:23.374: %SW_MATM-4-MACFLAP_NOTIF: Host 00cd.fe77.18c7 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:52:44.673: %SW_MATM-4-MACFLAP_NOTIF: Host 4088.05bf.4a47 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:52:48.850: %SW_MATM-4-MACFLAP_NOTIF: Host 001e.67d0.5b54 in vlan 72 is flapping between port Gi1/0/52 and port Gi1/0/51
.Mar 9 14:52:52.650: %SW_MATM-4-MACFLAP_NOTIF: Host 00cd.fe77.18c7 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:53:05.477: %SW_MATM-4-MACFLAP_NOTIF: Host 4088.05bf.4a47 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:53:22.128: %SW_MATM-4-MACFLAP_NOTIF: Host 00cd.fe77.18c7 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:53:34.786: %SW_MATM-4-MACFLAP_NOTIF: Host 4088.05bf.4a47 in vlan 190 is flapping between port Gi1/0/51 and port Gi1/0/52
.Mar 9 14:53:46.212: %SW_MATM-4-MACFLAP_NOTIF: Host 6045.bdcc.f4c0 in vlan 76 is flapping between port Gi1/0/51 and port Gi1/0/52
Here is what my Cisco config looks like ...
interface Port-channel2 description EXTREME WIRELESS PORT-CHANNEL
switchport trunk encapsulation dot1q
switchport mode trunk
interface GigabitEthernet1/0/51 description EXTREME WIRELESS CONTROLLER LAG2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
!
interface GigabitEthernet1/0/52
description EXTREME WIRELESS CONTROLLER LAG2
switchport trunk encapsulation dot1q
switchport mode trunk
channel-group 2 mode on
From what I am reading, this is usually caused by an etherchannel protocol mis-match. I am assuming that both sides are using LACP. But is that not the case? I can change that on my Cisco side. I have tried on, desireable, and passive. But they all give me the same problem.
switch-serveroomb(config-if)#channel-group 2 mode ? active Enable LACP unconditionally
auto Enable PAgP only if a PAgP device is detected
desirable Enable PAgP unconditionally
on Enable Etherchannel only
passive Enable LACP only if a LACP device is detected