[EMAIL PROTECTED] wrote:
> 
> this is basic setup :-)
> i'm thinking on something more complicated so i want to keep policy routing
> :-)

Assuming you are doing policy routing with a route map, you would use
something like...

route-map foobar permit 10
  match ip address <some-access-list>
  set [default] interface S0

but if you want it to failover to S1 when S0 is down, just change the
last line to:

  set [default] interface S0 S1

You can supply multiple interfaces, it uses the first one that is up.

This won't work with 'set ip default next-hop' though.

Bear in mind that using the 'default' keyword makes it process-switched
and eats up CPU.

Jeff Kell <[EMAIL PROTECTED]>

**NOTE: New CCNA/CCDA List has been formed. For more information go to
http://www.groupstudy.com/list/Associates.html
_________________________________
UPDATED Posting Guidelines: http://www.groupstudy.com/list/guide.html
FAQ, list archives, and subscription info: http://www.groupstudy.com
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to