Microsoft Teaming SET

Handian Sudianto 6,096 Reputation points
2025-02-24T14:28:46.6766667+00:00

When we create teaming using 'EnableEmbeddedTeaming' this mean we create the SET? For this configuration should we create LACP on the switch port?

Windows for business | Windows Server | Networking | Software-defined networking
0 comments No comments
{count} votes

Accepted answer
  1. Anonymous
    2025-02-26T15:42:59.2166667+00:00

    Hello,

    Thank you for posting in Q&A forum.

    Yes, when you create a team using 'EnableEmbeddedTeaming', you will create a Switch Embedded Team (SET). For SET configuration, you do not need to create LACP on the switch ports. SET uses switch-independent bonding mode and dynamic load distribution by default, which does not require any special configuration on the physical switch.

    PowerShell Command to Create Switch:

    New-VMSwitch -Name "SET Team" -NetAdapterName "NIC 1" -EnableEmbeddedTeaming $true

    I hope the information above is helpful.

    Best regards

    Zunhui

    ============================================

    If the Answer is helpful, please click "Accept Answer" and upvote it.

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.