this *will* originate a route of 192.168.1.0/24 by injecting the static into
RIP, but to properly summarise - ie only originate the aggregate address and
not the more-specifics - you would need to filter the /30s associated with
the serial interfaces with a distribute-list or route-map.  Unfortunately
RIP doesn't have the inbuilt summarization capabilities of OSPF or IS-IS.

Andy

"Ping" wrote:
> it is way to summarize......
> that is what is being done by
>
> router rip
> network 192.168.1.0
> redistribute static
> !
> ip route 192.168.1.0 255.255.255.0 loopback 0
>
> Hunt Lee wrote:
>
> > I don't understand the following routing configs.  I understand that
> > redistribute static means it will redistribute static routes into RIP
> > network, but that's all I could see.  Can anybody please shed some light
> > on this?
> >
> > interface Serial 0
> > ip address 192.168.1.1 255.255.255.252
> > !
> > interface Serial 1
> > ip address 192.168.1.5 255.255.255.252
> > !
> > interface Serial 2
> > ip address 192.168.1.9 255.255.255.252
> > !
> > interface Serial 3
> > ip address 192.168.1.13 255.255.255.252
> > !
> > interface Serial 4
> > ip address 192.168.1.17 255.255.255.252
> > !
> > router rip
> > network 192.168.1.0
> > redistribute static
> > !
> > ip route 192.168.1.0 255.255.255.0 loopback 0
> >
> > Regards,
> > Hunt Lee
_________________________________
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html
Report misconduct and Nondisclosure violations to [EMAIL PROTECTED]

Reply via email to