View the bond mode and active interface with the following AHV command from any CVM
nutanix@CVM$ hostssh ovs-appctl bond/show
In the default configuration of active-backup, output will be similar to the following, where eth2 is the active and eth3 is the backup interface:
Note!! Your Bond name maybe bond0 br0_up br0-up
—- br0_up—-
bond_mode: active-backup
bond-hash-basis: 0
updelay: 0 ms
downdelay: 0 ms
lacp_status: off
slave eth2: enabled
active slave
may_enable: true
slave eth3: enabled
may_enable: true
- Active-Backup
nutanix@CVM$ host ssh ovs-vsctl set port br0_up bond_mode=active-backup
- Balance-SLB
nutanix@CVM$ hostssh ovs-vsctl set port br0_up bond_mode=balance-slb
nutanix@CVM$ hostssh ovs-vsctl set port br0_up other_config:bond-rebalance-interval=60000
- LACP & Link-Aggregation NB!! LACP must be set upstream and you may want to do this one via each hosts SSH session
root@AHV-HOST1$ hostssh ovs-vsctl set port br0_up lacp=active
root@AHV-HOST1$ hostssh ovs-vsctl set port br0_up bond_mode=balance-tcp
root@AHV-HOST1$ hostssh ovs-vsctl set port br0_up other_config:lacp-fallback-ab=true