Bridging Bonding interface and sfp+

I am trying to bond two 700Mbps+ links and bridge them to a 10Gbps link

I cannot ping from router1 to router2 with sfp7 and sfp8 in a bonding interface. If I move them directly to the bridge and remove the bonding then I can ping.

Here is the relevant “/export compact”. Both Agg1 and Agg2 are configured the same. Agg3 has not been setup yet.

/interface bridge
add name=bridge1
/interface bonding
add link-monitoring=none mode=balance-alb name=bonding-1 slaves=sfp7,sfp8
/interface bridge port
add bridge=bridge1 interface=sfpplus1
add bridge=bridge1 interface=bonding-1

Router1, 2 and 3 should all be on the same bridged network segment.
The Agg devices are CCR1016-12S-1S+.
The Routers I am testing with are CCR1009-8G-1S-1S+.
setup.PNG

Hi ,
what about your IP’s ?? you set them on bridge ? also test another bonding mode and set a link-monitoring then see what happens ?

the routers IPs are 192.168.6.1/24 and 192.168.6.2/24
The only bonding I can get to work is 802.3ad, but what I can see that won’t work because the links could have differing speeds.
I have tried mii link monitoring, it stays linked with no traffic.