RIP summary routes

From: Aamir Aziz (aamiraz77@gmail.com)
Date: Mon Jul 10 2006 - 06:57:19 ART


Hi ppl,

First of all thank you to all the people who have answered my past question.
I have another one, lets say i want R2 to receive all the 1.0.0.0 networks
as 1.1.0.0/16 and other networks (like loopback1) as normal but i dont want
to use any kind of summarization command etc.

) R1:

router rip

 version 2

 network 1.0.0.0

 network 140.100.0.0

 distribute-list R2 out FastEthernet0/0

 no auto-summary

ip prefix-list R2 seq 5 permit 1.1.0.0/16

Loopback0 1.1.1.1 YES manual up
up

Loopback1 1.2.2.2 YES manual up
up

R2:

R2#sh ip route rip

     1.0.0.0/8 is variably subnetted, 4 subnets, 3 masks

R 1.1.1.0/24 [120/1] via 140.100.1.1, 00:00:11, Ethernet0

R 1.0.0.0/8 [120/1] via 140.100.1.1, 00:00:11, Ethernet0

R 1.2.0.0/16 [120/1] via 140.100.1.1, 00:00:11, Ethernet0

R 1.1.12.0/24 [120/1] via 140.100.1.1, 00:00:11, Ethernet0

How can I do this? Any help is appreciated. If I put the prefixt-list as:

ip prefix-list R2 seq 5 permit 1.1.0.0/24

or

ip prefix-list R2 seq 5 permit 1.1.0.0/16 le 24

What will happen and what is the difference here?

Thanks

Aamir



This archive was generated by hypermail 2.1.4 : Tue Aug 01 2006 - 07:13:47 ART