[nsp] HELP! I need some ideas. OSPF + HSRP
Ed Ravin
eravin at panix.com
Fri Oct 31 17:54:45 EST 2003
On Fri, Oct 31, 2003 at 01:51:08PM -0800, Jim Devane wrote:
> I cannot really do a static route on both of the routes since it will create
> asymmetric traffic flows and I need for traffic to come in and out one port
> to easily monitor and for billing.
...
> Ip route 192.168.68.1 255.255.255.0 172.16.87.50
How about a "poor metric" to the static route on the backup router B:
ip route 192.168.68.1 255.255.255.0 172.16.87.XXX 250
With the "poor metric", the route should get overridden by the one
redistributed from A via OSPF. When the route announced via OSPF
goes away, the static will be the only one left, and will be used.
More information about the cisco-nsp
mailing list