Re: Is it possible to advertise a RIP summary to a neigh and

From: Darby Weaver (darbyweaver@yahoo.com)
Date: Sat May 19 2007 - 06:14:59 ART


router rip
distribute-list prefix SPECIFIC out f0/0

ip prefix-list SPECIFIC seq 10 p 10.10.0.0/16 ge 24 le
24

Now we can vary this template a bit and get down to
the bit

ip prefix-list SPECIFIC seq 10 p 10.10.0.0/16 le 32

or

We could say anything in the network.

ip prefix-list SPECIFIC seq 10 p 10.10.0.0/16 ge 17

Or do you have another scenario to discuss?

If we wanted to send out odds or evens?

Perhaps receive them?

Perhaps certain specific odds or evens?

Let me know what you need to know...

It's all 0's and 1's now... at 5am in the morning...

--- Narbik Kocharians <narbikk@gmail.com> wrote:

> One way to accomplish this task is on the router
> that should advertise the
> specific routes and the summary, configure the
> following:
> ip route 10.1.1.0 255.255.255.0 null0
> ip route 10.1.2.0 255.255.255.0 null0
> ip route 10.1.3.0 255.255.255.0 null0
> ip route 10.1.0.0 255.255.0.0 null0
> router rip
> redistr static
>
>
> On 4/26/07, CCIEwnaB <cciewnab@gmail.com> wrote:
> >
> > So after playing with this for a while, am I right
> in assuming that it's
> > just not an option to include a few of the
> specific routes along with a
> > RIP
> > summary?
> >
> > On 4/26/07, CCIEwnaB <cciewnab@gmail.com> wrote:
> > >
> > > Is it possible to advertise a summary route to a
> RIP neighbor and also
> > > pass the specific routes along? For instance say
> you're advertising
> > > 10.1.1.0/24, 10.1.2.0/24 , 10.1.3.0/24 and want
> to include them in you
> > > updates along with a summary of 10.1.0.0/16?
> > >
> > > I don't see an option for a leak-map with the
> rip summary command...what
> > > am I missing?
> >
> >
>



This archive was generated by hypermail 2.1.4 : Fri Jun 01 2007 - 06:55:21 ART