I'm puzzled about this process. Historically when I've setup an LACP bond on a piece of physical hardware I have to create the analogous setup on the switch. How does this work with a virtual machine (Xen, VMWare, whatever)? How would it be handled if one machine wanted to bond several NICs while others didn't?
Asked
Active
Viewed 2,049 times
1 Answers
7
In general, you don't do the bonding on a virtual machine, you do it on the hypervisor. You then present the bonded interface to the virtual machines as a single interface.

John
- 9,070
- 1
- 29
- 34
-
This is what I did (Xen 6.2). I have a shared storage on a 10Ge network via two bonded NICs. There are 4 other 1Ge NICs available also. I didn't change anything on the switch when I setup the 10G pair and it's working fine. This might be Xen or Equallogic doing some magic but adding this pair to a VM doesn't work. Still trying to debug it. – ethrbunny Sep 20 '13 at 19:33
-
You do have to set up the switch with a hypervisor the same way you did with a physical server. Otherwise, it should work the same. – John Sep 20 '13 at 19:34
-
-
Which mode did you select when creating the bond? 6.2 offers 4 options, not all of them require switch support. Only the 2 LACP options require switch support. – fukawi2 Sep 20 '13 at 23:02