Has anyone experienced issue with VLAN tagging and Hyper-V 2012. Our server Team wants 1 management Vlan and one Migration VLAN. Also, it is teamed nics on one Port channel so I create the portchannel to be a trunk and trunk the 2 vlans. I can see one vlan associated to the Vnic but it is not routing even though it has a Ip addressed assign on correct VLAN. One Ip is pinging on the other vlan. This happens without no VLAN Native. I have toyed with native VLANs. However, same thing occurs.
interface port-channel90
switchport mode trunk
vpc 90
switchport trunk native vlan 2
switchport trunk allowed vlan 2,207
spanning-tree port type edge trunk
207 is a vlan for migration and is a OTV vlan between 2 data centers.
2 is a management vlan.
Anyone have any luck with Hyper V server 2012?