How should the load balancing be configured on the host?

For a new AHV cluster installation, a customer has 20 NX-8155-G6 nodes with quad port SFP NICs.

The customer wants to meet the following guidelines:

* Take advantage of all available 10GbE links

* Achieve maximum throughput per VM

* Use of redundant ToR switches

* Fastest reconvergence during link failure

How should the load balancing be configured on the host?
A . ovs-vsctl set port br0-up bond_mode=balance-slb ovs-vsctl set port br0-up other_config:bond-rebalance-interval=30000 ovs-vsctl set port br0 tag=10
B . ovs-vsctl set port br0-up bond_mode=active-backup
ovs-vsctl set port br0-up other_config:bond-rebalance-interval=30000
C . ovs-vsctl set port br0-up bond_mode=balance-slb
D . ovs-vsctl set port br0-up other_config:lacp-fallback-ab=true
ovs-vsctl set port br0-up lacp=active
ovs-vsctl set port br0-up bond_mode=balance-tcp

Answer: A

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments