RE: Redistribution from OSPF to IGRP

From: Jonathan Hays (jhays@xxxxxxxx)
Date: Sun Jun 23 2002 - 23:00:42 GMT-3


   
I think you are trying to say that the "other" side of the ISDN link (I
assume the config you included is from "this" side) is not receiving
IGRP updates that include the 172.16.0.0 network, right?

At first glance the config seems reasonable. But in the IGRP routing
process you are missing a metric for the OSPF process, which you can
tack onto the end of the "redistribute" statement or include as a
separate line (default-metric 1000 10 1 255 1500 - as an example).

-Jonathan

-----Original Message-----
From: nobody@groupstudy.com [mailto:nobody@groupstudy.com] On Behalf Of
Treptow, Georg
Sent: Sunday, June 23, 2002 2:37 PM
To: ccielab@groupstudy.com
Subject: Redistribution from OSPF to IGRP

Hi,

Can anybody tell me what I am doing wrong? I want to get my OSPF
networks 172.16.0.0 across the ISDN /30 link. Heard that a second
process might be
solution:

Thanks,

Georg

interface BRI3/0
 ip address 172.56.56.57 255.255.255.252
 encapsulation ppp
 dialer map ip 172.56.56.58 name r6 broadcast 2613
 dialer load-threshold 10 either
 dialer-group 1
 isdn switch-type basic-ni
 isdn spid1 016642672
 isdn spid2 016642673
 ppp authentication chap
 ppp multilink

router ospf 1
 router-id 172.16.5.5
 log-adjacency-changes
 area 0 authentication message-digest
 passive-interface default
 no passive-interface Serial2/1
 network 172.16.5.0 0.0.0.255 area 0
 network 172.50.0.0 0.0.255.255 area 5
 network 192.168.100.0 0.0.0.7 area 0
!
router ospf 2
 log-adjacency-changes
 summary-address 172.16.0.0 255.255.0.0
 redistribute ospf 1
!
router igrp 10
 redistribute ospf 2
 passive-interface default
 no passive-interface BRI3/0
 network 172.56.0.0

Georg Treptow
Customer Engineer - Qwest Total Care
gxtrept@qwest.com <mailto:gxtrept@qwest.com>
NMSHelp@qwest.com <mailto:NMSHelp@qwest.com>
Direct: 612-664-3317
Qwest Total Care: 800-268-2980



This archive was generated by hypermail 2.1.4 : Tue Jul 02 2002 - 08:12:40 GMT-3