RE: Redistribution from OSPF to IGRP issues - solution

From: Treptow, Georg (gxtrept@xxxxxxxxx)
Date: Wed May 22 2002 - 22:28:12 GMT-3


   
Nevermind, turned on Split Horizon on both ends and it worked after clearing
the route table.

Thanks anyway,

Georg

-----Original Message-----
From: Treptow, Georg [mailto:gxtrept@qwest.com]
Sent: Wednesday, May 22, 2002 8:07 PM
To: ccielab@groupstudy.com
Subject: Redistribution from OSPF to IGRP issues

Hello,

I am trying to redistribute 2 loopback networks from OSPF into IGRP but
neither will show up int the routing table.

Router 7(OSPF) ---------/---------- Router 5 (OSPF/IGRP)
---------/----------Router 4 (IGRP)

When I do a debug on R4 I get this:

07:59:15: network 200.200.200.0, metric 4294967295 (inaccessible)
07:59:15: network 200.200.100.0, metric 4294967295 (inaccessible)

Any help is appreciated,

Thanks in advance.

Georg

------------------------------------------------------------------------
R4 config:

interface Serial0/1
 ip address 137.20.200.18 255.255.255.240
 no ip directed-broadcast
 encapsulation frame-relay IETF
 frame-relay map ip 137.20.200.17 405 broadcast
 no frame-relay inverse-arp
!
router igrp 1
 passive-interface default
 no passive-interface Serial0/1
 network 137.20.0.0

-------------------------------------------------------------------------
R5 config:

interface Serial2/0
 ip address 137.20.25.2 255.255.255.0
!
interface Serial2/1
 no ip address
 encapsulation frame-relay IETF
 keepalive 15
 no frame-relay inverse-arp
!
interface Serial2/1.2 point-to-point
 ip address 137.20.200.17 255.255.255.240
 no ip split-horizon
 frame-relay interface-dlci 504
!
router ospf 1
 log-adjacency-changes
 area 1 virtual-link 137.20.33.33
 area 1 virtual-link 200.200.100.1
 redistribute igrp 1 metric 100 metric-type 1 subnets
 passive-interface default
 no passive-interface Ethernet0/0
 no passive-interface Serial2/0
 no passive-interface Serial2/1.1
 no passive-interface BRI3/0
 network 137.20.25.0 0.0.0.255 area 2
 network 137.20.64.0 0.0.15.255 area 0
 network 137.20.100.32 0.0.0.31 area 1
 neighbor 137.20.100.33
 neighbor 137.20.100.35
!
router igrp 1
 redistribute ospf 1 metric 72 200000 255 1 1500
 passive-interface default
 no passive-interface Serial2/1.2
 network 137.20.0.0

--------------------------------------------------------------------

R7 config:

interface Loopback0
 ip address 200.200.200.1 255.255.255.0
 no ip directed-broadcast
 ip ospf network point-to-point
 ip ospf interface-retry 0
!
interface Serial9
 ip address 137.20.25.1 255.255.255.0
 no ip directed-broadcast
 ip ospf interface-retry 0
 clockrate 72000
!
router ospf 1
 router-id 200.200.200.1
 passive-interface default
 no passive-interface Ethernet0
 no passive-interface Serial9
 network 137.20.25.0 0.0.0.255 area 2
 network 200.200.200.0 0.0.0.255 area 2



This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 10:59:05 GMT-3