<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Query: Assigning Broadcom NetXtreme  Ports on Hyper-V External Switches in ProLiant Servers (ML,DL,SL)</title>
    <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226237#M189221</link>
    <description>&lt;P&gt;Thank you for the replies.&lt;BR /&gt;&lt;BR /&gt;I have opted for the following solution.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Create New VMSwitch for the Hyper-V Host Management OS&lt;/STRONG&gt;&lt;BR /&gt;New-VMSwitch -Name "Management OS" -NetAdapterName "PCIe Slot 15 Port 1" -AllowManagementOS $true&lt;BR /&gt;We set "Allow management operating system to share this network adapter" as this virtual switch is dedicated to management traffic.&lt;BR /&gt;The Hyper-V host should have access to this adapter for administrative purposes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remaining NIC ports for VM traffic using SET (Switch Embedded Team):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create a NewVMSwtich Switch Embedded Teaming (SET)&lt;BR /&gt;New-VMSwitch -Name "SET-Team" -NetAdapterName "PCIe Slot 15 Port 2","PCIe Slot 15 Port 3","PCIe Slot 15 Port 4" -EnableEmbeddedTeaming $true -AllowManagementOS $false&lt;BR /&gt;Set-VMSwitchTeam -Name "SET-Team" -LoadBalancingAlgorithm Dynamic&lt;BR /&gt;Get-VMSwitchTeam -Name "SET-Team" | FL&lt;BR /&gt;Get-VMSwitch&lt;/P&gt;&lt;P&gt;The SET-TEAM VMSwitch is used by the VMs for VM traffic,as it is best practice to isolate VM traffic from management traffic.&lt;BR /&gt;We dont "Allow the management OS to share this network adapter" as it can lead to resource contention and degraded performance for both the VMs and the management OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 30 Sep 2024 00:51:49 GMT</pubDate>
    <dc:creator>DoJu</dc:creator>
    <dc:date>2024-09-30T00:51:49Z</dc:date>
    <item>
      <title>Broadcom NetXtreme  Ports | Hyper-V External Switches</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7225598#M189083</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;What is the HPE guidance / best practice / correct way to configure Hyper-V External VMSwitches for&amp;nbsp;PCIe Slot 15 Port 1-4 on a HPE Ethernet 1Gb 4-port 331T Adapter?&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Example:&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;HPE Proliant DL380 Gen11&lt;BR /&gt;OS: Windows Server 2022&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;Get-NetAdapter&lt;BR /&gt;Name InterfaceDescription ifIndex Status&lt;BR /&gt;---- -------------------- ------- ------&lt;BR /&gt;PCIe Slot 15 Port 1 Broadcom NetXtreme Gigabit Ethernet 11 Up&lt;BR /&gt;PCIe Slot 15 Port 2 Broadcom NetXtreme Gigabit Ethernet #2 8 Up&lt;BR /&gt;PCIe Slot 15 Port 3 Broadcom NetXtreme Gigabit Ethernet #3 9 Up&lt;BR /&gt;PCIe Slot 15 Port 4 Broadcom NetXtreme Gigabit Ethernet #4 6 Up&lt;BR /&gt;vEthernet (Hyper V Swi... Hyper-V Virtual Ethernet Adapter 2 Up&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Configure the PCIe Slot 15 Port 1 Broadcom NetXtreme Gigabit Ethernet as a normal physical NIC&lt;/STRONG&gt;&lt;BR /&gt;Assign TCP/IP configuration as normal&lt;BR /&gt;No need to create a Hyper-V "Management OS" VMSwitch and "Allow management operating system to share this network adapter"&lt;BR /&gt;&lt;BR /&gt;Or should this be:&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Create New VMSwitch for the Hyper-V Host Management OS&lt;/STRONG&gt;&lt;BR /&gt;New-VMSwitch -Name "Management OS" -NetAdapterName "PCIe Slot 15 Port 1" -AllowManagementOS $true&lt;BR /&gt;We set "Allow management operating system to share this network adapter" as this virtual switch is dedicated to management traffic.&lt;BR /&gt;The Hyper-V host should have access to this adapter for administrative purposes.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.altaro.com/hyper-v/the-hyper-v-virtual-switch-explained-part-1/" target="_blank" rel="noopener"&gt;https://www.altaro.com/hyper-v/the-hyper-v-virtual-switch-explained-part-1/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remaining NIC ports for VM traffic using SET (Switch Embedded Team):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PCIe Slot 15 Port 2&lt;BR /&gt;Broadcom NetXtreme Gigabit Ethernet#2&lt;BR /&gt;PCIe Slot 15 Port 3&lt;BR /&gt;Broadcom NetXtreme Gigabit Ethernet3&lt;BR /&gt;PCIe Slot 15 Port 4&lt;BR /&gt;Broadcom NetXtreme Gigabit Ethernet#4&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Create a NewVMSwtich Switch Embedded Teaming (SET)&lt;/STRONG&gt;&lt;BR /&gt;New-VMSwitch -Name "SET-Team" -NetAdapterName "PCIe Slot 15 Port 2","PCIe Slot 15 Port 3","PCIe Slot 15 Port 4" -EnableEmbeddedTeaming $true -AllowManagementOS $false&lt;BR /&gt;Set-VMSwitchTeam -Name "SET-Team" -LoadBalancingAlgorithm Dynamic&lt;BR /&gt;Get-VMSwitchTeam -Name "SET-Team" | FL&lt;BR /&gt;Get-VMSwitch&lt;/P&gt;&lt;P&gt;The SET-TEAM VMSwitch is used by the VMs for VM traffic,as it is best practice to isolate VM traffic from management traffic.&lt;BR /&gt;We dont "Allow the management OS to share this network adapter" as it can lead to resource contention and degraded performance for both the VMs and the management OS.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;STRONG&gt;Distribution Modes&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;We have a choice of 2 LB distribution modes for SET Teams&lt;/P&gt;&lt;P&gt;Hyper-V Port&lt;BR /&gt;Dynamic&lt;/P&gt;&lt;P&gt;We use Dynamic as "Hyper-V port mode is not the best if you are only hosting a few VMs due to it not being granular enough to achieve a well-balanced distribution"&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 12:01:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7225598#M189083</guid>
      <dc:creator>DoJu</dc:creator>
      <dc:date>2024-09-27T12:01:52Z</dc:date>
    </item>
    <item>
      <title>Re: Broadcom NetXtreme  Ports | Hyper-V External Switches</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226035#M189182</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I think Micorosft should be able to answer your question.&lt;/P&gt;&lt;P&gt;Meanwhile, please check if&amp;nbsp;&lt;STRONG&gt;HPE Ethernet 1Gb 4-port 331T&lt;/STRONG&gt; is compatible with this &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=c03225735&amp;amp;page=GUID-95E74D9B-A5BB-483B-9B14-3B58F6AD8ED1.html" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;server&lt;/STRONG&gt;&lt;/A&gt; and &lt;A href="https://support.hpe.com/hpesc/public/docDisplay?docId=c03225735&amp;amp;docLocale=en_US&amp;amp;page=GUID-BA699637-55DB-42DF-9D63-7EA6B0ADEF9B.html" target="_blank" rel="noopener"&gt;&lt;STRONG&gt;Hyper-V&lt;/STRONG&gt;&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Some resources:&lt;BR /&gt;&lt;A href="https://community.hpe.com/t5/servers-general/hyper-v-network-switch-configoraion-win-server-2022/td-p/7193452" target="_blank"&gt;https://community.hpe.com/t5/servers-general/hyper-v-network-switch-configoraion-win-server-2022/td-p/7193452&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines?tabs=hyper-v-manager" target="_blank"&gt;https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/get-started/create-a-virtual-switch-for-hyper-v-virtual-machines?tabs=hyper-v-manager&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/connect-to-network" target="_blank"&gt;https://learn.microsoft.com/en-us/virtualization/hyper-v-on-windows/quick-start/connect-to-network&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank You!&lt;BR /&gt;I work with HPE but opinions expressed here are mine.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 02:25:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226035#M189182</guid>
      <dc:creator>Suman_1978</dc:creator>
      <dc:date>2024-09-25T02:25:13Z</dc:date>
    </item>
    <item>
      <title>Query: Assigning Broadcom NetXtreme  Ports on Hyper-V External Switches</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226165#M189211</link>
      <description>&lt;P style="margin: 0;"&gt;Hello,&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Let us know if you were able to resolve the issue.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;If you have no further query, and you are satisfied with the answer then kindly mark the topic as Solved so that it is helpful for all community members.&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Please click on "Thumbs Up/Kudo" icon to give a "Kudo".&lt;/P&gt;
