Skip to main content
albaker1
New Member
October 24, 2025
Solved

Failover routing between sites that are advertising route to same network

  • October 24, 2025
  • 1 reply
  • 388 views

We have two pairs of 91G's running 7.4.6 at two different locations. Each has a DMZ with subnet 192.168.100.0/29, and each location has a route map that allows redistribution of connected routes into OSPF. Site A is preferred and has route redistribution with a better metric. This works fine, but the problem is if the server at Site A goes down, but default the associated FortiGate doesn't know that server is down (the switch port is still up) and continues to advertise the connected route.

 

Is there a way to configure SLA to query the server at 192.168.100.2, and if that server is not reachable, then the FortiGate removes 192.168.100.2/29 from the OSPF process until the server is once again available?

Best answer by funkylicious

hi,

you could try and set a link monitor which can bring down the interface hence not advertise the route anymore, https://community.fortinet.com/t5/FortiGate/Technical-Tip-Bring-other-interfaces-down-when-link-monitor/ta-p/190877 

1 reply

funkylicious
SuperUser
SuperUser
October 25, 2025

hi,

you could try and set a link monitor which can bring down the interface hence not advertise the route anymore, https://community.fortinet.com/t5/FortiGate/Technical-Tip-Bring-other-interfaces-down-when-link-monitor/ta-p/190877 

"jack of all trades, master of none"
albaker1
albaker1Author
New Member
October 28, 2025

Bingo! That worked perfectly. Thank you!