Hello,
For a specific application (Suse OpenStack Cloud), I need a linux VM with only one physical interface (eth0), multiple virtual interfaces (eth0.100, eth0.200), and the following configuration:
- eth0 sends untagged frames
- eth0.100 sends tagged frames, vlan ID 100
- eth0.200 sends tagged frames, vlan ID 200
etc
How can I implement that with dvPortgroups ?
If the "vlan type" of my dvPortgroup is "VLAN ID", only eth0 will work.
If the "vlan type" is "VLAN trunking", only eth0.100 and eth0.200 will work.
How can I mix both tagged and untagged trafic ?
This is running in an Cisco UCS environnement.
Thanks in advance for your help.