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
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,212
  • 7
  • 24
  • 40
9
votes
3 answers

Server-to-Switch Trunking in Procurve switch, what does this mean?

I am looking to set up switch redundancy in a new datacenter environment. IEEE 802.3ad seems to be the go-to concept on this, at least when paired with a technology that gets around the "single switch" limitation for the link aggregation. Looking…
MattUebel
  • 927
  • 4
  • 13
  • 32
8
votes
1 answer

Is bonding mode=5 a solution against MAC flapping?

There is two are interconnected Cisco WS-2950T. By the one GBIC port on first switch connected a first NIC of bonding interface, and by the one GBIC port on second switch connected a second NIC of bonding interface. Of course the both switches sees…
jurijcz
  • 207
  • 3
  • 9
8
votes
2 answers

Network traffic doesn't appear to leave the trunk

I'm in the process of staging up some new virtualization servers, and part of that is to get some higher-bandwidth pipes into them. The ultimate goal is to bind 4 GigE ports into a single trunk carrying 802.1q tagged traffic. I can get that far,…
sysadmin1138
  • 133,124
  • 18
  • 176
  • 300
7
votes
2 answers

Baffled with a simple bond throughput, can't get more than a Gig

I have DL380 server with QLogic Gigabit Ethernet installed. Simply trying to create a bond but can't seem to get throughout more than 1 Gig link. All 3 cables from 2 servers are connected to S40 switch where I created the LACP (Lag) the link comes…
NBhatti
  • 173
  • 5
7
votes
3 answers

Linux NIC bonding on top of vlan interfaces?

Is it possible to set up bonding(active/backup) on top of existing vlan interfaces ? Assume the following scenario: Linux Server with 2 NICs connected to separate switches iSCSI initiator + MPIO to utilize both NICs (redundancy+throughput) each…
powo
  • 356
  • 2
  • 6
7
votes
3 answers

Bonding 2 or more Gigabyte NIC together to get 2Gbps performance between 1 server and 1 client?

I have not gotten the server or the NIC yet, but here is the target setup: 1x Server 1x Client 1 or more NIC linked point to point between the Server & Client (No switch involved) So I am wondering if it is possible to setup some form of bonding…
Pharaun
  • 350
  • 1
  • 3
  • 10
6
votes
3 answers

Multiplexed 1 Gbps Ethernet?

Is it possible to multiplex two (or more) 1Gbps Ethernet into a single logical connection? Is it common place? Advisable? Stupid? Other considerations? I ask because my hosting partner's network infrastructure is 1Gbps, but I have the need for…
Stu Thompson
  • 3,349
  • 7
  • 31
  • 47
6
votes
4 answers

Does bonding 3 1G NICs into one make a 3G NIC?

For example, I have 3 NICs (1GB) and make a bonded NIC. Do I get a 3GB NIC? Should I connect these 3 NICs into 1 switch? If one NIC dies, do I still have the network between server and switch alive? Or should I connect each NIC to 3 different…
Sato
  • 449
  • 2
  • 9
  • 17
6
votes
1 answer

4X10GB Bonded NIC - only producing 4-5GB throughput

I have Two HPBL685c G6 blade servers running Ubuntu 15.04 Each server has 4X10GB NIC 2x10GB NIC are connected to a single VirtualConnect 10/10G Ethernet module The other 2x10GB NIC are connected to a second VirtualConnect 10/10G Ethernet…
6
votes
2 answers

LACP with 2 NICs working when either one is down, not when both are up

I'm running into problems with getting a LACP trunk to operate properly on Ubuntu 12.04.2 LTS. My setup is a single host connected with two 10 Gbe interfaces to two seperate Nexus 5548 switches, with vPC configured to enabled multi-chassis LACP. …
Tolli
  • 61
  • 1
  • 1
  • 5
6
votes
2 answers

Fault Tolerance with 2 HP ProCurve 2824 Switches

Looking for some advice on our current situation. We have a full rack at a data center that contains 1 uplink to the data center distribution layer switch (we don't control this), 2 HP ProCurve 2824's and a handful of servers (I'll leave it at that…
aj4525
  • 61
  • 1
  • 2
6
votes
4 answers

Linux bonding: 802.3ad (LACP) vs. balance-alb mode

Here's the situation. I would like to connect my Linux servers to a single network using dual link for fault tolerance and load balancing reasons. The servers have 2 or more 1-gig NICs and I plan to connect each of them to a different switch that…
sagi
  • 707
  • 3
  • 9
  • 19
6
votes
3 answers

Can we bond (with Manage Virtual Interfaces, or similar) across an USB Ethernet dongle and the Airport Wifi

We've got a Macbook Air (Actually, we've got some Airs, Some Pros and some iMacs). We've got a consistently annoying problem, which is that when they connect to our DHCP server, they've actually got 2 different IP addresses, and that causes 2…
Tom O'Connor
  • 27,480
  • 10
  • 73
  • 148
6
votes
4 answers

How to achieve 2-gigabit total throughput on Linux using the bonding driver?

For this application I am less concerned with high availability than I am with total throughput. I have one IP address on the server end, and I want to be able to send more than 1-gigabit of traffic out from the server. The server has two 1-gigabit…
nobodyfamous
1
2
3
24 25