Fortinet black logo

Configuring Performance SLA test

6.2.0
Copy Link
Copy Doc ID 1e9179fe-c082-11ea-8b7d-00505692583a:3338
Download PDF

Configuring Performance SLA test

Configure a performance SLA test that will be tied to the SD-WAN interface members for the Zscaler ZENs.

To configure a Performance SLA test:
  1. Go to Network > Performance SLA, and click Create New. The New Performance SLA screen displays.
  2. Enter a name for the Name field like Zscaler_VPNTEST in this case.
  3. Select IPv4 from the IP Version field.
  4. Select the Protocol to be HTTP.
  5. The Server field is set to the URL http://gateway.<zscaler-cloud>.net/vpntest test page, where <zscaler-cloud> is to be replaced with your Zscaler cloud name.
  6. In the Participants fields, add Zscaler-DC and Zscaler-SF SD-WAN interface members as participants.

    Configuring a Performance SLA test

  7. Click OK.
Caution

When configuring the Performance SLA test using the GUI, you cannot configure the HTTP GET request. The Server field only accepts a valid FQDN. Use the CLI to configure the HTTP GET request.

To configure a Performance SLA test using the CLI:

config system virtual-wan-link

config health-check

edit "Zscaler_VPNTEST"

set server "gateway.<zscaler-cloud>.net"

set protocol http

set http-get "/vpntest"

set interval 10000

set failtime 10

set members 2 3

config sla

edit 1

set latency-threshold 250

set jitter-threshold 100

set packetloss-threshold 5

next

end

next

end

end

Configuring Performance SLA test

Configure a performance SLA test that will be tied to the SD-WAN interface members for the Zscaler ZENs.

To configure a Performance SLA test:
  1. Go to Network > Performance SLA, and click Create New. The New Performance SLA screen displays.
  2. Enter a name for the Name field like Zscaler_VPNTEST in this case.
  3. Select IPv4 from the IP Version field.
  4. Select the Protocol to be HTTP.
  5. The Server field is set to the URL http://gateway.<zscaler-cloud>.net/vpntest test page, where <zscaler-cloud> is to be replaced with your Zscaler cloud name.
  6. In the Participants fields, add Zscaler-DC and Zscaler-SF SD-WAN interface members as participants.

    Configuring a Performance SLA test

  7. Click OK.
Caution

When configuring the Performance SLA test using the GUI, you cannot configure the HTTP GET request. The Server field only accepts a valid FQDN. Use the CLI to configure the HTTP GET request.

To configure a Performance SLA test using the CLI:

config system virtual-wan-link

config health-check

edit "Zscaler_VPNTEST"

set server "gateway.<zscaler-cloud>.net"

set protocol http

set http-get "/vpntest"

set interval 10000

set failtime 10

set members 2 3

config sla

edit 1

set latency-threshold 250

set jitter-threshold 100

set packetloss-threshold 5

next

end

next

end

end