Control the path. Prove the decision.
Work through FortiGate SD-WAN scenarios involving path selection, health checks, failover, routing, and application traffic.
This is the engineering problem. This is how a real engineer investigates it. This is how KiwiTut lets you practise it.
READ THE CLI.
UNDERSTAND THE STATE.
MAKE THE CHANGE.
Fix the network.
Prove the recovery.
SD-WAN members
Understand which interfaces and transports are available to the FortiGate path-selection system.
Performance SLA
Interpret latency, jitter, and packet-loss measurements against the service requirement.
Health checks
Use health state to determine whether a member is eligible for application traffic.
A path that is not a healthy member cannot carry SD-WAN traffic no matter what the rules say.
Verify with: diagnose sys sdwan member
Rules and path selection
Trace classification, rule behavior, preference, cost, and the selected forwarding path.
Failover
Understand what changes when a member fails health criteria and another path becomes eligible.
member(1): interface=wan1 status=alive
member(2): interface=wan2 status=degraded
Existing sessions can stick to a degraded member until they expire – failover alone does not prove user recovery.
Validate with: diagnose sys sdwan load-balance
Traffic validation
Prove that the application uses a usable path after failover, including routing and return traffic.
Routing interaction
SD-WAN does not replace routing – it feeds it. The chosen member must surface as a usable route before any rule can steer traffic.
The selected member installs or activates the route forwarding relies on.
Confirm with: diagnose sys sdwan routes and get router info routing-table all
Branch-to-HQ and internet breakout both depend on this hand-off: SD-WAN chooses the egress, routing makes it reachable, policy permits it.
Verification checklist
- Expected member alive in
diagnose sys sdwan member - Rule evaluation matches intent in
diagnose sys sdwan load-balance - Active route present in
get router info routing-table all - End-to-end probe succeeds (
execute ping) - Sessions survive or re-establish cleanly
Related engineering paths: FortiGate VPN operations, the symptom-first troubleshooting workflow, and the CLI decision-record guide. Or browse the full FortiGate paths catalogue.
Train inside KiwiTut Pro.
These public paths describe the engineering work. The real hands-on FortiGate network operations simulator is private beta at app.kiwitut.com and is available only after controlled access is approved.