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