Switch Embedded Teaming (SET) Should replace the NIC Team(LBFO) after Windows Server 2016 on Hyper-V

 Ref: Windows Server 2016 攻略 (七) - 新世代虛擬網路交換器 SET ( Switch Embedded Teaming )

Windows 2016 以後,Hyper-V VMSwitch 預設不支持 NIC Team (LBFO),需使用 command 方式才可使用。主要原因是 NIC Team 不支援 RDMA(RoCE)、SR-IOV

範例如下:

New-VMSwitch -Name VMInterfaceName -NetAdapterName NICTeamName -AllowNetLbfoTeams 1

取代的技術稱為 Switch Embedded Teaming (SET)

留言