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?
- 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 - ovs-vsctl set port br0-up bond_mode=active-backup ovs-vsctl set port br0-up other_config:bond-rebalance-interval=30000
- ovs-vsctl set port br0-up bond_mode=balance-slb
- 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
Reveal Solution Next Question