VMware vSphere ESXi 6.7
VMware vSphere ESXi 6.5
VMware vSphere ESXi 7.0
VMware vSphere ESXi 8.0
This is resolved in ESXi 6.7 P02
NSX-T Perspective:
++++++++++++++++
Please note that the information provided in this section is NSX-T perspective.
If NSX is running on this host and using NVDS, You can also apply these changes using below command from ESXi root login.
nsxcli -c set vswitch runtime TeamPolicyUpDelay "value"
Example
nsxcli -c set vswitch runtime TeamPolicyUpDelay 600000.
However, this will take effect at runtime and will not persist after the host rebooted the value will reset to its default.
To persists the change, please follow the steps below:
Option 1
++++++++
1] Make changes from ESXi via vSphere console -pick host > Configure > Advanced system Settings > Net.TeamPolicyUpDelay > edit (default is 100) And modify/set the value you want to and save by clicking ok.
2] Then reboot the host for the changes to take effect
3] Once node back online, ssh to host with root and verify setting using below command
nsxcli -c get vswitch runtime
Option 2
+++++++++
1]Make changes from ESXi via command line with below command
esxcli system settings advanced set -o /Net/TeamPolicyUpDelay --int-value xxx
Example: esxcli system settings advanced set -o /Net/TeamPolicyUpDelay --int-value 300000
[In this case then you don't need to reboot host. ]
2]ssh to host with root and verify setting using below command
nsxcli -c get vswitch runtime
Note: N-VDS is not supported on NSX 4.X version. With the release of VMware NSX 4.x N-VDS is not supported for ESXi hosts anymore.
However, if you are still using NVDS or have already migrated to VDS, this change is being made directly to ESXI and will apply to both.