From: nisha rani (nisharani1@googlemail.com)
Date: Sun Jun 24 2007 - 14:39:34 ART
Hi Group,
r1 --rip-- r2 --ospf are0---r3--ospf area1--r4
Just to clarify on sending a summary route to a neighbor router in rip and
eigrp domain.
r1
int e0/0
ip add 172.1.1.1 255.255.255.0
router rip
no auto-summaru
version 2
network 172.1.0.0
r2
router rip
version 2
no auto-summary
network 172.1.0.0
redistribute ospf 1 metric 1
distribute-list 1 out e0/0
int lo0
ip add 147.14.2.2 255.255.255.0
int e0/0
ip address 172.1.1.2 255.255.255.0
ip summary-address rip 147.14.0.0 255.255.0.0
router ospf 1
router-id 147.14.2.2
network 147.14.23.2 0.0.0.0 area 0
access-list 1 permit 147.14.0.0 0.0.255.255
-------------------------------------------------------------------------------------------------------------------------------------------------------
These are the following way i can send summary route to "r1 --"-----
1. Advertise the network using network statement under rip process and then
associate distribute-list out to access-list, and configure ip
summary-address under interface configuration.
2. Redistribute ospf in rip and then associate distribute-list out to
access-list and configure ip summary-address under interface.
3. Redistribute connected with route-map of loopback and distribute-list out
with ip summary-address.
4. under rip process i advertise network and leave auto-summary on.
5. summarise the network in ospf before it gets to rip and advertise it to
rip.
Can anyone add anyother method to this list?
Sorry If i have asked an stupid question but just wanted to clarify and
didn't want to miss out anything if there is other to send summary.
Regards,
Nisha
This archive was generated by hypermail 2.1.4 : Sun Jul 01 2007 - 17:24:51 ART