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

Machine with bonded interface does not receive multicast packets on all slave interfaces

After an upgrade of our machines from RHEL 6.6 to RHEL 6.7 we observed a problem where 4 of our 30 machines only receive multicast traffic on one of their two slave interfaces. It is unclear if the upgrade is related or if the included restart…
K Erlandsson
  • 635
  • 1
  • 9
  • 13
5
votes
1 answer

Bridge on vlan on teaming for KVM

I have problem to create bridge on vlan on teaming. Why I do something like that? - Kvm needs bridge - Vlans because I need vm’s in different subnets - Teaming in option active-backup (small HA) I do it on centos 7 x64, with NetworkManager. Two…
user
  • 51
  • 1
  • 3
5
votes
1 answer

Booting a diskless Debian system using bonding, bridging, and iSCSI

I'm trying to build my personal holy grail: booting my Debian Wheezy KVM server diskless from a iSCSI target and the only configuration needed on the diskless server is the iSCSI parameters in the NIC ROM. The rest of the config should all be…
hvtilborg
  • 217
  • 1
  • 2
  • 5
5
votes
2 answers

FreeBSD 10.0-RELEASE: No lagg0 after reboot

I have a server running Freebsd 10.0-RELEASE. I'm trying to create bridge interface with three participant interfaces, ix0, ix1 and lagg0. Lagg0 is virtual interface made from ix2 and ix3. My problem is that lagg0 is not created on boot. I can…
5
votes
3 answers

Network bonding mode 802.3ad on Ubuntu 12.04 and a Cisco Switch

I am trying to team 3 network cards together on 2 servers. I am trying to achieve a maximum throughput of 3Gbps to replicate data between the servers. The setup is simple, I have 2 servers with 3 Gigabit network card connected on the same Cisco…
drivard
  • 407
  • 1
  • 6
  • 17
5
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
5
votes
2 answers

How do I put a bridge on top of a bonded interface?

I'm setting up a Ubuntu Server 11.10 box with multiple Ethernet interfaces that are bonded for redundancy. I'm planning to use it as a KVM host, so I'll need a network bridge. To accomplish this, I installed ifenslave and bridge-utils, then wrote my…
Taymon
  • 151
  • 1
  • 1
  • 5
5
votes
2 answers

bonding driver broken on centos6?

I have a server with minimal installation of CentOS6 64bit (minimal option from the installer). The bonding driver does not seem to work correctly. The output from /proc/net/bonding/bond0 is: Bonding Mode: fault-tolerance (active-backup) Primary…
Lukasz
  • 462
  • 2
  • 10
  • 18
5
votes
2 answers

lacp, cicso 3550, 3560, help with configuration

Hey all this is a repost from a question I asked on the cisco forums but never got a useful reply. Hey I'm trying to convert the FreeBSD servers at work to dual-gig lagg links from regular gigabit links. Our production servers are on a 3560. I have…
Flamewires
  • 433
  • 2
  • 10
5
votes
2 answers

How to Set Linux Bonding Interface to Gigabit

I have enabled Linux active backup mode bonding. Each interface is a gigabit interface, but the bond interface seems to end up at 100 Megabit: bonding: bond0: Warning: failed to get speed and duplex from eth1, assumed to be 100Mb/sec and…
Kyle Brandt
  • 82,107
  • 71
  • 302
  • 444
5
votes
3 answers

Bonding with 2 NIC's and 2 reserves?

I have a server with 4 ports (2 adapters with two ports each). I want to connect two ports to the local switch and two other ports to the external switch. This local switch has an uplink to the external switch, which has access to the net. As the…
user28362
  • 526
  • 3
  • 7
  • 20
4
votes
2 answers

Why is networkd changing the MAC addresses of my bonded interfaces?

When I add the config files below into /etc/systemd/network and restart systemd-networkd, I find that the MAC addresses of bond0, eth0 and eth2 have all been changed to a single, locally administered address. This breaks DHCP, and doesn't follow the…
Isvara
  • 215
  • 1
  • 12
4
votes
1 answer

VM transfer speed between XCP-ng (XEN) servers

I have two HP DL380 G8 servers with 4x 1TB on HP p420 RAID controllers in RAID 1+0 setup. Eth0s are connected to the router, and Eth3&Eth4s are bonded (LACP) and connected directly between machines. If I run #!/bin/bash clear echo 'Starting disk…
Sakvojage
  • 43
  • 7
4
votes
2 answers

Do you trust LACP?

Are there any reasons why I should not rely on LACP when designing network topology? I exactly mean L2 switch to hypervisor connection, so it is the place where agregated traffic of VMs cumulates. We are talking about 5 x 1 GbE LACP bonding. I am in…
4
votes
4 answers

802.3ad bonding configuration file on an Ubuntu 16.04 LTS Server

If I use a manual setup on the command line (following the kernel instructions), I can properly setup my network connection: # modprobe bonding mode=4 miimon=100 # ifconfig bond0 up # ip link set eno1 master bond0 # ip link set eno2 master…
To마SE
  • 168
  • 1
  • 1
  • 5
1 2
3
24 25