If you specifically want LACP, follow these additional steps:
(1) First, create NIC teaming using Server Manager with LACP mode and dynamic load balancing.
(2) Execute the following PowerShell command to create the virtual switch based on the teaming:
New-VMSwitch -Name "TEAM" -NetAdapterName "TEAM" -AllowNetLbfoTeams $true -AllowManagementOS $true
(3) Ensure that all your network cards are connected to the network and have valid IP addresses.
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article