&lt;P style="margin: 0;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0;"&gt;Thank you for being a HPE valuable community member.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 12:00:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226165#M189211</guid>
      <dc:creator>support_s</dc:creator>
      <dc:date>2024-09-27T12:00:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Assigning Broadcom NetXtreme  Ports on Hyper-V External Switches</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226237#M189221</link>
      <description>&lt;P&gt;Thank you for the replies.&lt;BR /&gt;&lt;BR /&gt;I have opted for the following solution.&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Create New VMSwitch for the Hyper-V Host Management OS&lt;/STRONG&gt;&lt;BR /&gt;New-VMSwitch -Name "Management OS" -NetAdapterName "PCIe Slot 15 Port 1" -AllowManagementOS $true&lt;BR /&gt;We set "Allow management operating system to share this network adapter" as this virtual switch is dedicated to management traffic.&lt;BR /&gt;The Hyper-V host should have access to this adapter for administrative purposes.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Remaining NIC ports for VM traffic using SET (Switch Embedded Team):&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Create a NewVMSwtich Switch Embedded Teaming (SET)&lt;BR /&gt;New-VMSwitch -Name "SET-Team" -NetAdapterName "PCIe Slot 15 Port 2","PCIe Slot 15 Port 3","PCIe Slot 15 Port 4" -EnableEmbeddedTeaming $true -AllowManagementOS $false&lt;BR /&gt;Set-VMSwitchTeam -Name "SET-Team" -LoadBalancingAlgorithm Dynamic&lt;BR /&gt;Get-VMSwitchTeam -Name "SET-Team" | FL&lt;BR /&gt;Get-VMSwitch&lt;/P&gt;&lt;P&gt;The SET-TEAM VMSwitch is used by the VMs for VM traffic,as it is best practice to isolate VM traffic from management traffic.&lt;BR /&gt;We dont "Allow the management OS to share this network adapter" as it can lead to resource contention and degraded performance for both the VMs and the management OS.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 00:51:49 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226237#M189221</guid>
      <dc:creator>DoJu</dc:creator>
      <dc:date>2024-09-30T00:51:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query: Assigning Broadcom NetXtreme  Ports on Hyper-V External Switches</title>
      <link>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226244#M189223</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1443365"&gt;@DoJu&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Perfect!&amp;nbsp;&lt;/P&gt;
&lt;P&gt;We are glad to know you were able to find the solution and thank you for keeping us updated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 30 Sep 2024 05:58:07 GMT</pubDate>
      <guid>https://community.hpe.com/t5/proliant-servers-ml-dl-sl/broadcom-netxtreme-ports-hyper-v-external-switches/m-p/7226244#M189223</guid>
      <dc:creator>Sunitha_Mod</dc:creator>
      <dc:date>2024-09-30T05:58:07Z</dc:date>
    </item>
  </channel>
</rss>

