Switch support LACP (SG350X-24F)
Note. VLAN works perfect on proxhost02 (I have two different NICs in that machine. One 1gbit for MGMT and one 10gbit dual for VMs)
Switch config (Port-Channel 1 & 2);
switch022#show running-config i po1
interface Port-Channel1
flowcontrol auto
description proxhost01
bridge multicast unregistered filtering
switchport mode trunk
!
switch022#show running-config i po2
interface Port-Channel2
flowcontrol auto
description proxhost02
bridge multicast unregistered filtering
switchport mode trunk
!
Proxhost01 - NIC config:
auto lo
iface lo inet loopback
auto eno1
iface eno1 inet manual
mtu 9000
auto eno2
iface eno2 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
bond-slaves eno1 eno2
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.0.200/24
gateway 192.168.0.1
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
mtu 9000
auto vmbr0.10
iface vmbr0.10 inet manual
Proxhost02 - NIC config:
auto lo
iface lo inet loopback
iface enp7s0f0 inet manual
iface enp7s0f1 inet manual
iface enp7s0f2 inet manual
auto enp4s0f0
iface enp4s0f0 inet manual
mtu 9000
iface enp7s0f3 inet manual
auto enp4s0f1
iface enp4s0f1 inet manual
mtu 9000
auto bond0
iface bond0 inet manual
bond-slaves enp4s0f0 enp4s0f1
bond-miimon 100
bond-mode 802.3ad
bond-xmit-hash-policy layer2+3
mtu 9000
auto vmbr0
iface vmbr0 inet static
address 192.168.0.201/24
gateway 192.168.0.1
bridge-ports enp7s0f0
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports bond0
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
mtu 9000
When i migrate the VM from host01 to host02 - my VLAN configure works direct.
LABB02 NIC config @proxhost01
Network Device (net0) e1000=MACADDRESS,bridge=vmbr0,tag=10
LABB02 NIC config @proxhost02 (when it's migrated from host01)
Network Device (net0) e1000=MACADDRESS,bridge=vmbr1,tag=10