On Thu, Jul 28, 2016 at 3:23 PM, Dan Lavu <dan@redhat.com> wrote:
Sorry Edy, I totally missed this email.

So, if my hypervisor I have 4 NICs,

0 ovirtmgmt (untagged vlan71)
1/2 bonded, trunk vlan 70,72-80
4 unplugged

So i just create a trunk network, no tags and connect it to the bonded interface? Then attach it to my guest?

Yes.
When you do not define a vlan on the ovirt network, it means that everything passes to it, tagged and non tagged.
When you connect the guest to that network, it will just pass all packets as is (you will need to define the vlans in your guest to strip the tagging).
I would start with one VLAN on the host, just to see that it works and then proceed with the others. You may need to define macspoofing to allow multiple
mac addresses to exit the same VM.


Cheers,
Dan

On Fri, Jul 15, 2016 at 3:30 PM, Edward Haas <ehaas@redhat.com> wrote:


On Wed, Jul 13, 2016 at 11:40 PM, Dan Lavu <dan@redhat.com> wrote:
Hello,

I remember reading some posts about this in the past, but I don't know if anything came of it. Is this now possible? If so, does anybody have any documentation on how to do this in 4.0?

Thanks,

Dan


Hello Dan,

If you mean allowing a VM to communicate on multiple vlan/s, then attaching a VM to a non-vlan network should do the job.
You just need to define a trunk in the VM.

Thanks,
Edy.