EtherChannel ist ein Begriff, der normalerweise von Cisco verwendet wird, auf MikroTik Routern wird das Konzept eines EtherChannel als "Bonding" bezeichnet.
/interface bonding add mode=balance-rr name=ethchan1 arp=enabled arp-interval=100ms arp-ip-targets=<ethchan1-ip> primary=ether1-lan slaves=ether2-lan transmit-hash-policy=layer-2-and-3
/ip address add address=<ethchan1-ip>/<suffix> interface=ethchan1