Page 1 of 1

ESXI 6.5 + Mikrotik Link Aggregation

Posted: Fri Nov 10, 2017 8:48 am
by megamuz
Hi, how configure Link Aggregation ESXI + Mikrotik swith CRS125 ?

ESXI - 4 port 1Gb -> 1 vPort 4Gb

Bounding 802.3ad?
/interface ethernet switch trunk ??

Re: ESXI 6.5 + Mikrotik Link Aggregation

Posted: Fri Nov 10, 2017 11:14 am
by cdiedrich
802.3ad and LACP are not (yet?) supported in hardware on CRS switches - and doing it in software maxes out your CPU and performs poorly to put it in a polite way.
You can try a static bonding following this Wiki Page.

Additionally, bonding on ESXi is only supported with distributed vSwitches which is part of the enterprise plus license.
But you can achieve a similar solution by adding a rOS vm to your ESXi host, add a NIC per physical NIC to it and create a vSwitch per physical interface, enable promiscous mode. Do not connect any other vms than the rOS vm to those vSwitches.
Now in your rOS vm set up a bonding interface over all vNICs.
For the vm network(s), create a new vSwitch without any physical interface and hook up the rOS vm to it as well as all vms.
In your rOS vm, create a bridge and add the bonding interface and the vm-vSwitch-facing interface to it.
That works.

-Chris

Re: ESXI 6.5 + Mikrotik Link Aggregation

Posted: Mon Nov 13, 2017 2:10 pm
by megamuz
Ok, Thanks!)

Re: ESXI 6.5 + Mikrotik Link Aggregation

Posted: Mon Mar 30, 2020 10:51 pm
by gaopeng
I also encountered this problem recently. Do I need to configure Lacp in exis virtual machine switch or ROS?

Re: ESXI 6.5 + Mikrotik Link Aggregation

Posted: Sun Dec 04, 2022 8:58 pm
by nclmrc