REGARDING LACP BOND

Abhijit Roy

Well-Known Member
Jul 23, 2019
58
4
48
43
Dear All,

Can anyone please tell for implementing LACP(I understood that best performance bond as per documentation) is proxmox ve lable configuration is enough, or I have to configure lacp in 2 ports of particular switch in which my server is connected, my switch is lacp aware, i have configured vmbr0 with bridge port as bond0 consist of eno1 and eno2.

suggestion needed
 
Hi,

Yes, your switch must support LACP and you must configure LACP on your switch.

lacp 802.3ad provides increased throughput and provides redundancy. In the event of one connection failure, everything will continue to work.

example
Code:
auto bond1
iface bond1 inet static
       bond-slaves eno7 eno8
       bond-miimon 100
       bond-mode 802.3ad
       bond-xmit-hash-policy layer2+3

auto vmbr1
iface vmbr1 inet static
        address  192.168.222.101
        netmask  24
        bridge-ports bond1
        bridge-stp off
        bridge-fd 0
        bridge-vlan-aware yes
        bridge-vids 2-4094