Questions tagged [bonding]

"bonding" is the Linux-term for link aggregation.

Cisco terminiolgy is "etherchannel", other vendors may talk about "trunking".

The idea is to use several pyhsical lines in the same (sub)network or VLAN and load-balance the traffic across these lines.

To make it work both "ends" need to use the same LB-mode.

369 questions
1
vote
1 answer

Linux Bonding Mode 1 Active-Backup

Is it possible both NIC configured as Linux Bonding Mode 1 sending traffic? I have a strange case where both NIC is set as Linux Bonding Mode 1 (active-backup) and connect to two different switches (connected each other through vpc-peer). For some…
mrdlnf
  • 11
  • 2
1
vote
1 answer

Is it possible to create iface teaming/bonding over tunnel devices?

I have several physical NICs on one server which should be able to access peer server's physical NICs. I have ip-tunnel devices (currently set as GRE) between each pair of NICs. I'd like to team/bond the tunnel devices to use them for failover. At…
immortal
  • 123
  • 5
1
vote
1 answer

Network bonding active-backup mode with two switches

This below is a sample of my network. I have two interfaces on one machine eth0: 192.168.150.2 and eth1: 192.168.150.3 and I want make my network redundant using mode=1 which is active-backup, so if one switch fails I want to still have traffic to…
ananetworking
  • 33
  • 1
  • 6
1
vote
0 answers

Linux Bonding with 2x10G LAN poor performance in kernels after 4.13.x

Here is our setup a DELL server with two 10G LAN ports and our old kernel 4.13.4 serving static video content using nginx (~8000 active connections) with the bandwidth of around 15.5G (1.2Mpps) on peak. We use Ubuntu lowlatency kernel built from…
neoX
  • 141
  • 1
  • 7
1
vote
0 answers

ifenslave stuck (lacp bond)

I'm trying to set up LACP bonding on Ubuntu 16.04.1 but I'm presented with this slightly illogical issue: $ ifenslave bond0 eth0 eth1 eth0: is already enslaved to bond0 eth1: is already enslaved to bond0 $ ifenslave -d bond0 eth0 eth1 eth0: is not…
FourthWall
  • 11
  • 2
1
vote
1 answer

In a LACP bond, do all partner interfaces need to have the same "oper key"?

We use LACP (mode 4) bonds extensively in our environment, and I occasionally run into problems with new deployments where cables get crossed, or switch ports are misconfigured causing bad LACP port states. One thing that I've been using to…
guzzijason
  • 1,410
  • 8
  • 18
1
vote
0 answers

netplan apply breaks bonding

Whenever I change my Network configuration on my Ubuntu 18.04 Server and apply it using netplan apply command, the bonding interface is no longer usable. While the IPs are correct, there is simply no communication possible. When I checked in…
Flole
  • 31
  • 4
1
vote
0 answers

Issue with bond + vlan + bridge on top of systemd-network

We are using two switches (let's call them A and B), and each host (running debian 9) has 2 nics (eno1 and eno2), connected to A and B. Those interfaces are bonded together (bond0) in active-backup mode: # ip link show dev eno1 2: eno1:…
aif
  • 381
  • 1
  • 8
1
vote
2 answers

How to create a link aggregation (NIC TEAM) between bare metal, with Hyper-V 2016, and the switch

I started using Hyper-V a short time ago, I only have experience with ESXi. I'm trying to do a link aggregation with the 4 network interfaces between bare metal with Hyper-V and the switch. I've already learned how to make a Hyper-V NIC TEAM to…
1
vote
1 answer

Cisco SG550X LACP standby member even if link is UP

I configured a LAG into a stack composed by 2 x SG550X-48 (Units 1/2) and 2 x SG550X-24 (Units 3/4). The LAG1 is configured with LACP on GE3/4 and GE4/4 ports. The problem is that the GE4/4 port is recognised as a standby member: even if the link…
Mat
  • 1,873
  • 7
  • 25
  • 41
1
vote
0 answers

Teamed port with activebackup and arp-ping link checking fails when one port dies

I have two machines which are interconnected over 2 ports and I want both ports to be teamed to have a single interconnect link. I've configured the team runner to be activebackup and the link state checker to be arp_ping. The result works and…
immortal
  • 123
  • 5
1
vote
2 answers

CentOS bond networking can't work after reboot

I create a NIC bond with two NICs with mode 6 in Cent OS 6.5. This is the configuration file: # cat /etc/sysconfig/network-scripts/ifcfg-bond0…
flypen
  • 205
  • 1
  • 3
  • 7
1
vote
1 answer

KVM server on CentOS 7 bonding 2 NICs and bridging vlans networking configuration not working

I am trying to setup CentOS 7 on a server to host VM's via KVM. The networking I am trying to set up should allow multiple vlans across the two NICs via bond/bridge setup. It's not working at all. I cannot figure out what I am doing wrong. Can…
Vladinatrix
  • 13
  • 1
  • 4
1
vote
1 answer

How to increase bandwidth of bonding interface in mode 6?

I am new to Linux Bonding Driver. I have configured a bond in mode 6 which combines 2 ethernet interfaces. Their individual bandwidth is 937Mbps and 700 Mbps. But when both the interfaces are up, the bandwidth of the bonding interfacs is always that…
Raunak
  • 11
  • 1
  • 5
1
vote
2 answers

Does FreeNAS link aggregation work with an unmanaged switch?

We currently are running a FreeNAS server in our repair shop, we are hoping to upgrade the NIC to a 4-Port Gigabit card. The idea would be to bond/link together the 4 ports for higher throughput and load balancing to and from clients. We currently…
Norr
  • 115
  • 1
  • 4