CRS354-48G-4S+2Q+ Bonding or VLAN problem

Hi

Two switches given:
CRS354-48G-4S+2Q+
CRS312-4C+8XG

I first created a bonded interface on CRS354 but i didn’t get it to work. Then I created a bonding interface on CRS312 the same way as on CRS354 and it worked with the same host connected.

I don’t see a difference in the configs (except some quotation marks for tagged interfaces). So there must be a problem with CRS354, maybe related to http://forum.mikrotik.com/t/crs354-48p-4s-2q-traffic-problem-on-ports-1-to-8/139024/1 But single interfaces are working for me on CRS354.

Configs (removed MAC addresses and some non relevant parts, had to add both configs into same code tag)

# may/27/2020 08:44:05 by RouterOS 6.46.6
# software id = *******
#
# model = CRS354-48G-4S+2Q+
# serial number = *******
/interface bridge
add auto-mac=no name=bridge pvid=10 vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan10 vlan-id=10
/interface bonding
add mode=802.3ad name=bonding-eth1-eth2 slaves=ether1,ether2
/interface bridge port
add bridge=bridge frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=bonding-eth1-eth2 pvid=10
/interface bridge vlan
add bridge=bridge tagged="bridge,ether48,ether1,sfp-sfpplus4,ether6,bonding-eth1-eth2,bonding-eth9-eth10" vlan-ids=10


# may/27/2020 08:43:42 by RouterOS 6.46.6
# software id = ********
#
# model = CRS312-4C+8XG
# serial number = ********
/interface bridge
add auto-mac=no name=bridge pvid=10 vlan-filtering=yes
/interface vlan
add interface=bridge name=vlan10 vlan-id=10
/interface bonding
add mode=802.3ad name=bonding-eth3-eth4 slaves=ether3,ether4
/interface bridge port
add bridge=bridge frame-types=admit-only-vlan-tagged ingress-filtering=yes interface=bonding-eth3-eth4 pvid=10
/interface bridge vlan
add bridge=bridge tagged=combo4,bridge,bonding-eth5-eth6,bonding-eth1-eth2,bonding-eth3-eth4 vlan-ids=10