I found this wonderful posting on another blog describing how to implement VLAN's on Windows Server 2012 Hyper-v
Basically there are 2 ways to do it
These gems of advice are provided thanks to the following link:
http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx
Basically there are 2 ways to do it
- Add another Team Interface and VLAN to a NIC Team
- Configure all VLANs for VMs within the Hyper-V Virtual Network Switch
- In Server Manager, Local Server view, launch the NIC Teaming Wizard
- Select your existing NIC Team in the “Teams” list box, and then select the “Team Interfaces” tab in the “Adapters and Interfaces” list box. Click on the Tasks menu and click Add Interface.
- In the New team interface dialog box, type the VLAN ID to assign to the new interface in the Specific VLAN field and click the OK button.
- You will now see two team interfaces associated with a single NIC team – the original team interface still operating in “default” mode and the new team interface that is assigned to a specific VLAN ID.
- Alternatively, the Add-NetLbfoTeamNIC PowerShell 3.0 cmdlet can be used to configure a new team interface on an existing NIC team using the following command line:
Add-NetLbfoTeamNIC -Team NetTeam01 -VlanID 56
These gems of advice are provided thanks to the following link:
http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx
Comments
Post a Comment