Net.LinkFlappingThreshold parameter, which controls the sensitivity of this protection mechanism.The Net.LinkFlappingThreshold advanced system parameter defines the maximum number of link-down events allowed per minute before the ESXi host considers the link unstable.
Default Value: 60 (events per minute)
Deactivate: Setting the value to 0 disables the protection mechanism.
Note: Changes to this parameter take effect immediately; a reboot is not required.
To modify the Net.LinkFlappingThreshold parameter, use either the vSphere Client or the ESXi command line.
Caution: It is best practice to maintain the default value (60) in most environments. Only modify this value if specific environmental conditions or troubleshooting requirements necessitate a change.
Log in to the vSphere Client.
Navigate to the ESXi host in the inventory.
Select the Configure tab.
Under System, select Advanced System Settings.
Click Edit.
Search for Net.LinkFlappingThreshold.
Update the value as required (e.g., 120 to increase the threshold, or 0 to disable).
Click OK to save.
Connect to the ESXi host via SSH or console.
To check the current value, run the following command:
esxcli system settings advanced list -o /Net/LinkFlappingThreshold
Example Output:
Path: /Net/LinkFlappingThreshold
Type: integer
Int Value: 60
Default Int Value: 60
Min Value: 0
Max Value: 65535
Description: Max number of link down events per minute before considering a link unstable (0 to deactivate)
To update the value (for example, to set it to 120), run:
esxcli system settings advanced set -i 120 -o /Net/LinkFlappingThreshold
To reset the parameter to its default value, run:
esxcli system settings advanced set -d -o /Net/LinkFlappingThreshold
For more details on why a physical NIC may be brought down due to flapping, see A physical NIC may be brought down due to frequent link status flapping.