Which commands should you run first?

Posted by: Pdfprep Category: 70-743 Tags: , ,

HOTSPOT

You have a server named Server1 that runs Windows Server 2016. Server1 is a Hyper-V host.

You have two network adapter cards on Server1 that are Remote Direct Memory Access (RDMA)­capable.

You need to aggregate the bandwidth of the network adapter cards for a virtual machine on Server1. The solution must ensure that the virtual machine can use the RDMA capabilities of the network adapter cards.

Which commands should you run first? To answer, select the appropriate options in the answer area.

Answer:

Explanation:

A new feature of Windows Server 2016 is SET (Switch Embedded Teaming).

Create a SET team You must create a SET team at the same time that you create the Hyper-V Virtual Switch with the New-VMSwitch Windows PowerShell command.

When you create the Hyper-V Virtual Switch, you must include the new EnableEmbeddedTeaming parameter in your command syntax.

In the following example, a Hyper-V switch named TeamedvSwitch with embedded teaming and two initial team members is created.

New-VMSwitch -Name TeamedvSwitch -NetAdapterName "NIC 1","NIC 2" -EnableEmbeddedTeaming $true

References: https://technet.microsoft.com/en-gb/library/mt403349.aspx

Leave a Reply

Your email address will not be published.