πŸ›‘οΈ ToastFort
Home

Domain 4 Routing

Exam weight 15–20% Β· Fortinet docs β†—

trapmemorisedefault valuenew in 7.6

Β§4.1 Static routing & the routing table

MEMORISE

The three-way distinction that is nearly guaranteed to appear:

ECMP load-balance methods (set v4-ecmp-mode): source-ip-based (default) Β· source-dest-ip-based Β· weighted-load-balance Β· usage-based (spillover).

Blackhole routes drop traffic silently. Standard use: pair one with a route-based IPsec tunnel at a higher distance, so traffic doesn't leak out the default route when the tunnel drops.

Policy routes are evaluated before the routing table.

MEMORISE

Reverse Path Forwarding. FortiGate source-checks the first packet of every session.

TRAP

reverse path check fail, drop in debug flow is almost always a missing or wrong route back toward the source β€” not a policy problem. set asymroute enable disables the check and is the wrong answer unless the question explicitly wants asymmetric routing tolerated.

Β§4.2 SD-WAN

Building blocks: zones β†’ members (interfaces) β†’ performance SLAs β†’ rules.

TRAP

A member is unusable without a static default route pointing at the sd-wan virtual interface. No route, no rule selection β€” regardless of how healthy the link is.

Health check probes: Ping, HTTP, HTTPS, DNS, TCP-echo, UDP-echo, TWAMP. Each SLA sets targets for latency, jitter and packet loss, optionally minimum bandwidth. Detection timing comes from interval, failtime and recoverytime.

MEMORISE

The four rule strategies:

MEMORISE

Evaluation order: policy routes β†’ SD-WAN rules β†’ routing table. Unmatched traffic hits the implicit rule at the bottom, which load-balances by source IP by default.

TRAP

An SLA showing state(alive) but a service showing no members means the link is up but is not meeting the SLA targets. Alive β‰  eligible.