Hello!
I'm having a problem where a VM is not communicating with its trunked VLANs.
My configuration:
Windows Server 2012 R2 configured with Hyper-V
VM 1 has 4 Virtual NICS. One of the NIC2 is connected to vSwitch 1. vSwitch 1 is using an external network - a Windows NIC Team consisting of 4 Ethernet ports.
All 4 ports are connected to a physical Cisco switch in a link aggregation group with LACP. The LAG is configured on the switch as follows:
Trunk
VLAN 1 Tagged
VLAN 2 Untagged & PVID
VLAN 3 Tagged
VLAN 4 Tagged
VLAN 5 Tagged
VLAN 6 Tagged
VLAN 7 Tagged
No VLANs are configured in Hyper-V itself.
VM1 runs an OS other than Windows, and several interfaces are configured using NIC2. One interface per VLAN.
Interface 1 VLAN 1 10.10.1.254/24
Interface 3 VLAN 3 10.10.3.254/24
Interface 4 VLAN 4 10.10.4.254/24
Interface 5 VLAN 5 10.10.5.254/24
Interface 6 VLAN 6 10.10.6.254/24
Interface 7 VLAN 7 10.10.7.254/24
Each interface should be able to talk to the switch though its VLAN and allow traffic to pass though. But it does not.
Can anyone please suggest a way to get this working?
Thank you in advance