On Mon, 28 Jan 2002, BASSOLE Rock wrote:

> The first next-hop address 10.10.10.10, the primary gateway, would be used
> to forward all packet maching ACL 101. If the primary went down then the
> second next-hop 11.11.11.11, the backup, would be used to forward all
> packets maching ACL 101.

If you have CDP information from the two upstream routers, you could write
a route-map using the 'verify-availability' command. Take a look at the
following example and URL:

        route-map MOVE-STUFF permit 10
         match ip address 101
         set ip next-hop 192.168.0.1
         set ip next-hop verify-availability

        route-map MOVE-STUFF permit 20
         match ip address 101
         set ip next-hop 192.168.1.1

http://www.cisco.com/univercd/cc/td/doc/product/software/ios121/121cgcr/switch_c/xcprt3/xcdnfc.htm

I have no idea if this works, I just noticed it fiddling with next-hops
last week.

Rgds,




- I.

--
Ian Henderson CCNA, CCNP
Network Engineer, iiNet Limited




Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=33676&t=33429
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to