From: ismail el-shalh (ishelh_mdsa@yahoo.com)
Date: Mon Aug 07 2006 - 20:12:02 ART
Sorry, Only if E0 and S0 is down, anyways E1 is connected to BB2 when the default route should go
Tim Chan <timanji@yahoo.com> wrote:
Correct me if I'm wrong, but this would send out a default out when both of these networks exist.
(The route-map matches the prefix list, then sends out a 0.0.0.0/0 route)
I need it to be opposite. If these networks DON'T exist, then send it out.
thanks!
-tim
----- Original Message ----
From: uyota oyearone
To: timanji@yahoo.com; ccielab@groupstudy.com
Sent: Monday, August 7, 2006 1:59:42 PM
Subject: RE: rip - conditional default origination
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
Reply-To: Tim Chan
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
This archive was generated by hypermail 2.1.4 : Fri Sep 01 2006 - 15:41:56 ART