NIC Teaming allows two or more network adapters to be combined to work together as a team. NIC teaming can increase bandwidth and provide fault tolerance. When you create a team of active network adapters, the aggregate bandwidth of the network adapters is available to the client. Teamed network adapters can be configured to provide load balancing and fail over (LBFO).
Be aware of the following regarding NIC Teaming:
- Windows Server 2012 supports up to 32 network adapters in a team.
- A NIC Team appears as a single adapter to the server operating system.
- Requirements for NIC Teaming are:
- At least one Ethernet network adapter. You can use one adapter to separate VLAN traffic.
- A least two Ethernet adapters are required to provide fail over.
- When using NIC Teaming with Hyper-V:
- Each external switch can use only one team.
- An adapter connecting the VM to the network cannot be part of a NIC Team. You must create the NIC Team first and then create the Hyper-V network.
- Hyper-V is not able to create networks based on individual adapters in a team.
- Hyper-V supports only two adapters in a team.
- Use PowerShell or Server Manager to manage NIC Teaming. In PowerShell:
- Use the New-NetSwitchTeam cmdlet to create NIC Teams.
- Use the cmdlet: Remove-NetLbfoTeam to break up a NIC Team.
NIC Teaming can be set up in one of two ways:
Mode | Description |
Switch-dependent mode | Switch-dependent mode requires all network adapters to be connected to the same switch:
|
Switch-independent mode | In switch-independent mode each adapter is connected to a different switch. Switch-independent mode provides fault tolerance. In this mode:
|
The following table describes the load balancing mode, also known as traffic distribution algorithms.
Method | Description |
Hyper-V switch port | The MAC address can be used to divide traffic when virtual machines have independent media access control (MAC) addresses.
|
Hashing | The hashing method creates a hash for the packet and sends packets with that hash value to an available network adapter.
|