[ovs-discuss] Problem about bonding more than 2 NICs

Justin Pettit jpettit at nicira.com
Tue Oct 9 15:30:38 UTC 2012


Did you spell "eth3" correctly when you actually ran ovs-vsctl?  It's misspelled in your example.

--Justin


On Oct 9, 2012, at 8:19 AM, ze yu <fish266 at gmail.com> wrote:

> Hi all,
> 
> I want to bond multiple physical NICs, say I have 3 NICs on my server, and I create bond0 to bond all of them.
> However it seems I cant bond three NICs into one, even if I do that I only get two of them bonded.
> 
> 
> The commands I used are as follows:
> ================================
> ovs-vsctl add-bond br0 bond0 eth1 eth2 eht3 bond_mode=balance-slb bond_updelay=31000 fake_bridge=false lacp=off  bond_downdelay=200 bond_fake_iface=true
> 
> then when checked my bond0 using "ovs-appctl bond/show bond0" I got the following output:
> 
> bond_mode: balance-slb
> lacp: off
> bond-hash-algorithm: balance-slb
> bond-detect-mode: carrier
> updelay: 31000 ms
> downdelay: 200 ms
> next rebalance: 8575 ms
> 
> slave eth2: enabled
> 	active slave
> 	hash 236: 0 kB load
> 
> slave eth1: enabled
> 	hash 54: 0 kB load
> ================================
> 
> Did I miss something or put something wrong?
> Thanks
> 
> -- Fisher
> _______________________________________________
> discuss mailing list
> discuss at openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20121009/0a49dbdf/attachment.html>


More information about the discuss mailing list