Questions tagged [lacp]
LACP, or Link Aggregation Control Protocol, is a standard defined by IEEE 802.3ad for bundling or bonding multiple physical network ports together into one virtual device. This provides both high availability and load balancing. Participants in an LACP aggregation actively communicate with each other using LACPDUs every 1 second or 30 second to maintain knowledge of the bond configuration.
121 questions
2
votes
1
answer
381
views
Linux bond0 with 802.3ad not receiving LACP response from MikroTik?
I’m trying to set up an 802.3ad (LACP) bond on Linux with four interfaces (ens3f0, ens3f1, ens2f0, ens2f1) connected to a MikroTik switch. The bond is configured with
mode=802.3ad,
miimon=100,
...
0
votes
0
answers
214
views
Link aggregation (LACP) with active backup never re-selects primary
Trying to setup a bonnding interface in OpenWrt 23.05 between 2 OpenVPN interfaces in active backup mode. I control both ends of the connections and they both run OpenWrt 23.05.
I have a requirement ...
2
votes
2
answers
3k
views
How to config an LACP bonding in Openwrt 24.10?
I have updated Openwrt to 24.10 and found bonding config differs from previous releases.
Here's the config I'm currently using:
config device
option type 'bonding'
option name 'bond0'
...
0
votes
1
answer
2k
views
LACP between Ubuntu 22.04 and Open vSwitch: Ubuntu neither responding nor sending LACP PDU
I have a a fresh Ubuntu 22.04 running in KVM with 6 virtio interface emulating e1000. This is connected to an Open vSwitch and LACP is configured on both switch and Ubuntu.
Summery of my problem is ...
0
votes
1
answer
232
views
How to make sure my link on a host is not a part of a LACP (LAG)
How to make sure my link on a host is not a part of a LACP (LAG)?
I'm trying to start booting from PXE but DHCP-requests don't reach DHCP-server most of time. I only can boot intermittently from one ...
1
vote
1
answer
8k
views
How to troubleshoot LACP flapping interface triggered by layer 3 IP Address. (Juniper)
I am currently working on solving a network issue that has led to network outages across my organization. (I have included a picture of our simple topology below). Our network consists of a Router/...
0
votes
1
answer
86
views
Diagnosing switch support for LACP and Link Agreggation
How can I tell if an airgapped switch supports LACP and link aggregation?
1
vote
0
answers
42
views
Issues configuring the access ports (ubiquiti)
We currently have issues configuring the access ports for our servers on our rack switches(USW-EnterpriseXG-24).
Since we've learned that ubiquiti does currently not support switch stacking (vswitch) -...
0
votes
1
answer
540
views
Juniper LACP with linux server not increase speed
And:
I'm using R630 with Debian 11 and Ex2200 with version 12.3R12.4
The network: each server using 4 link to sw
server 1 ==== switch ==== server 2
Here is server config ( both server )
auto lo
...
0
votes
1
answer
505
views
Maximum throughput between Kubernetes pods with LACP bonding
We currently have a kubernetes cluster (using calico) where all worker nodes are connected together with lacp bonds (2x10GB links with LACP Mode 4 - 802.3ad).
However, the maximum throughput we manage ...
0
votes
0
answers
252
views
Windows server inaccessible through rdp or smb after being idle
Trying to figure out a problem where the server not responds to rdp or smb connections after being not used for around 3 hours (i.e. all users are out and only background services running). Two ...
1
vote
0
answers
1k
views
Juniper EX4200-48t LACP on 10GB module not working
I'm new to Juniper products and I bough two older EX4200-48t. I setup virtual chassis and add a few LAGs with LACP. All LAGs on copper connections works fine but on the 10GB module not. The module is ...
0
votes
2
answers
294
views
cisco sg550X support m-lag and
Please tell me
Support MC-LAG (Multichassis Link Aggregation Groups) model cisco sg550x?
can i use at the same time in stack for example:
1/1-2/1: M-LAG (LAG1)
and
1/19-2/20,1/20-2/19: for stack ...
1
vote
1
answer
955
views
LACP between Netgear ProSafe GSM7248V2 and Linux server
I am trying to connect a Linux server with two 1Gbps NICs with a switch Netgear ProSafe GSM7248V2 using bonding, specifically 802.3ad mode. The results are very confusing, I would be thankful for any ...
2
votes
1
answer
332
views
Cisco switches LACP, lost connections
I just put up a LACP between two Cisco SG-200 switches.
Unfortunately some PCs connected to these switches got problems like lost Postgres connections etc.
My configuration is simple:
---------------- ...