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.
ihaidar
Staff
Staff
Article Id 290942
Description This article explains the meaning of zero in the performance SLA in SD-WAN
Scope FortiGate, SD-WAN.
Solution

In the SD-WAN CLI, the digit zero signifies the inclusion of all participants.

For example, when configuring SD-WAN Performance SLA from GUI, the option for all SD-WAN members can be chosen.

 

SD-WAN member.png

 

To configure the above from CLI, it is necessary to specify the member as value zero, the value zero means to include all participants of SD-WAN Member:

 

config system sdwan
     config health-check
          edit "Default_AWS"
              set members 0
          next
     end
end

Contributors