Technical Tip: ECMP load-balancing mode CLI setting will disappear when SD-WAN status enabled
Description
This article describes the issue when the 'v4-ecmp-mode source-ip-based' default CLI system setting disappears when the SD-WAN status is enabled.
Scope
FortiGate.
Solution
ECMP load balancing is enabled by default in FortiGate.



Version 6.4 and above :
The command 'config system virtual-wan-link' is removed starting from version 6.4.x.
To disable or enable SDWAN status, apply the command below :
config system sdwan
set status disable
After applying the change, ECMP load-balancing will be turned on again.
show full-configuration | grep ecmp
set v4-ecmp-mode source-ip-based <-- ECMP enabled.
set ecmp-max-paths 255
Note: Volume-based load balancing method is supported only in SD-WAN, not with ECMP.
