Mapping virtual NICs to SET switch Physical adapters
As SET switches don't support LACP
By default an algorithm is in place to affinitize a vNIC to a Physical network adapter when they are in a team (LBFO or SET). This algorithm does not always do the things you want, If I have two storage NICs created on my vSwitch I would like them affinitized both on a different physical adapter.
Set-VMNetworkAdapterTeamMapping -VMNetworkAdapterName SMB1 –ManagementOS –PhysicalNetAdapterName “SLOT 2”
Set-VMNetworkAdapterTeamMapping -VMNetworkAdapterName SMB2 –ManagementOS –PhysicalNetAdapterName “SLOT 3”

1 comment
-
JPonce commented
In a converged topology, seems if you want to bind the virtual storage network to physical port, you have to revert to HyperV switch rather than SET. This is true for 2016, and 2019 (found out the hard way).