Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

header-navigation
keyboard_arrow_up
close
keyboard_arrow_left
Junos CLI Reference
Table of Contents Expand all
list Table of Contents
file_download PDF
{ "lLangCode": "en", "lName": "English", "lCountryCode": "us", "transcode": "en_US" }
English
keyboard_arrow_right

sla-options

date_range 20-Nov-23

Syntax

content_copy zoom_out_map
sla-options {
    dynamic-load-balancer;
    log (disabled | syslog);	
    max-passive-probe-limit {
        interval refresh-interval;
        number-of-probes probes;
    }
}

Hierarchy Level

[edit security advance-policy-based-routing]

Description

Specify global SLA options for Application Quality of Experience (AppQoE).

Options

dynamic-load-balancer

Enable the session-based load balancing functionality. When you enable session-based load balancing option, the application traffic distribution depends on the weight value that you configure at the [edit security advance-policy-based-routing interface interface-name] hierarchy level.

Load balancing is disabled by default.

log

Choose the logging mechanism for AppQoE. The log type configuration by default uses syslog to support application-level logging. You need to configure the log type as disabled to turn off the AppQoE logging.

disabled

Disable logging.

syslog

Enable logging.

  • Default: syslog

max-passive-probe-limit

Set maximum passive probe limits.

interval

Interval within which to send passive probes (in ms).

  • Default: 500

  • Range: 500 through 1000

number-of-probes

Number of passive probes to be sent.

  • Default: 5000

  • Range: 10 through 5000

Required Privilege Level

services—To view this statement in the configuration.

services-control—To add this statement to the configuration.

Release Information

Statement introduced in Junos OS Release 18.2R1.

dynamic-load-balancer option added in Junos OS Release 21.2R1.

footer-navigation