SLA Class
A SLA class defines the maximum jitter, maximum latency, maximum packet loss, or a combination of these values, for the Cisco SD-WAN data plane tunnels. The SLA classes are used in Application-Aware Routing Policies.
Diagram
Section titled “Diagram”Classes
Section titled “Classes”policy_object_profile (sdwan.feature_profiles)
Section titled “policy_object_profile (sdwan.feature_profiles)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
sla_classes | List | [sla_classes] | No |
sla_classes (sdwan.feature_profiles.policy_object_profile)
Section titled “sla_classes (sdwan.feature_profiles.policy_object_profile)”Name | Type | Constraint | Mandatory | Default Value |
---|---|---|---|---|
name | String | Regex: ^[^&<>! "]{1,32}$ | Yes | |
app_probe_class | String | Regex: ^[^&<>! "]{1,128}$ | No | |
fallback_best_tunnel_criteria | Choice | jitter , latency , loss , loss-latency , loss-jitter , latency-loss , latency-jitter , jitter-latency , jitter-loss , loss-latency-jitter , loss-jitter-latency , latency-loss-jitter , latency-jitter-loss , jitter-latency-loss , jitter-loss-latency | No | |
fallback_best_tunnel_jitter_variance | Integer | min: 1 , max: 1000 | No | |
fallback_best_tunnel_latency_variance | Integer | min: 1 , max: 1000 | No | |
fallback_best_tunnel_loss_variance | Integer | min: 0 , max: 100 | No | |
jitter_ms | Integer | min: 1 , max: 1000 | No | |
latency_ms | Integer | min: 1 , max: 1000 | No | |
loss_percentage | Integer | min: 0 , max: 100 | No |
Examples
Section titled “Examples”Example-1: The following example demonstrates how to configure an SLA class. The sla class sla_realtime
has a jitter of 20ms, a latency of 100ms, and a loss of 1%, with a fallback criteria of jitter and a jitter variance of 40ms.
sdwan: feature_profiles: policy_object_profile: sla_classes: - name: sla_realtime jitter_ms: 20 latency_ms: 100 loss_percentage: 1 fallback_best_tunnel_criteria: jitter fallback_best_tunnel_jitter_variance: 40