Explain how to separate 1GbE and 10GbE interfaces
To avoid running any traffic on the 1 Gbps NICs there are two simple commands available which will remove all the 1 Gbps NICs from the bond.
nutanix@cvm$ allssh manage_ovs –interfaces 10g update_uplinks
Replace interfaces with one of the following values:
- A comma-separated list of the interfaces that you want to include in the bond. For example, eth0,eth1.
- A
keyword that indicates which interfaces you want to include. Possible keywords:
- 10g. Include all available 10 GbE interfaces
- 1g. Include all available 1 GbE interfaces
- all. Include all available interfaces