Hi,
We have a need to create a VLAN tagged vNIC over a Bond interface and allow that same VLAN
to be accessible to a VM who's NIC is the same Bond. Our testing shows that once you
create the VLAN tagged vNIC, the VLAN is no longer available to VMs over the bond. Below
is the config we are trying to create.
VM#1
oVirt Interface = Bond0
Logical Network = vNIC70 (tagged VLAN 70)
VM Host Interface = eth0
VM#2
oVirt Interface = Bond0
Logical Network = Bond0 / Host based VLAN 70 tag as sub-interface (eth0.70)
VM Host Interface = eth0.70
Is there a way around this issue while supporting the requirement?
Thanks!