Hi Foil Benny,
Thanks for reaching out.
When using Switch Embedded Teaming (SET), VLAN tagging is handled at the virtual switch port (vPort) level, not on the SET team itself. Therefore, I would recommend verifying the following areas:
- Physical switch configuration
- Ensure all switch ports connected to the SET member NICs are configured as 802.1Q trunk ports.
- Verify that the required VLANs are included in the allowed VLAN list on every uplink port.
- VM network adapter VLAN configuration
- If the VM should belong to a single VLAN, verify that the adapter is configured in Access mode with the correct VLAN ID.
- If the guest OS is expected to receive and process multiple VLAN tags, verify that the adapter is configured in Trunk mode with the appropriate allowed VLAN list.
- Physical NIC VLAN filters
- Check the advanced properties of the physical adapters used by SET and ensure no vendor-specific VLAN ID is configured.
- VLAN filtering on the physical NIC can prevent VLAN-tagged traffic from reaching the VM. VLAN management should be performed by the Hyper-V vSwitch/vPort instead.
- SET team health
- Confirm all team members are up and participating in the SET switch:
Get-VMSwitchTeam Get-VMSwitch
Hope this answer has brought you some useful information. If it did, please hit “accept answer”. Should you have any questions, feel free to leave a comment.
Best regards,
Titus Bui