Skip navigation
How is Switch Embedded Teaming managed?

How is Switch Embedded Teaming managed?

Q. How is SET managed?

A. Neither Hyper-V Manager nor the LBFO management tools support SET. Instead it is managed through PowerShell or SCVMM. With PowerShell to create a SET just add the -EnableEmbeddedTeaming $true switch or just add multiple NICs which means its implicitly set, i.e. one of the following:

New-VMSwitch -Name TeamedvSwitch -NetAdapterName "NIC 1","NIC 2" `
-EnableEmbeddedTeaming $true
#Same as :
New-VMSwitch -Name TeamedvSwitch -NetAdapterName "NIC 1","NIC 2"

 

Hide comments

Comments

  • Allowed HTML tags: <em> <strong> <blockquote> <br> <p>

Plain text

  • No HTML tags allowed.
  • Web page addresses and e-mail addresses turn into links automatically.
  • Lines and paragraphs break automatically.
Publish