Table of Contents

Networking with Hyper-V

See also more Hyper-V pages

See also How to Change Current Network Location Profile

See also Hyper-V Live Migration

10GbE NICs and Converged Networking: http://blogs.technet.com/b/kevinholman/archive/2013/07/01/hyper-v-live-migration-and-the-upgrade-to-10-gigabit-ethernet.aspx

Network Recommendations for a Hyper-V Cluster in Windows Server 2012: http://technet.microsoft.com/en-us/library/dn550728.aspx

Enable vRSS in Windows Server 2012 R2: http://technet.microsoft.com/en-us/library/dn383582.aspx

http://blogs.technet.com/b/gavinmcshera/archive/2011/03/27/3416313.aspx

http://www.windowsnetworking.com/articles-tutorials/cloud-computing/Hyper-V-Private-Cloud-Networking-Beginners-Part1.html

http://www.altaro.com/hyper-v/how-to-adjust-mtu-jumbo-frames-on-hyper-v-and-windows-server-2012/

http://www.hyper-v.nu/archives/marcve/2013/01/lbfo-hyper-v-switch-qos-and-actual-performance-part-1/

http://social.technet.microsoft.com/wiki/contents/articles/151.hyper-v-virtual-networking-survival-guide.aspx

http://social.technet.microsoft.com/wiki/contents/articles/11524.windows-server-2012-hyper-v-network-virtualization-survival-guide.aspx

http://channel9.msdn.com/Events/TechEd/NorthAmerica/2012/VIR303

http://technet.microsoft.com/en-us/library/jj134230

Configuring NICs

http://www.thomasmaurer.ch/2012/05/configure-hyper-v-host-network-adapters-like-a-boss/

Rename a NIC:

netsh interface set interface "Local Area Connection 2" newname="Management"

High Availability

NIC Teaming

Jumbo Packets

:!: Tested on Windows Hyper-V Server 2012 with an Intel X540 10GbE NIC

Start PowerShell:

powershell

Display the current settings:

Get-NetAdapterAdvancedProperty -Name "Ethernet 4" -DisplayName "Jumbo Packet" | Format-list

Enable Jumbo Frames:

Set-NetAdapterAdvancedProperty -Name "Ethernet 4" -RegistryKeyword "*JumboPacket" -RegistryValue "9014"

Hyper-V QoS

Data Center Bridging

Maximum Networking Performance

Dynamic Virtual Machine Queueing

Data Center TCP

Unified Remote Access

Hyper-V Metering

IP Address Management

Converged Networking with Windows 2012

http://www.server-log.com/blog/2012/9/10/set-up-a-converged-network-for-windows-server-2012-hyper-v-f.html

Converged networks is a new functionality in Windows Server 2012 which allows the creation of virtual network adapter (normally used for virtual machines) in the parent partition (management OS).