Re: RIPv2 summany and more specific routes

From: Dale Shaw (dale.shaw@gmail.com)
Date: Fri Mar 20 2009 - 05:48:14 ART


Hi Mink,

On Fri, Mar 20, 2009 at 7:28 PM, Mink <maritpra@hotmail.com> wrote:
> Hello All,
>
> Is it possible for RIPv2 to send both specific routes and summary route to the
> same direction?
>
> For example, we have a router with 4 loopbacks, 10.0.1.1/24, 10.1.1.1/24,
> 10.2.1.1/24, 10.3.1.1/24. We want to send out those routes plus its summary
> 10.0.0.0/16 to the same interface, is it possible to do this? (Static route is
> not allow). ip summary-address seem to kill those specific routes..

OK, how about this?

interface FastEthernet0/0
 ip address 172.16.0.2 255.255.255.0
 ip summary-address rip 10.0.0.0 255.252.0.0
 ip summary-address rip 10.0.1.0 255.255.255.0
 ip summary-address rip 10.1.1.0 255.255.255.0
 ip summary-address rip 10.2.1.0 255.255.255.0
 ip summary-address rip 10.3.1.0 255.255.255.0

cheers,
Dale

Blogs and organic groups at http://www.ccie.net



This archive was generated by hypermail 2.1.4 : Mon Apr 06 2009 - 06:44:06 ART