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
0
votes
2 answers

XenServer Nic Bond; Guest Network Speed?

In my XenServer 7.3 I have 4 Intel 1G network adapters. I configured Nic1 as Management and Nic0 & Nic2 as a LACP Bond based on IP and port (On my Cisco L3 Switch I did the same for the two connections).XenCenter displays a Speed of 2G for the Bond.…
Corben
  • 1
  • 1
0
votes
1 answer

VLAN across switches with teamed NIC ports

I'm having trouble configuring a VLAN across two switches (switch A is Cisco 3750G and switch be is a HP Procurve 2824) with Win2k8 R2 servers set up with teamed NIC ports and Gb1 landing on switch A and Gb2 landing on switch B. VLAN 101 is…
TJF
  • 391
  • 1
  • 6
  • 15
0
votes
1 answer

Intel Network Card on Linux server - limited performance despite bonding ports

I took over a Debian 7 server with an Intel NIC where the ports are bonded together for load balancing. This is the hardware: lspci -vvv | egrep -i 'network|ethernet' 04:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection…
azren
  • 131
  • 3
0
votes
1 answer

ethernet bonding in Centos 7 - testing without network connections

I'm configuring a Centos 7 box to do Ethernet bonding of 2 nic's. I've edited the ifcfg files by hand and said no to NetworkManager. But it's not coming up. I'd like to eliminate the config on the network switch, just to isolate the problem, even…
user214691
  • 11
  • 5
0
votes
1 answer

Is Level One's Trunking feature like LAG/Etherchannel or is it used for VLANs?

I have a couple of Level One GSW-2476 switches. They allow setting a port's membership in one of eight trunks. Up until now, I thought of trunking as being like LAG groups, i.e. load balancing/aggregation/redundancy. After configuring some ports to…
Crazor
  • 101
  • 1
  • 3
0
votes
1 answer

Will adaptive load balancing (ALB) link aggregation causes high cpu usage in a NAS?

I have a NAS which has 2 10Gbe ports, and it provides Adaptive Load Balancing (ALB) link aggregation function. By checking Wikipedia, it seems that in ALB, the bonding driver needs to go through complicated processes (intercept ARP, overwrite HW…
0
votes
0 answers

Slave interface receiving packets but not bond. Why?

I have 2 network interfaces with mac aa:aa:aa:aa:aa:aa and bb:bb:bb:bb:bb:bb When i bind them the bond gets the mac aa:aa:aa:aa:aa. I make a configuration where i make sure all the replies of icmp requests leaving the bond reaches the bond ip at…
Raunak
  • 11
  • 1
  • 5
0
votes
2 answers

iperf bandwidth less than interface speed

I used linux bonding driver to bond 2 NICs in mode 6 in client PC. ethtool ethX shows speed =1000 ethtool bond0 shows speed =2000 but when i use iperf bandwidth of eth0 = 934Mbps bandwidth of eth1 = 637Mbps bandwidth of bond0 = 934Mbps Shouldnt…
Raunak
  • 11
  • 1
  • 5
0
votes
0 answers

CentOS 6: bond 3 NICs with different modes (1+4)

On my CentOS 6 box I would like to construct the following setup: .----------------------. | Switch | '-=------------------=-' | | | | | | .-=----.--=---.---=--. | eth0 | eth1 | eth2…
0
votes
0 answers

Why are there different types of bond configuration policies in linux, instead of one that can give a combined throughput and fail-over configuration?

I am confused and not able to understand exactly the actual concept behind it. At switch level, what happens that prevents to use one globally accepted bond configuration policy? And I don't understand why do we use specifically active-backup…
GP92
  • 681
  • 2
  • 9
  • 27
0
votes
2 answers

KVM bridge over bonding with multiple subnets

I can access host via 213.xxx.xxx.1 assigned to br0:1 but VM with 213.xxx.xxx.2 (bridge interface on br0:1) doesn't work. Do I have to create another bridge interface for the second subnet, but then bond0 is already connected with br0?! Basically…
HTF
  • 3,148
  • 14
  • 52
  • 82
0
votes
2 answers

Bond active backup Linux

i am trying to set up a bond on my 4.4 proxmox server. i chose active-backup because the bond will be linked to a linux bridge which will not use Spanningtree Protocol. the bond(bond1) will have 2 slaves : Bond0 which is an LACP of 3…
Gorshok
  • 29
  • 11
0
votes
1 answer

Link bonding across multiple switches, am I right this way?

After reading https://wiki.linuxfoundation.org/networking/bonding at "Maximum Throughput in a Multiple Switch Topology", I wonder whether I can link to Host A with single LAN port after a 802.3ad switcher like this: +-----------+ …
Galaxy
  • 105
  • 1
  • 9
0
votes
2 answers

Ubuntu 14.04 bond (balance-rr) down but slaves are up

I am trying to setup balance-rr on my Ubuntu 14.04 server. I have a USB 3.0 dual NIC adapter (eth1 and eth2). It is direct connected to my NAS. It was working and then I rebooted and now it isn't working. I can't seem to get it to work now and I…
Alec Fenichel
  • 195
  • 1
  • 2
  • 10
0
votes
1 answer

VSphere 6: Any performance benefits from teaming NIC's on servers directly cabled to each other?

I have two ESXi 6 hosts. They each have dual 10GB NIC's. There are two cables connecting the servers together directly. (These NIC's are for vmotion and management stuff only.) I configured a vswitch with both NIC's as uplinks in teaming mode,…