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.

365 questions
17
votes
6 answers

Why does my gigabit bond not deliver at least 150 MB/s throughput?

I directly connected two PowerEdge 6950 crossover (using straight lines) on two different PCIe-adapters. I get a gigabit link on each of these lines (1000 MBit, full duplex, flow contol in both directions). Now I am trying to bond these interfaces…
Nils
  • 7,657
  • 3
  • 31
  • 71
15
votes
4 answers

How to identify NICs that are connected to the same switch from a Linux box?

Initial Setup As a Linux administrator you have installed a fresh Linux box with 6 NICs eth0 to eth5. The eth0 interface is correctly configured and all other interfaces are currently up but without IP address. The network guys have simply attached…
Reiner Rottmann
  • 623
  • 1
  • 7
  • 19
11
votes
2 answers

Does setting MTU on logical interfaces affect physical interfaces

I've been using a combination of interface bond-, vlan- and bridge-interfaces to provide redundancy and different logical network layers to xen domU's. This setup is working well however i'm a bit uncertain as to how different settings on these…
KvH
  • 133
  • 2
  • 6
11
votes
16 answers

2 DSL lines...any benefit?

I have Verizon DSL in my office, I put DSL in about a year ago for $29.95 month...I added a new phone line recently and it was cheaper to actually get it bundled with DSL so now I have two DSL lines...my plan was to shut the first one off when my 1…
EJB
  • 1,329
  • 5
  • 15
  • 23
11
votes
3 answers

Link aggregation (LACP/802.3ad) max throughput

I'm seeing some confusing behaviour regarding bonded interfaces under Linux and I'd like to throw the situation out there in hopes that someone can clear it up for me. I have two servers: Server 1 (S1) has 4x 1Gbit ethernet connections; Server 2…
Zetten
  • 213
  • 1
  • 2
  • 5
11
votes
3 answers

RHEL 6.4: Mode 1 channel bonding not failing over

I'm running RHEL 6.4, kernel-2.6.32-358.el6.i686, on an HP ML 350 G5 with two onboard Broadcom NetXtreme II BCM5708 1000Base-T NICs. My goal is to channel bond the two interfaces into a mode=1 failover pair. My problem is that in spite of all…
Wesley
  • 32,320
  • 9
  • 80
  • 116
10
votes
1 answer

FreeBSD link aggregation no faster than single link

We put a 4 port Intel I340-T4 NIC in a FreeBSD 9.3 server1 and configured it for link aggregation in LACP mode in an attempt to decrease the time it takes to mirror 8 to 16 TiB of data from a master file server to 2-4 clones in parallel. We were…
Warren Young
  • 472
  • 1
  • 5
  • 19
10
votes
3 answers

What are the differences between channel bonding modes in Linux?

Under Linux you can combine multiple network interfaces into a "bonded" network interface to provide failover. But there are several modes, some of which do not require switch support. I'm not constrained in my switch in that I can use any of the…
hookenz
  • 14,132
  • 22
  • 86
  • 142
10
votes
4 answers

Link bonding across multiple switches?

I've read up a little bit on bonding nics with ifenslave; what I'm having trouble understanding is whether there is special configuration needed in order to split the bonds across two switches. For example, if I have several servers that all have…
Bryan Agee
  • 1,179
  • 2
  • 10
  • 27
10
votes
4 answers

How do people monitor the status of bonding slave interfaces on linux?

I have set up two interfaces as bonding slaves (eth0 and eth1 bonded as bond0). How are people monitoring the status of the slaves? How are you notified if the link fails on one interface? Do you poll something in /sys/class/net/bond0 or…
Louis Munro
  • 195
  • 1
  • 1
  • 7
9
votes
2 answers

How to Bond Two (Multiple) Internet Connections for Increased Speed and Failover

We are located in a rural area with two slow ADSL connections (3.5/0.5 Mbps) and wanted to improve connection speed and reliability by somehow "combining" them. The following describes our solution which so far works very well. This is therefore not…
legolas108
  • 326
  • 1
  • 2
  • 7
9
votes
3 answers

Why iperf still reports 1Gbps performance when using bonding over two 1Gbps adapters?

As I understand it, bonding brings among other benefits the ability to increase the network speed between two machines in a LAN. Bonding [...] means combining several network interfaces (NICs) to a single link, providing either high-availability,…
Arseni Mourzenko
  • 2,165
  • 5
  • 23
  • 41
9
votes
4 answers

Can bonding 2 interfaces double the speed?

I have 2 linux boxes running centos 6.5 each with 2 interfaces bonded together, linked to a Cisco 2960-S switch with lacp configured ports. The configuration on the switch port-channel load-balance src-dst-mac ! interface Port-channel1 switchport…
Ammar Lakis
  • 176
  • 1
  • 1
  • 9
9
votes
4 answers

Multi-WAN bonding across different media

I've recently been thinking again about a product that Viprinet provide, basically they've got a pair of routers, one that lives in a datacentre, Their VPN Multichannel Hub and the on-site hardware, their VPN multichannel routers They've also got a…
Tom O'Connor
  • 27,440
  • 10
  • 72
  • 148
9
votes
3 answers

Does linux balance-rr (bond mode=0) work with all switches?

I'm configuring two ethernet interfaces into an aggregation group to double bandwidth, and I was wondering if bond mode=0 works for all switches? What about dumb switches that don't support LACP? Will this methodology double bandwidth for a single…
ensnare
  • 2,132
  • 6
  • 23
  • 39
1
2 3
24 25