You need to ensure that the virtual machine maintains network connectivity if one virtual network adapter fails

You administer a Windows Server 2012 R2 server thathas the Hyper-V role installed. You deploy a new virtual
machine. You add two virtual network adapters to the virtual machine.
You need to ensure that the virtual machine maintains network connectivity if one virtual network adapter fails.
What should you do?

You administer a Windows Server 2012 R2 server thathas the Hyper-V role installed. You deploy a new virtual
machine. You add two virtual network adapters to the virtual machine.
You need to ensure that the virtual machine maintains network connectivity if one virtual network adapter fails.
What should you do?

A.
Run the Windows PowerShell cmdlet Enable-VMReplication.

B.
Enable Dynamic Host Configuration Protocol (DHCP)Guard.

C.
Run the Windows PowerShell cmdlet Set-VMHost.

D.
Run the Windows PowerShell cmdlet Set-VMNetworkAdapter.



Leave a Reply 3

Your email address will not be published. Required fields are marked *


Matt

Matt

Set-VMNetworkAdapter
http://technet.microsoft.com/en-us/library/hh848457.aspx

In particular you need the following parameter:
AllowTeaming
Specifies whether the virtual network adapter can be teamed with other network adapters connected to the same virtual switch. The value can be On (allowed) or Off (disallowed)

han

han

Allowing teaming on VM setting is just first step before creating team.
To create teaming in VM;

Step1. Allow nic teaming on VM network adapters:
Set-VMNetworkAdapter -VMName SRV35 -AllowTeaming On

Verify;
Get-VMNetworkAdapter -VMName SRV35 | Format-Table MacAddress,SwitchName,AllowTeaming -AutoSize

Step2. Create Team in VM;

Check if any existing team;
Get-NetLbfoTeam

Create Team:
New-NetLbfoTeam -Name VMTestTeam -TeamMembers “Ethernet”,”Ethernet 4″

Verify:
Get-NetLbfoTeam
Get-NetLbfoTeamMember -Team VMTestTeam

related

related

Hi there, after reading this amazing piece of writing i am as well happy to share my familiarity here with friends.|