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?

A.
From Server Manager, change the load balancing mode of Team1.
B.
Run the New-NetLbfoTeam cmdlet.
C.
From Server Manager, add an interface to Team1.
D.
Run the Add-NetLbfoTeamMember cmdlet.
Answer doesn’t make sense, anyone have any further info backing this answer up?
0
0
http://blogs.technet.com/b/kevinholman/archive/2012/06/02/windows-server-2012-creating-a-nic-team-for-load-balancing-and-failover.aspx
0
0
http://blogs.technet.com/b/keithmayer/archive/2012/11/20/vlan-tricks-with-nic-teaming-in-windows-server-2012.aspx
0
0
According to comments, C would be the answer. To add a new interface (VLAN) to the team.
0
0
C is the answer
This link will help to understand a difference between Network Adapters and Team Interfaces.
http://www.aidanfinn.com/?p=13997
If you still don’t understand in theory – practice. Create One NIC Team in Win 2012 then click to Team Interfaces. Tasks > Add Interface. Enter VLAN ID 102. OK. and you will get same logic scheme as shown on the pic below:
http://www.aidanfinn.com/wp-content/uploads/2013/01/image12.png
0
0
According to this site:
https://technet.microsoft.com/it-it/library/jj130849%28v=wps.630%29.aspx
the Add-NetLbfoTeamMember cmdlet adds a new member (network adapter) to a specified NIC team.
So C and D are the same answer?
0
0
View of Sere answer. I think you will understand them all.
The key is to distinguish between the network adapter and interface team.
0
0