From: Brian Van Benschoten (vader@xxxxxxxxxxxx)
Date: Fri Jun 11 1999 - 21:42:21 GMT-3
David I should have mentioned one more issue, what if you cant use static
routes?
is this simply a function of how the RIP routing engine works on the Cisco
router. that it will override any other routing protocol on it's connected
interfaces.
I see a similar event happen in an all OPSF environment where you have the
"network" statement adding a particular interface to the OSPF routing
engine, you then need to redistribute a connected interface into ospf.
after you issue the "redistribute static" command all connected interfaces
show up (in remote OSPF routers) in the routing table as EXTERNAL (E2) or
(E1) routes. This includes the interfaces originally included in the
"network" statement. I've solved this issue (is it really an issue) by
using a route map in the redistribution statement that only redistributes
the selected connected route.
----- Original Message -----
From: David J. Harry <david.harry@ucdmc.ucdavis.edu>
To: Brian Van Benschoten <vader@inxpress.net>
Sent: Friday, June 11, 1999 3:02 PM
Subject: Re: Redstribute OSPF into RIP (version 1)
> >It seems that when you issue the "router rip..... network 170.100.0.0"
> >commands it over-rides the redistributed OSPF routes because it's a
> >connected interface on network 170.100.0.0 . I've tried setting the
admin
> >distance, default metrics. Nothing works.
>
> This ought to fix things:
>
> R1
> ...
> router rip
> redistribute static metric xx
> passive-interface (all but TR interface)
> ..
> ..
> ip route 170.100.24.0 255.255.255.0 150
>
> Just remember to remove the static if you ever "shutdown" L0... Increasing
> the administrative distance isn't strictly necessary in your current
> config., but it prevents the static from inadvertantly interfering with
any
> future dynamic summarizations of 170.100.24.x. If you ever need to
> selectively redistribute statics into the OSPF side, you can simply define
> a 'distribute-list' statement that will eliminate the 170.100.24.0 route.
>
> Regards,
>
> -----------------------------------
> David J. Harry, Ph.D.
> Assistant Director
> Information Services
> UC Davis Health System
> Sacramento, California
> (916) 734-3008
> ----------------------------------
>
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:21:38 GMT-3