From: uyota oyearone (spycharlies@hotmail.com)
Date: Mon Aug 07 2006 - 17:59:42 ART
what u can do is, u match the prefixes of the e0/0 and e0/1
example suppose
e0/0 = 10.10.10.0/24 , e0/1= 10.10.20.0/24
you config would look like this
ip prefix-list E0/0_&_E0/1 seq 5 permit 10.10.10.0/24
ip prefix-list E0/0_&_E0/1 seq 10 permit 10.10.20.0/24
!
route-map CONDITIONAL_DEFAULT permit 10
match ip addre prefix-list E0/0_&_E0/1
!
router rip
default-information originate route-map CONDITIONAL_DEFAULT
cheers, UYOTA
--------------------------------------------------------------------
From: Tim Chan <timanji@yahoo.com>
Reply-To: Tim Chan <timanji@yahoo.com>
To: ccielab@groupstudy.com
Subject: rip - conditional default origination
Date: Mon, 7 Aug 2006 12:14:59 -0700 (PDT)
>Hi all,
>
>I'm trying to send a default route out a serial interface, only if
two of it's ethernet interfaces are down.
>So when eth0/0 and eth0/1 are down, then send a 0/0 route out it's
serial 0/0 interface.
>
>Conditional default origination seems to send it out based on what
it matches in the route-map. How
>do I set it up so it sends it out on routes that are not there?
>
>This is using RIPv2.
>
>Thanks!
>-tim
>
>_______________________________________________________________________
>Subscription information may be found at:
>http://www.groupstudy.com/list/CCIELab.html
------------------------------------------------------------------------
Play Q6 for your chance to WIN great prizes.
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART