[zebra 22924] Re: Zebra, ospf, and application failover betwe en d atacenters
"Dawson, Mark" <[email protected]>
| Newsgroups | gmane.network.zebra |
|---|---|
| Message-ID | <DB8AA994F7DCAA478C487B62AA1C816A21092944@gsnmp02es.firmwide.corp.gs.com> |
>Looks like you want to do something like anycast, don't you? >Make sure to inject the route from the backup server with >higher metric and you should be done ... Yes, this is precisely what I want to do. Here's a bit more detail: HostA will have IP 10.1.1.2/24, for example. HostB will have IP 10.1.2.2/24. There will be a VIP on which the application listens that is 192.168.0.2/24, and it will be aliased on the loopback interface, lo0. What I would like to do is get an ospf config in Zebra so that the host route from HostA will have a lower cost than that of HostB. Once a failure occurs on HostA, then clients will route to HostB. You guys are much more savvy on Zebra than I. Do any of you have any idea how a config for this would look?