Solved
OvS Bonding
I am trying to implement SLB, or LACP, rather than A-B. To do this seems to require using either the manage_ovs show_bridges or list port {br0 | bond0} command.
Other then the Command_Ref-AOS and AHV_Admin-Guid, where can more information be found ?
I am getting a `ERROR kvm.py:488 failed to execute ....` error.
Other then the Command_Ref-AOS and AHV_Admin-Guid, where can more information be found ?
I am getting a `ERROR kvm.py:488 failed to execute ....` error.
Best answer by mbstein
Try to grab a copy of the. Nutanix Networking Best Practices manual.
Pages 31 to 33 provide an example on how to use the ovs-ctl and ovs-appctl from the host shell to configure LACP and loadbalancing.
Depending on your setup, you will find something like this:
[root@NTNX-0f82fb36-A ~]# ovs-vsctl set port bond0 lacp=active
[root@NTNX-0f82fb36-A ~]# ovs-vsctl set port bond0 bond_mode=balance-tcp
[root@NTNX-0f82fb36-A ~]# ovs-appctl bond/show bond0
---- bond0 ----
bond_mode: balance-tcp
bond may use recirculation: yes, Recirc-ID : 1
bond-hash-basis: 0
updelay: 0 ms
downdelay: 0 ms
next rebalance: 5540 ms
lacp_status: negotiated
active slave mac: a0:36:9f:1d:f3:67(enp4s0f1)
slave enp4s0f0: enabled
may_enable: true
slave enp4s0f1: enabled
active slave
may_enable: true
[root@NTNX-0f82fb36-A ~]# ovs-appctl lacp/show bond0
---- bond0 ----
status: active negotiated
sys_id: a0:36:9f:1d:f3:66
sys_priority: 65534
aggregation key: 5
lacp_time: slow
Pages 31 to 33 provide an example on how to use the ovs-ctl and ovs-appctl from the host shell to configure LACP and loadbalancing.
Depending on your setup, you will find something like this:
[root@NTNX-0f82fb36-A ~]# ovs-vsctl set port bond0 lacp=active
[root@NTNX-0f82fb36-A ~]# ovs-vsctl set port bond0 bond_mode=balance-tcp
[root@NTNX-0f82fb36-A ~]# ovs-appctl bond/show bond0
---- bond0 ----
bond_mode: balance-tcp
bond may use recirculation: yes, Recirc-ID : 1
bond-hash-basis: 0
updelay: 0 ms
downdelay: 0 ms
next rebalance: 5540 ms
lacp_status: negotiated
active slave mac: a0:36:9f:1d:f3:67(enp4s0f1)
slave enp4s0f0: enabled
may_enable: true
slave enp4s0f1: enabled
active slave
may_enable: true
[root@NTNX-0f82fb36-A ~]# ovs-appctl lacp/show bond0
---- bond0 ----
status: active negotiated
sys_id: a0:36:9f:1d:f3:66
sys_priority: 65534
aggregation key: 5
lacp_time: slow
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
