Server Manager
- Open Server Manager (Windows Key and click Server Manager)
- Local Server
- Network Adapter Teaming
EXE (The easiest way)
- Windows Key + R
- run lbfoadmin.exe
*Using the NIC Teaming Manager, you can now create NIC teams on remote servers. As well as many other remote features, such as adding roles and features to remote servers.
Steps to create a new team
- Select the server you want to create the team on.
- Under teams, click the down arrow next to the "TASKS" drop down.
- Click on "New Team".
- In the New Team Wizard, enter a team name.
- Select the NICs that you want to be in the team.
- Click Additional Properties
- Select the teaming mode (Can use Static Teaming, Switch Independent, or LACP)
- Select the Local Distribution Mode (Can use Address Hash or Hyper-V Port)
- Select the Primary Team Interface (Can use the Default or Specific VLAN)
- Click OK.
Once you have created the team, it will show up under the TEAM section and the status should be OK. If you go and look at the Network Adapters, you will see your physical NICs and the new Team NIC. If you look at the properties for the physical NICs in the team, you will notice that everything is unchecked except for the Microsoft Network Adapter Multiplexor Protocol. This is the protocol used for teaming and load balancing. The actual IP address will be stored in the new Virtual Team NIC.
This can also be done using a PowerShell commandlet. Here are the steps for PowerShell.
Power Shell
- Open PowerShell (Windows Key and click Windows PowerShell)
- New-NetLbfoTeam (exact command: New-NetLbfoTeam <TeamName> <NIC1>, <NIC2>
In summary, Microsoft has really made great steps to streamline the NIC Teaming process and has eliminated the requirement of 3rd party drivers and software. I hope to have more for you soon.
No comments:
Post a Comment