Hi,
I have a server with a dual-port NIC.
In order to multiple single port bandwith I want to use link aggregation on switch side and a OVS bond on the server.
There are several questions to be clarified:
- Which bond_mode in the context of OVS (Open vSwitch) is supported by the switch? balance-tcp or balance-slb?
- Which mode should be selected on switch: On, Active, or Passive?
- The port trunk group on switch consists of 2 ports; must I configure a dedicated VLAN for any port with a different network? If yes, which IP must I then define for the bond interface on the server?
THX