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?

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?

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.



Leave a Reply to Jan Cancel reply4

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

15 − nine =


Jan

Jan

When nic teaming is set on the Guest (VM1)
you still need to enable the Nic Teaming on the Host that is server1

(under Network Adapter Advanced Features)
please note if it is not set a team created in the guest operating system will
lose connectivity if one of the Physical networks adapters stops working

or the PowerShell command

Set-VmNetworkAdapter

retro

retro

Set-VmNetworkAdapter deals with the VM networking and not the host networking.