PrepAway - Latest Free Exam Questions & Answers

You need to ensure that if a physical NIC fails on Server1, VM1 remains connected to the network

You have a Hyper-V host named Server1 that runs Windows Server 2012 R2.Server1 has the virtual
switches listed in the following table.

You create a virtual machine named VM1.VM1 has two network adapters. One network adapter
connects to vSwitch1. The other network adapter connects to vSwitch2.You configure NIC teaming
on VM1.
You need to ensure that if a physical NIC fails on Server1, VM1 remains connected to the network.
What should you do on Server1?

PrepAway - Latest Free Exam Questions & Answers

A.
Run the Set-VmNetworkAdaptercmdlet.

B.
Add a new network adapter to VM1.

C.
Create a new virtual switch on Server 1.

D.
Modify the properties of vSwitch1 and vSwitch2.

One Comment on “You need to ensure that if a physical NIC fails on Server1, VM1 remains connected to the network

  1. karl says:

    This set of commands allows teaming in virtual machines by using the AllowTeaming parameter of the Set-VMNetworkAdapter cmdlet and then creates a team named Team2 in the virtual machine specified by VMName. You must run the following command in the host (parent partition) with administrator permissions.

    Windows PowerShell

    PS C:\> Set-VMNetworkAdapter -VMName -AllowTeaming On
    PS C:\> New-NetLbfoTeam –Name Team2 –TeamMembers NIC1,NIC2
    https://technet.microsoft.com/it-it/%5Clibrary/jj130847%28v=wps.630%29.aspx




    0



    0

Leave a Reply