The problem that you are facing is due to RIP's nature.
To resolve the issue, type these commands in R1:
router rip
redistribute static
ip route 131.108.2.0 255.255.255.0 Null0
ip route 131.108.3.0 255.255.255.0 Null0
ip route 131.108.4.0 255.255.255.0 Null0
ip route 131.108.5.0 255.255.255.0 Null0
You can remove the command 'redistribute ospf 1 metric 1' from the RIP
routing process in R1
When you do a show ip route in R2:
R2#sh ip route
Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP
i - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter
area
* - candidate default, U - per-user static route, o - ODR
P - periodic downloaded static route
Gateway of last resort is not set
131.108.0.0/24 is subnetted, 5 subnets
R 131.108.5.0 [120/1] via 131.108.1.1, 00:00:16, Ethernet0/0
R 131.108.4.0 [120/1] via 131.108.1.1, 00:00:16, Ethernet0/0
R 131.108.3.0 [120/1] via 131.108.1.1, 00:00:16, Ethernet0/0
R 131.108.2.0 [120/1] via 131.108.1.1, 00:00:16, Ethernet0/0
C 131.108.1.0 is directly connected, Ethernet0/0
R2#
To obtain further information, check out this URL:
http://www.cisco.com/en/US/tech/tk365/tk207/technologies_tech_note09186a0080093fd9.shtml
Hope it helps! :D
Kenneth
Message Posted at:
http://www.groupstudy.com/form/read.php?f=7&i=94407&t=94402
--------------------------------------------------
FAQ, list archives, and subscription info: http://www.groupstudy.com/list/cisco.html