FortiGate
FortiGate Next Generation Firewall utilizes purpose-built security processors and threat intelligence security services from FortiGuard labs to deliver top-rated protection and high performance, including encrypted traffic.
knagaraju
Staff
Staff
Article Id 266386
Description This article describes the case when it is impossible to find shortcut-stickiness option to enable it in the SD-WAN rule via CLI.
Scope 7.4.0 FortiOS version.
Solution

The shortcut stickiness option is only visible when the mode is set to SLA under config service as shown below:

 

FGT-SDW-1 # config system sdwan

FGT-SDW-1 (sdwan) # config service

FGT-SDW-1 (service) # edit 1

FGT-SDW-1 (1) # show


config service
    edit 1
        set name "test11"
        set mode sla  <-
        set dst "all"
            config sla
                edit "Default_AWS"
                    set id 1
                next
            end
        set priority-members 4
    next
end


FGT-SDW-1 (1) # show full | grep shortcut-stick
    set shortcut-stickiness disable
end