Intel® Ethernet Adapters and Devices User Guide
Configuring Teams with Intel® PROSet
This page describes how to configure Intel® Advanced Network Services (Intel® ANS) teams using Intel® PROSet.
Refer to the following subsections for more specific information:
Configuring Teams with Intel® PROSet for Windows* Device Manager
Configuring Teams with Intel® PROSet Adapter Configuration Utility (Intel® PROSet ACU)
Configuring Teams with Intel® PROSet for Windows* Device Manager
Creating a Team
Launch Windows Device Manager.
Expand Network Adapters.
Double-click on one of the adapters that will be a member of the team. The adapter properties dialog box appears.
Click the Teaming tab.
Click Team with other adapters.
Click New Team.
Type a name for the team, then click Next.
Click the checkbox of any adapter you want to include in the team, then click Next.
Select a teaming mode, then click Next.
Click Finish.
The Team Properties window appears, showing team properties and settings.
Once a team has been created, it appears in the Network Adapters category in the Computer Management window as a virtual adapter. The team name also precedes the adapter name of any adapter that is a member of the team.
Changing Which Adapters Are in a Team
Launch Windows Device Manager.
Open the Team Properties dialog box by double-clicking on a team listing in the Computer Management window.
Click the Settings tab.
Click Modify Team, then click the Adapters tab.
Select the adapters that will be members of the team.
Click the checkbox of any adapter that you want to add to the team.
Clear the checkbox of any adapter that you want to remove from the team.
Click OK.
Renaming a Team
Open the Team Properties dialog box by double-clicking on a team listing in the Computer Management window.
Click the Settings tab.
Click Modify Team, then click the Name tab.
Type a new team name, then click OK.
If you modify a team name from the team property sheet, it may take several minutes for the name to change in Device Manager. Closing and opening Device Manager will load the new name.
Removing a Team
Open the Team Properties dialog box by double-clicking on a team listing in the Computer Management window.
Click the Settings tab.
Select the team you want to remove, then click Remove Team.
Click Yes when prompted.
If you defined a VLAN or QoS Prioritization on an adapter joining a team, you may have to redefine it when it is returned to a standalone mode.
Specifying a Preferred Primary or Secondary Adapter
You must specify a primary adapter before you can specify a secondary adapter.
In the Team Properties dialog box’s Settings tab, click Modify Team.
On the Adapters tab, select an adapter.
Click Set Primary or Set Secondary.
Click OK.
The adapter’s preferred setting appears in the Priority column on Intel PROSet’s Team Configuration tab. A “1” indicates a preferred primary adapter, and a “2” indicates a preferred secondary adapter.
Configuring Teams with Windows PowerShell*
Using non-Intel cmdlets, such as the
Creating a Team
Use the
New-IntelNetTeam -TeamMemberNames "<adapter1_name>", "<adapter2_name>" -TeamMode AdapterFaultTolerance -TeamName "<team_name>"
Changing Which Adapters Are in a Team
Use the
Add-IntelNetTeamMember -TeamName "<team_name>" -Name "<adapter_name>"
Renaming a Team
Use the
Set-IntelNetTeam -TeamName "<team_name>" -NewTeamName "<new_team_name>"
Removing a Team
Use the
Remove-IntelNetTeamMember -Name "<adapter_name>"
If you defined a VLAN or QoS Prioritization on an adapter joining a team, you may have to redefine it when it is returned to a standalone mode.
Specifying a Preferred Primary or Secondary Adapter
Use the
Set-IntelNetTeam -TeamName "Team 1" -PrimaryAdapterName "<adapter1_name>" -SecondaryAdapterName "<adapter2_name>"
Configuring Teams with Intel® PROSet Adapter Configuration Utility (Intel® PROSet ACU)
Creating a Team with Intel PROSet ACU
Launch Intel PROSet ACU.
Select an adapter to start the team.
Click the Teaming/VLANs tab.
In the Teaming panel, click Create Team.
Select the adapters to include in the team, then click Next.
Type a name for the team.
Select the teaming mode, then click Next.
[Optional] Designate Primary and Secondary adapters for the team.
Click Finish.
Changing Which Adapters Are in a Team
Launch Intel PROSet ACU.
Select the team you wish to modify.
In the Team Members panel, click Modify Members.
Select the adapters that will be members of the team.
Click Apply Changes.
Renaming a Team
Launch Intel PROSet ACU.
Select the team you wish to modify.
In the Team Information panel, type a new team name.
Click Apply Changes.
Removing a Team
Launch Intel PROSet ACU.
Select the team you wish to remove.
Click Remove Team.
If you defined a VLAN or QoS Prioritization on an adapter joining a team, you may have to redefine it when it is returned to a standalone mode.
Specifying a Preferred Primary or Secondary Adapter
You must specify a primary adapter before you can specify a secondary adapter.
Launch Intel PROSet ACU.
Select the team you wish to modify.
Select your preferred Primary Adapter.
Select your preferred Secondary Adapter.
Click Apply Changes.