04-25-2011 08:48 PM - edited 03-06-2019 04:47 PM
We have a 3750 stack in site A, by static route, it points all incoming and outgoing traffice to the firewall in site B for security reason.
But, if the inter-site link is down, the default route will not be available. Thus, I think I need another default route, which points to the local site LAN in case the inter-site link is down. Can I give the standby default route a higher distance metric to build up the "HA" of the two default routes? Or is there a better idea?
Thanks!
Solved! Go to Solution.
04-25-2011 10:56 PM
Hi,
You can use default route with different metric or ip sla.
ip route 0.0.0.0 0.0.0.0 {gw1} 10
ip route 0.0.0.0 0.0.0.0 {gw2} 20
or
04-25-2011 10:56 PM
Joseph,
Perhaps http://www.cisco.com/en/US/docs/ios/12_3/12_3x/12_3xe/feature/guide/dbackupx.html#wp1087713 is what you're looking for - look at the 'ip route' section and take a peek at the bit about object tracking. Essentially, it allow a static route to be installed only if say, a link is up or something along those lines.
Regards,
Philip Ratzsch
04-25-2011 10:56 PM
Hi,
You can use default route with different metric or ip sla.
ip route 0.0.0.0 0.0.0.0 {gw1} 10
ip route 0.0.0.0 0.0.0.0 {gw2} 20
or
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide