cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
609
Views
0
Helpful
3
Replies

Dynamic re-routing when a VIP goes down?

theovandyne
Level 1
Level 1

Is there a handle/mechanism on a VIP so that when a primary VIP load balancing on an ACE appliance connected to a 3750 and then a 2821 goes down so that the 2821 will then advertise a new route to the a remote location acting as the backup?

Currently this is done manuualy to chnage the routes, but want to see if there is a way to detect the primary VIP going down so the 2821 will drop the route to primary VIP and re-route to the backup VIP via EIGRP or OSPF?

Theo Van Dyne

Cisco network Engineer

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Theo

Not sure if there is anything built into the ACE but you should be able to achieve what you want by using IP SLA on the 2821 and tracking the availability of the VIP using ICMP.

Could you perhaps knock up a quick topology showing addressing etc.

Jon

Jon,

Thanks for the quick reply. I will get the addressing once our architect gets off a conf call as we do have it now.

Thanks,

Theo Van Dyne

Cisco Network Engineer

theo.vandyne@unisys.com

Jon,

I did some more research on the net (bing.com) and found how to install a static route when the ip sla fails for the primary VIP.

See if this is what you were thinking? I think it will work for us, though we may have to manually take out the route to to to the backup VIP when the primary VIP comes back up.

When I have the new route installed, I wuld install it with a smaller administrative distance so it would prefer it over the same static route to the primary VIP, but with a higher administrative distance.

Thanks,

Theo Van Dyne

=========================================

http://blog.ioshints.info/2007/08/install-static-route-when-ip-address-is.html

Install a static route when an IP address is NOT reachable

In my February IP corner article, Small Site Multihoming, I've described how to install a static route based on reachability of a remote IP address (as measured with the IP SLA feature of Cisco IOS) and one of my readers recently asked an interesting question: “How do you install a static route when an IP address is not reachable?”

Without going into the design reasons that prompted the question, you can actually track when IP SLA measurement fails with an obscure configuration syntax of the track objects.

In my example, the route to 1.0.0.0/8 would be inserted in the IP routing table when the ping to 172.16.0.22 fails:

!

! Define and start the IP SLA probe

!

ip sla 53

icmp-echo 172.16.0.22

timeout 500

frequency 3

ip sla schedule 53 life forever start-time now

!

! Define an object that tracks the SLA probe

!

track 13 rtr 53 reachability

!

! Define another object that is the negation of the previous object

!

track 14 list boolean and

object 13 not

!

! Insert a static route if the second object is UP (thus the

! IP SLA probe failed)

!

ip route 1.0.0.0 255.0.0.0 Null0 track 14

Note: This article is part of You've asked for it series.

POSTED BY IVAN PEPELNJAK ON THURSDAY, AUGUST 23, 2007

LABELS: IP ROUTING, YOU'VE ASKED FOR IT

Ivan Pepelnjak, CCIE#1354, is the chief technology advisor for NIL Data Communications. He has been designing and implementing large-scale data communications networks as well as teaching and writing books about advanced technologies since 1990. See his full profile, contact him or visit his page on Facebook.

Review Cisco Networking products for a $25 gift card