Hello everyone,
Lets say that I have the following routing in my router :
router ospf 10
network 10.130.0.0 0.0.255.255 area 1
ip route 10.130.142.0 255.255.255.0 10.1.1.2
ip route 10.130.142.0 255.255.255.0 10.2.2.2 10
Which route will appear in my routing table if 10.1.1.2 is down? Will the 2nd static route appear in routing table?
Thanks for your help.
Mehdi