Upgrading Your Skills to MCSA Windows Server 2012 — Question 39
You have a server named Server1 that runs Windows Server 2012 R2.
Server1 has three physical network adapters named NIC1, NIC2, and NIC3.
On Server1, you create a NIC team named Team1 by using NIC1 and NIC2. You configure Team1 to accept network traffic on VLAN 10.
You need to ensure that Server1 can accept network traffic on VLAN 10 and VLAN 11. The solution must ensure that the network traffic can be received on both
VLANs if a network adapter fails.
What should you do?
Answer options
- A. Run the Set-NetLbfoTeamWindows PowerShell cmdlet.
- B. Run the Add-NetLbfoTeamMemberWindows PowerShell cmdlet.
- C. Run the Add-NetLbfoTeamNicWindows PowerShell cmdlet.
- D. From Server Manager, add NIC3 to TEAM1.
Correct answer: C
Explanation
The correct answer is C because the Add-NetLbfoTeamNic cmdlet allows you to add a new NIC to an existing team, enabling the acceptance of additional VLAN traffic. Option A is incorrect as it does not add a new NIC to the team, option B only adds a member to the team, and option D does not utilize the appropriate PowerShell cmdlet, which is necessary for the desired configuration.