RE: connected redistributed into igrp; igrp redistributed into os pf

From: Yadav, Arvind K (CAP, GECIS) (Arvind.Yadav@xxxxxxxxxxxx)
Date: Mon Apr 01 2002 - 05:54:29 GMT-3


   
I think you need to put default-metric command under ospf on R3

Regards
Arvind

 -----Original Message-----
From: Ryaboy Vadim [mailto:VRyaboy@acuson.com]
Sent: Monday, April 01, 2002 1:22 PM
To: 'ccielab@groupstudy.com'
Subject: connected redistributed into igrp; igrp redistributed into ospf

Hello ,
R1 has OSPF running
R3 has igrp and ospf running mutually redistributed
     connected redistributed into igrp

R1 does not see loopbacks on R3.
Any clues why?

Optional question: May be also clues how to debug this situation?
I suspected routing loop and tried to put distribute list, but it did not
help.

Here is the config:
r1#sh run
Building configuration...

Current configuration : 559 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r1
!
!
!
!
!
!
ip subnet-zero
no ip finger
!
!
!
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 ip address 140.100.1.1 255.255.255.0
 clockrate 64000
!
!
 no ip address
 shutdown
!
interface BRI0
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 network 140.100.1.0 0.0.0.255 area 0
!
ip classless
ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

r3#sh star
Using 861 out of 32762 bytes
!
version 12.1
service timestamps debug uptime
service timestamps log uptime
no service password-encryption
!
hostname r3
!
!
!
!
!
!
ip subnet-zero
no ip finger
!
!
!
!
interface Loopback0
 ip address 192.168.1.1 255.255.255.0
!
interface Loopback1
 ip address 140.101.1.1 255.255.255.0
!
interface Ethernet0
 no ip address
 shutdown
!
interface Serial0
 ip address 140.100.1.3 255.255.255.0
!
interface Serial1
 no ip address
 shutdown
!
interface TokenRing0
 no ip address
 shutdown
!
router ospf 1
 log-adjacency-changes
 redistribute igrp 1 subnets
 network 140.100.1.0 0.0.0.255 area 0
!
router igrp 1
 redistribute connected metric 64000 100 255 1 1500
 redistribute ospf 1 metric 1000 100 255 1 1500
 passive-interface Serial0
 network 140.100.0.0
!
ip classless
ip http server
!
!
line con 0
 transport input none
line aux 0
line vty 0 4
 login
!
end

r3#

Thanks.
Vadim.



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