VMware Network Polices
VMware has a Network Policies that can be setup from the high level VSS to the single VMnic. There are two main setting. Load Balancing and Network Failover dections.
In this post I am going to go into what these options are and when you will use them.
Load Balancing
Here is the table from the VMware vSphere 5.1 online documents. Click here.
Network Failover Detection
The default selection is Route based on the originating port ID. This tell the traffic to send down the same vmnic until that network card has failed. Then it will look and the Standby Adapters.
Route based on IP hash. This allow the VSS or vDS to choose the best route. This requires multiple network cards to function correctly. This is very CPU intense.
Route based on source MAC hash. When the first packet is send, the network load is analyzed. From then on the traffic is sent out the same network card (MAC) until the adapter fails.
Use explicit failover order. Just as stated above. Use the highest listed vmnic. Then work your way down the list.
Now onto the Network Failover Detection.
Link status only is just as stated above. It checks the link for failures.
Beacon Probing is about checking of the health and connectivity between each vmnic (physical NIC) in the same vSwitch.