Hi...
I'm configuring a new Proxmox server and have it connected to a Meraki Switch. My idea is to create an LACP bundle to provide more speed and redundancy, but every time I configure the LACP portion on the Meraki switch it always tells me that LACP is not enabled on the other side (Proxmox server) and disabled all ports. I've checked other forums and found that the command "bond-lacp-rate slow" could help, but nothing so far.
Here's the configuration on Proxmox:
--------------------------------------------------------------------
--------------------------------------------------------------------
Any ideas?
I'm configuring a new Proxmox server and have it connected to a Meraki Switch. My idea is to create an LACP bundle to provide more speed and redundancy, but every time I configure the LACP portion on the Meraki switch it always tells me that LACP is not enabled on the other side (Proxmox server) and disabled all ports. I've checked other forums and found that the command "bond-lacp-rate slow" could help, but nothing so far.
Here's the configuration on Proxmox:
--------------------------------------------------------------------
auto eno1iface eno1 inet manualauto eno2iface eno2 inet manualauto eno3iface eno3 inet manualauto eno4iface eno4 inet manualauto bond0iface bond0 inet manual bond-slaves eno1 eno2 eno3 eno4 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer2+3 bond-lacp-rate slowauto vmbr0iface vmbr0 inet manual bridge-ports bond0 bridge-stp off bridge-fd 0 bridge-vlan-aware yes bridge-vids 2-4094auto vmbr0.10iface vmbr0.10 inet static address 192.168.128.242/24 gateway 192.168.128.1--------------------------------------------------------------------
Any ideas?