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
2
votes
1 answer

Bonding Centos 6.6 NICs to double bandwidth

I am configuring a hadoop cluster to prepare for our vendor to install its hadoop manager this week. The pre-installation checklist recommends that 1gb ethernet is not sufficient and that I should bond the two nics to double the bandwidth of each…
KinsDotNet
  • 197
  • 7
2
votes
2 answers

Fortigate 100d 802.3ad bonding / Link aggregation

My network is as follows: 1 x Fortigate 100d with the two WAN ports connected to: Ethernet ISP with STATIC IP configured manually (20 Mbps symmetric) via ISP A Ethernet ISP with STATIC IP configured via DHCP (100 Mbps symmetric) via ISP B My…
Cy.
  • 135
  • 1
  • 2
  • 6
2
votes
2 answers

Ubuntu 12.04 - Aliases of bonded interfaces not working correctly

I have the following /etc/network/interfaces # The loopback network interface auto lo iface lo inet loopback auto eth0 iface eth0 inet manual bond-master bond0 bond-primary eth0 auto eth1 iface eth1 inet manual bond-master bond0 auto…
fadedbee
  • 2,068
  • 5
  • 24
  • 36
2
votes
3 answers

Can I balance load between 4 ADSL links

I recently began to work in this organization, we have 4 ADSL separated links, so the people connect to the nearest WiFi, resulting in usage inequality. I was about to change the links to a fiber link, but it won't be possible this year. So what I…
2
votes
1 answer

Fibre Channel Link Aggregation

quick question. Is there a Port-Channel/EtherChannel Link Aggregation equivalent for Fibre Channel? Is it possible to aggregate FC Links for High Availability? For instance if I have two Fabrics and I want a Host with 4 WWPN to have High…
Jim
  • 988
  • 7
  • 20
  • 33
2
votes
2 answers

server bonding interface configuration

(the same question was asked on http://unix.stackexchange.com) We are facing some problem with configuration of servers: There are 2 servers, each one contain 2 NICs which are in bond. Each server is connected to 2 Cisco switches (one connection…
user1977050
  • 155
  • 6
2
votes
2 answers

Stacking and LAGing 4x PowerConnect 8024F's

We are constructing a new networking infrastructure to replace out 1GbE backbone and have decided upon using 4x Dell PowerConnect 8024F's as our "core" switches. As per the diagram below we have 2x 8024's upstairs and 2x downstairs providing links…
Myles Gray
  • 659
  • 4
  • 12
  • 33
2
votes
2 answers

Linux Centos6 adapter bonding - Cisco 2960S EtherChannel LACP

I want to connect a CentOS 6.4 Linux Box with two NICs to a Cisco 2960S using LACP 802.3ad port aggregation. This mainly for redundancy reasons (and hopefully more bandwith). We don't use VLAN tagging. With the config listed below the link…
StackUnderflow
  • 63
  • 1
  • 1
  • 8
2
votes
3 answers

Poor Bonding performance over 2 bonded vpn channels

I have two Linux machines that I wish to connect via a bonded link. One machine has two UMTS modems (DN:5mbit UL:1.2mbit) as its gateways, and the other machine has optical fiber (DL:100Mbit UL: 20mbit) as its gateway. I can successfully create 2…
frico
  • 49
  • 1
  • 6
2
votes
1 answer

Bond0 Failover when link light stays up: High Availability Network

Configuration: Two switches, each with a separate internet route Centos servers with eth0 and eth1 bonded as an active-backup on bond0, eth0 in on switch and eth1 in the other /etc/modprobe.conf configured so, for bond0: alias bond0 bonding options…
Aaron R.
  • 467
  • 1
  • 8
  • 21
2
votes
1 answer

Bonding linux - How to select mac address using mode 2 (balance-xor)

A few days ago, I wrote a question here, but that question was ambiguous. So, I will try rewrite the question, explaining all details. My previous message (closed message): http://goo.gl/aJqQ2 What are you trying to do? I'm trying to understand how…
meston
  • 21
  • 1
  • 2
2
votes
1 answer

802.3ad over Multiple Bridged APs?

I have a client who wants to find a cheap way to get a gigabit link (or so) between two buildings that are within stable wireless range of each other. And he asked me if I knew of a way to do it. I said no. Having said that, one idea did occur to…
Soviero
  • 4,366
  • 8
  • 36
  • 60
2
votes
0 answers

multiple isp links on a HWIC-4ESW

First, I am not doing fail-over. I want to be able to add another ISP link using a HWIC-4ESW. Equipment: Cisco 3825(1GB ram, 2GB flash, IOS 15.4 Advanced Enterprise services) with HWIC-4ESW available. Currently doing Router on a stick with Gi0/1 to…
Doug
  • 21
  • 1
2
votes
3 answers

Gigabit Teaming or Bonding

I'm using dell 2950 server with RHEL 5.3 with XEN kernel default i need to do bonding of my 2 giga nic which i'm using one of the script for that as…
Rajat
  • 3,349
  • 22
  • 29
2
votes
1 answer

Ethernet Adapter Bonding on Ubuntu 10.04 Issues

I have a few machines using which I am building a cluster. To improve performance we choose to use bonding on the Ethernet interfaces ( Each link is 1Gig). I have installed the ifenslave-2.6 module for Ubuntu 10.04 and I have configured the…
Bartha
  • 21
  • 3