I'd go along with JFrederick29 on this one. Using dynamic OSPF routing between all three routers and the PIX's is the cleanest and easiest solution with fastest convergence time. HSRP is simply the wrong solution for this application.
Just advertise a default from each of the 3 routers. You might even see some load-sharing going on.
Else use IP SLA monitoring on the routers to determine if the route is gone but the link is still up.
Main Topics
Browse All Topics





by: JFrederick29Posted on 2009-02-12 at 18:32:45ID: 23629194
No, it doesn't. You can either run iBGP between all 3 routers so if the link to ISPA goes down but RtrA is the HSRP active router, RtrA will forward traffic to RtrB or RtrC and out to the Internet. Or, you can run OSPF on the 3 routers (along with BGP) and advertise the BGP default via OSPF to the PIX. In this case, if ISPA is down, RtrA stops advertising the default learned via ISPA and only ISPB and ISPC are used. I would go with the second method instead of the first.