multiple vlans on a bond

Abysour

New Member
Jun 12, 2024
1
0
1
Hello everyone, I would like a little help to understand some things, I am doing a lab with proxmox, I come from the vmware, xcp and citrix world, in all of them, I could create an active/active LACP and pass many vlans over it (side of the trunk switch), in turn, I could leave the interfaces of those vlans created and then only assign them to each VMs, but I have not found a way to do it in proxmox, I would like to use inux bond, I have read that ovs bond has many issues
 
you can do:

bond0 -> vlanX -> bridgeX -> VM iface -> VM
or
bond0 -> vlanaware bridge -> VM iface with tag -> VM
or
bond0 -> vlanaware bridge -> VM Iface -> VM with tag on network
or
bond0 -> vlan aware bridge -> SDN -> vlan zone -> vnet with tag -> VM iface -> VM
.
.
.
it's your choice ;-)