Ok, I won't be configuring any Avaya switches willingly any time soon. God that CLI is butt-ugly to look at. Sorry... I have issues with switches where ports are configured under VLANs instead of VLANs in the ports 🙂 Anyway after looking and trying to understand the logic of that CLI I have come up with a Cisco variant that I could understand: Trunks on 1/23 and 5/24 switchport mode trunk switchport native vlan 128 switchport trunk allowed vlan 128,172,180,185,187,190,196 (global command)vlan dot1q tag native Etherchannel Po2 ports: 1/23, 5/24 Po2 enabled as multichassis etherchannel with a shared MAC address containing 180c.200f Following Avaya commands make me suspect that switch is running Fast LACPDU's (1s) lacp timeout-time port 1/23,5/23-24 short vlacp port 1/23-24,5/23-24 timeout short vlacp port 1/23-24,5/24 timeout-scale 5 vlacp port 1/23,5/24 enable Cisco switches themselves default to Slow LACPDU's (30s) Not sure about Meraki, I'll have to run a capture but I believe I saw a capture once where it said slow LACPDU's. So that could be the issue that the LACP is timing out too soon on the Avaya switches. Maybe if you could change it slow LACPDU's (timeout long I guess)...
... View more