Technical Tip: SD-WAN member failover not working as expected with Latency criteria
| Description | This article describes the default working of an SD-WAN member failover with criteria as Latency. |
| Scope | All FortiOS. |
| Solution | Using link latency as a failover criterion between SD-WAN members may sometimes choose the member that has slightly more latency.
Here is an example:
The Latency for SD-WAN member Spoke1_VPN2 is less than member Spoke1_VPN1, so member Spoke1_VPN2 should be selected as the outgoing interface.
However, the member Spoke1_VPN1 is chosen as best :
diagnose sys sdwan member | grep VPN
diagnose sys sdwan health-check | grep VPN
The reason for choosing poke1_VPN1 as the best member is that the default settings for the SD-WAN link-cost-threshold is 10. This means it would only choose another member if the difference between them for Latency is more than 10%.
config system sdwan (sdwan) # config service (service) # edit "2" link-cost-threshold <----- Percentage threshold change of link cost values that will result in policy route regeneration (0 - 10000000, default= 10).
This default setting can be reduced as per the requirement with correct analysis and chosen value.
After making the value 2, the other member Spoke1_VPN2 was selected as best :
Related article: |



