ip rip summary problem

From: David Lonnie (david.lonnie@gmail.com)
Date: Mon Jun 23 2008 - 09:15:41 ART


-----------e(e0/1)R1(e0/0)---------
int e0/1
  ip add 150.1.8.1 255.255.255.0
int e0/0
  ip add 8.8.1.1 255.255.255.0

R1 is running ospf and rip.
e0/1 is in rip domain, and e0/0 is in ospf domain.

i wanna only send rip a 8.0.0.0/8 route.

This is my configuration.
R1:
ip prefix-list premit tobb1 match 8.0.0.0/8
router rip
  redistribute ospf 8 metric 1
  distribute prefix-list tobb1 out e0/1
int e0/1
  ip summary rip 8.0.0.0 255.255.255.0

does it work?

i wanna know the router process order.
option 1:
"redistributing-->distributing-->ip summary rip" or

option 2:
 "redistributing-->ip summary rip-->distributing"

if it's option 1 ,i guess it does not work.

Thanks is advance

David.



This archive was generated by hypermail 2.1.4 : Tue Jul 01 2008 - 06:23:22 ART