A network engineer is configuring an SD-WAN rule to steer voice traffic to the MPLS link with the lowest latency. The SLA target is set to latency < 50 ms and jitter < 10 ms. However, the MPLS link occasionally exceeds the latency threshold. What should the engineer do to ensure voice traffic uses the best available link without manual intervention?
Trap 1: Remove the latency performance SLA and rely only on jitter.
Removing latency from the performance SLA leaves jitter as the only measured metric, so the SD-WAN health check will no longer flag the MPLS link when latency climbs. Since voice QoS is degraded by high one-way delay, the rule would keep sending traffic along the high-latency MPLS path and failover never triggers. That defeats the purpose of steering voice traffic away from an underperforming link.
Trap 2: Increase the jitter threshold to 15 ms to avoid SLA violations.
Raising the jitter threshold to 15 ms only makes the SLA more tolerant to jitter; it has no effect on the latency measurement that is causing the MPLS link to be down. If the latency metric is already part of the SLA, reducing the bar for a different metric won't prevent the violation. It could even mask genuine jitter problems, making voice quality worse while still failing over for latency only when latency itself reaches the threshold.
Trap 3: Disable SLA enforcement on the SD-WAN rule so voice traffic always…
Disabling SLA enforcement removes the link health check from the SD-WAN rule, so FortiGate will not evaluate MPLS latency and will never move traffic to the broadband link. The rule would unconditionally pin voice traffic to MPLS, including when latency is high, because there is no failure condition to trigger the secondary strategy. This is the opposite of what is needed for latency-sensitive VoIP.
- A
Remove the latency performance SLA and rely only on jitter.
Why wrong: Removing latency from the performance SLA leaves jitter as the only measured metric, so the SD-WAN health check will no longer flag the MPLS link when latency climbs. Since voice QoS is degraded by high one-way delay, the rule would keep sending traffic along the high-latency MPLS path and failover never triggers. That defeats the purpose of steering voice traffic away from an underperforming link.
- B
Configure the SD-WAN rule with a secondary strategy to use the broadband link when SLA is not met.
A correct fix is to set the SD-WAN rule to use the broadband link as a secondary strategy when the primary MPLS link fails its performance SLA. In Fortinet, this is done by listing multiple link members in the rule and specifying a strategy such as 'best quality' or 'SLA' where the next available member is used as a backup. The rule then automatically moves voice traffic to broadband whenever the MPLS link violates the configured latency threshold.
- C
Increase the jitter threshold to 15 ms to avoid SLA violations.
Why wrong: Raising the jitter threshold to 15 ms only makes the SLA more tolerant to jitter; it has no effect on the latency measurement that is causing the MPLS link to be down. If the latency metric is already part of the SLA, reducing the bar for a different metric won't prevent the violation. It could even mask genuine jitter problems, making voice quality worse while still failing over for latency only when latency itself reaches the threshold.
- D
Disable SLA enforcement on the SD-WAN rule so voice traffic always uses the MPLS link.
Why wrong: Disabling SLA enforcement removes the link health check from the SD-WAN rule, so FortiGate will not evaluate MPLS latency and will never move traffic to the broadband link. The rule would unconditionally pin voice traffic to MPLS, including when latency is high, because there is no failure condition to trigger the secondary strategy. This is the opposite of what is needed for latency-sensitive VoIP.