You need to ensure that Server1 can accept network traffic on VLAN 10 and VLAN 11

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?

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-NetLbfoTeamcmdlet.

C.
From Server Manager, add an interface to Team1.

D.
Run the Add-NetLbfoTeamMembercmdlet.



Leave a Reply 9

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

18 + twenty =


Lord Business

Lord Business

Lord Business demands this to be tried in the ServerDude lab!

kurtis

kurtis

lord business is in an almighty pickle then

Nick

Nick

doesn’t the Add-NetLbfoTeamMember cmdlet add an Interface to a Team as well? So C or D..

JR

JR

No, you would use Add-NetLbfoTeamNIC not Add-NetLbfoTeamMember so C is right

Bob

Bob

Yup JR is right – it seems a bit weird because you tend to think of a team member as a NIC and it is so you think it’s the add team member cmdlet, the cmdlet to add a new VLAN to a team uses the term NIC but it means an interface rather than a real network adapter – almost like a virtual NIC rather than a real one, to accept the traffic from the other VLAN which is in effect a separate network.

Geezer32

Geezer32

C is the only valid answer

Add-NetLbfoTeamNIC -Team NetTeam01 -VlanID 56

– This is the correct command to add an additional interface to an existing team

cc

cc

if a network adapter failed that how can Add-NetLbfoTeamNIC will work.I am new, if any body plz clarify it

carlo

carlo

Team Name: Team
Team Member: Ethernet0

I Added Ethernet1 using below commandlet and it works

Add-NetLbfoTeamMember -Team “Team” -Name “Ethernet1”