REGARDING LACP BOND

Abhijit Roy

Member
Jul 23, 2019
50
2
13
42
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
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!