CLI: Service Level Agreements

You can use the sla command to configure a site service level agreement object. A SLA object will ping the specified site every 10 seconds to report on the site's availability.

sla <name> {destinationip|duration|enable|pingsize}

sla <sla-name> {destinationip|duration|enable|pingsize}

no sla <sla-name>

  • destinationip <address> - Specify the IPInternet protocol address to ping.
  • threshold <duration> - Threshold limit (msec). This is the ping response time that will cause an alert to be triggered.
  • duration <duration> - Set the duration (seconds) before an alert is raised. Available settings are 0, 30, 60, 300, 1800 and 3600. The ping response time must be above the threshold for the specified duration before an alert is triggered.
  • pingsize <size> - Specify the ping packet size (in bytes). Default is 64.
  • enable - Enable monitoring of the SLA object.