[Question] ISDB-based static route is not showing 'disable' flag when link-monitor detects failure
Environment: FortiGate VM v7.6 Lab environment, no actual WAN connectivity
Background: I have configured static routes using Internet Service (ISDB). FortiGate internally treats these as policy-based routes. I also have a link-monitor configured with update-static-route enable, update-policy-route enable, and update-cascade-interface enable.
Expected behavior: When the link-monitor detects a failure, I expected the ISDB-based static route to appear as flags=0x8 disable in the output of diagnose firewall proute list, which is the same behavior described in the official documentation for standard policy-based routes.
Actual behavior: When I simulate a link-monitor failure, manually configured policy routes (config router policy) correctly show flags=0x8 disable as expected. However, the ISDB-based static route continues to show flags=0x0 with no change.
Output of diagnose firewall proute list after link-monitor failure:
id=2113929218(0x7e000002) static_route=2 dscp_tag=0xfc 0xfc flags=0x0 tos=0x00 tos_mask=0x00 protocol=0 port=src(0->0):dst(1->65535) iif=0(any) path(1): oif=6(port2) gwy=192.168.254.254 source wildcard(1): 0.0.0.0/0.0.0.0 destination wildcard(1): 0.0.0.0/0.0.0.0 internet service(1): Microsoft-ICMP(327682,0,0,0) hit_count=0 rule_last_used=2026-05-25 16:43:34
I noticed this entry shows static_route=2, which suggests it is derived from a static route entry rather than a directly configured policy route.
Question: Does update-policy-route enable apply to ISDB-based static routes, or is it only supported for manually configured policy routes under config router policy? If it is not supported, is there any workaround to achieve failover behavior for ISDB-based static routes when a link-monitor failure is detected?
I have not been able to verify actual traffic behavior yet due to lab constraints, so I am currently focused on confirming whether the disable flag should appear in the proute list. Any insight would be appreciated.
