Hi, I have a question regarding how static routes work on Cisco routers. I have a router with static routes as follows,
ip route 10.10.10.70 255.255.255.255 10.10.10.68 10
ip route 10.10.10.70 255.255.255.255 10.10.10.67 40
The 10.10.10.68 and 10.10.10.67 addresses are two Nortel firewalls that cannot support VRRP/HSRP or any other routing protocols. When one fails eg 10.10.10.68 I assumed that the router would use the second route to the secondary firewall but this is not the case. It looks like the second static route is not used.... Is this because they are on the same interface and the interface is up so it continues to forward all traffic to 10.10.10.70 via the first static route regardless?
If so has anyone any suggestions what I can do?
Thanks.
ip route 10.10.10.70 255.255.255.255 10.10.10.68 10
ip route 10.10.10.70 255.255.255.255 10.10.10.67 40
The 10.10.10.68 and 10.10.10.67 addresses are two Nortel firewalls that cannot support VRRP/HSRP or any other routing protocols. When one fails eg 10.10.10.68 I assumed that the router would use the second route to the secondary firewall but this is not the case. It looks like the second static route is not used.... Is this because they are on the same interface and the interface is up so it continues to forward all traffic to 10.10.10.70 via the first static route regardless?
If so has anyone any suggestions what I can do?
Thanks.