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 [email protected] http://openvswitch.org/mailman/listinfo/discuss
