CRS510-8XS-2XQ MLAG Problem

Hello,

i have this setup similar here:
https://help.mikrotik.com/docs/display/ROS/Multi-chassis+Link+Aggregation+Group

ros 7.8

my setup at the moment:
mikrotiksupportfall-mlag.png
switch1:
/interface bridge
add ingress-filtering=no name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan1 vlan-id=1
/interface bonding
add mode=802.3ad name=mlag-bond slaves=qsfp28-1-1,qsfp28-2-1
add mode=active-backup name=pve1 slaves=sfp28-1
add mode=active-backup name=pve2 slaves=sfp28-2
add mlag-id=8 mode=802.3ad name=pve8 slaves=sfp28-8
/interface bridge mlag
set bridge=bridge1 peer-port=mlag-bond
/interface bridge port
add bridge=bridge1 interface=mlag-bond pvid=999
add bridge=bridge1 interface=pve8
add bridge=bridge1 interface=sfp28-5
add bridge=bridge1 interface=sfp28-3
add bridge=bridge1 interface=pve1
add bridge=bridge1 interface=pve2
/interface bridge vlan
add bridge=bridge1 tagged=mlag-bond,bridge1 untagged=pve8,pve1,pve2 vlan-ids=1
add bridge=bridge1 tagged=bridge1,mlag-bond,pve1,pve2 vlan-ids=12
/ip address
add address=10.1.1.11/16 interface=vlan1 network=10.2.0.0
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.2.2.1 routing-table=main suppress-hw-offload=no

switch2:
/interface bridge
add ingress-filtering=no name=bridge1 vlan-filtering=yes
/interface vlan
add interface=bridge1 name=vlan1 vlan-id=1
/interface bonding
add mode=802.3ad name=mlag-bond slaves=qsfp28-1-1,qsfp28-2-1
add mode=active-backup name=pve1 slaves=sfp28-1
add mode=active-backup name=pve2 slaves=sfp28-2
add mlag-id=8 mode=active-backup name=pve8 slaves=sfp28-8
/interface bridge mlag
set bridge=bridge1 peer-port=mlag-bond
/interface bridge port
add bridge=bridge1 interface=mlag-bond pvid=999
add bridge=bridge1 interface=pve8
add bridge=bridge1 interface=sfp28-5
add bridge=bridge1 interface=sfp28-6
add bridge=bridge1 interface=pve1
add bridge=bridge1 interface=pve2
add bridge=bridge1 interface=sfp28-3 pvid=12
/interface bridge vlan
add bridge=bridge1 tagged=bridge1,mlag-bond untagged=pve8,pve1,pve2 vlan-ids=1
add bridge=bridge1 tagged=bridge1,mlag-bond,pve1,pve2 untagged=sfp28-3 vlan-ids=12
/ip address
add address=10.1.1.12/16 interface=vlan1 network=10.2.0.0
/ip route
add disabled=no dst-address=0.0.0.0/0 gateway=10.1.2.1 routing-table=main suppress-hw-offload=no

my problem:

i ping from my client below the servers above.

that works but with 2-8% packet loss.

it seems that the arp table of both crs510 is not in sync or arp times out.

i tried the bond from crs326 to the both crs510 to switch from 802.3ad to active backup.

its a litte bit better. but from my client i can’t after that change the ip auf the switch to never reach.

whats wrong ?

Thanks

Thomas

FWIW I have had similar problems with MLAG.

It seems to get better if I don’t have MLAG on one pair of switches connecting to an MLAG on another pair, but, even then, I see packet loss.