From: Brent Colwell (bcolwell@bellind.com)
Date: Sat Oct 05 2002 - 18:08:21 GMT-3
Gustavo,
IGRP will not accept this route because it is a /32 not /24, which is what your IGRP link is. You can do two things to get IGRP to see this route. Since this route is an IA route you can do an "Area X range 133.10.5.0 255.255.255.0" on your ABR, or you can do an "ip ospf network point-to-point" on the loopback interface this route is originating from.
Either solution will work. Which on you use will depend on your requirements.
HTH,
Brent
-----Original Message-----
From: Gustavo Figueira [mailto:gufigueira@ig.com.br]
Sent: Sat 10/5/2002 10:21 AM
To: ccielab@groupstudy.com
Cc:
Subject: Problem with redistribution from OSPF to IGRP
Hi guys,
I'm doing the test Skylabs(Dart) from Pratical studies.
The problem is the redistribution from OSPF to IGRP, I do not know what is
happening ...... already I tried of everything...
This is the configuration....
R1#router ospf 10
router-id 133.10.1.1
log-adjacency-changes
summary-address 133.10.5.0 255.255.255.0
redistribute igrp 10 metric-type 1 subnets route-map
REDISTRIBUTE_IGRP_NO_OSPF
passive-interface Serial0.2
network 133.10.1.1 0.0.0.0 area 0
network 133.10.10.1 0.0.0.0 area 0
neighbor 133.10.10.3 priority 1
neighbor 133.10.10.4 priority 1
distance ospf inter-area 99
!
router igrp 10
redistribute ospf 10 metric 10000 1000 255 1 1500 route-map
REDISTRIBUTE_OSPF_NO_IGRP
passive-interface Serial0.1
network 128.200.0.0
network 133.10.0.0
!
access-list 10 permit 133.10.2.0 0.0.0.255
access-list 20 permit 133.10.5.0 0.0.0.255
access-list 20 permit 192.168.1.0 0.0.0.255
access-list 20 deny any
route-map REDISTRIBUTE_IGRP_NO_OSPF permit 10
match ip address 10
!
route-map REDISTRIBUTE_OSPF_NO_IGRP permit 20
match ip address 20
!
ROUTER_R1#show ip route
Gateway of last resort is not set
128.200.0.0/24 is subnetted, 1 subnets
C 128.200.1.0 is directly connected, Loopback1
160.100.0.0/24 is subnetted, 1 subnets
O E2 160.100.130.0 [110/1] via 133.10.10.3, 00:01:49, Serial0.1
O E2 192.190.102.0/24 [110/1] via 133.10.10.3, 00:01:49, Serial0.1
133.10.0.0/16 is variably subnetted, 10 subnets, 3 masks
C 133.10.14.0/24 is directly connected, Ethernet0
O IA 133.10.13.0/26 [99/74] via 133.10.10.4, 00:01:49, Serial0.1
C 133.10.11.0/24 is directly connected, Serial0.2
C 133.10.10.0/24 is directly connected, Serial0.1
I 133.10.2.0/24 [100/8976] via 133.10.11.2, 00:00:54, Serial0.2
C 133.10.1.0/26 is directly connected, Loopback0
O IA 133.10.5.5/32 [99/75] via 133.10.10.4, 00:01:50, Serial0.1
O 133.10.4.4/32 [110/65] via 133.10.10.4, 00:01:51, Serial0.1
O 133.10.3.3/32 [110/65] via 133.10.10.3, 00:01:51, Serial0.1
I 133.10.16.0/24 [100/8976] via 133.10.11.2, 00:00:55, Serial0.2
192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks
O IA 192.168.1.1/32 [99/75] via 133.10.10.4, 00:01:51, Serial0.1
I 192.168.1.0/24 is possibly down,
routing via 133.10.11.2, Serial0.2
ROUTER_R1#
I don't know why the route 192.168.1.0/24 is coming back and why the route
133.10.5.0/24 is not passing......
R2 (just IGRP) #show running
router igrp 10
network 133.10.0.0
ROUTER_02#show ip route
Gateway of last resort is not set
I 128.200.0.0/16 [100/8976] via 133.10.11.1, 00:00:32, Serial0
133.10.0.0/24 is subnetted, 5 subnets
I 133.10.14.0 [100/8576] via 133.10.11.1, 00:00:32, Serial0
C 133.10.11.0 is directly connected, Serial0
I 133.10.10.0 [100/10476] via 133.10.11.1, 00:00:32, Serial0
C 133.10.2.0 is directly connected, Loopback0
C 133.10.16.0 is directly connected, Virtual-TokenRing0
I 192.168.1.0/24 is possibly down, routing via 133.10.11.1, Serial0
ROUTER_02#
Could someone tell me what I am doing wrong?
Thanks.
Gustavo,
This archive was generated by hypermail 2.1.4 : Tue Nov 05 2002 - 08:35:40 GMT-3