LACP on Windows

In case you want to create a LACP-bonded NIC-group use the following powershell-command

New-NetLbfoTeam -Name "Team1" -TeamMembers "NIC1","NIC2" -TeamingMode LACP -LoadBalancingAlgorithm Dynamic

Remember to configure LACP on the Switch too

Reference: https://docs.microsoft.com/en-us/powershell/module/netlbfo/new-netlbfoteam?view=windowsserver2019-ps

mf

Leave a Reply

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