RouterOSでLAGを構成する

RouterOSでLAG(bonding)をLACP(802.3ad)で構成する

ブリッジからbondingを構成するinterfaceを外す。
bondingをmode=802.3adで構成する。
bondingインターフェースをブリッジに追加する。

# model = CRS305-1G-4S+

/interface bridge port
add bridge=bridge comment=defconf interface=ether1
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus1
add bridge=bridge comment=defconf disabled=yes interface=sfp-sfpplus2
add bridge=bridge comment=defconf interface=sfp-sfpplus3
add bridge=bridge comment=defconf interface=sfp-sfpplus4
add bridge=bridge interface=bonding1

/interface bonding
add mode=802.3ad name=bonding1 slaves=sfp-sfpplus1,sfp-sfpplus2