Fortinet black logo

New Features

Default_DNS performance SLA profile

Copy Link
Copy Doc ID de1e129a-0283-11ea-8977-00505692583a:600883
Download PDF

Default_DNS performance SLA profile

A new Default_DNS performance SLA is added after performing a factory reset.

config system virtual-wan-link
    config health-check
        edit "Default_DNS"
            set system-dns enable
            set interval 1000
            set probe-timeout 1000
            set recoverytime 10
            config sla
                edit 1
                    set latency-threshold 250
                    set jitter-threshold 50
                    set packetloss-threshold 5
                next
            end
        next
    end
end

Default_DNS performance SLA profile

A new Default_DNS performance SLA is added after performing a factory reset.

config system virtual-wan-link
    config health-check
        edit "Default_DNS"
            set system-dns enable
            set interval 1000
            set probe-timeout 1000
            set recoverytime 10
            config sla
                edit 1
                    set latency-threshold 250
                    set jitter-threshold 50
                    set packetloss-threshold 5
                next
            end
        next
    end
end