PrepAway - Latest Free Exam Questions & Answers

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

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?

PrepAway - Latest Free Exam Questions & Answers

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.

3 Comments on “You need to ensure that the virtual machine maintains network connectivity if one virtual network adapter fail

  1. han says:

    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




    0



    0

Leave a Reply