⌚ About 2 min read
This BAOI guide provides a structured method for diagnosing a sd-wan rule without multiplying unnecessary changes.
Avant de commencer : adaptez toujours les commandes et manipulations à votre environnement. Sur un système de production, prévoyez une backup ou un retour arrière lorsque l’action peut modifier la configuration.
Étapes à suivre
-
1
Set perimeter
Identify the equipment, service, affected users and start time.
-
2
Collect Elements
Record the exact messages, logs and useful settings.
-
3
Test methodically
Start with the basic dependencies before the application components.
-
4
Apply correction
Change only the identified parameter or component.
-
5
Validate
Rewrite the full scenario and document the result.
À retenir
- Keep the initial values for a backwards.
- Avoid multiple simultaneous changes.
- Compare with a functional configuration when possible.
FortiGate SD-WAN: rule, SLA and session explain path selection
Technical checkpoints
- An SD-WAN rule selects among eligible members according to strategy/priority/SLA; an existing route alone is not enough to predict the final member.
- Health checks have their own source, target and latency/jitter/loss thresholds and can mark a link degraded while it remains up.
- An existing session may remain on the previous member; test a new flow after changes.
SD-WAN reading
Compare matched rule, SLA state and sessions for the real flow.
diagnose sys sdwan service
diagnose sys sdwan health-check
diagnose sys session filter ...Topic-specific pitfalls
- Changing priority without checking match criteria may do nothing for the tested flow.
- A health check to an unrepresentative target can unnecessarily fail over a healthy link.
How to validate
- The new flow matches the intended rule and uses the expected member.
- SLA metrics remain within thresholds during a representative test.