OSPF to IGRP Redistribution

From: BIGB97750@aol.com
Date: Sat Sep 28 2002 - 19:58:02 GMT-3


Everyone,

I am working on a problem with three routers R3, R1, R4. R3 is advertising
his loopback address under OSPF with a network statement for area 0. R1 is
performing mutual redistribution between OSPF and IGRP. R1 route table shows
the loopback address with /32 mask. R4 does not learn about the loopback
address via redistribution. Why? Below are the configs

R3
router ospf 2001
 area 0 authentication message-digest
 network 155.100.34.0 0.0.0.255 area 0
 network 155.100.37.0 0.0.0.255 area 70
 network 155.100.38.0 0.0.0.255 area 70
 network 155.100.39.0 0.0.0.255 area 70
 network 155.100.123.1 0.0.0.0 area 0

R1
!
router ospf 2001
 log-adjacency-changes
 area 0 authentication message-digest
 redistribute connected subnets tag 2
 redistribute igrp 2001 subnets tag 3
 redistribute eigrp 105 subnets tag 1
 network 155.100.16.0 0.0.0.255 area 0
 network 155.100.34.0 0.0.0.255 area 0
 neighbor 155.100.34.3 priority 1
 neighbor 155.100.34.2 priority 1
 default-metric 10
!
router igrp 2001
 redistribute ospf 2001
 redistribute eigrp 105
 network 155.100.0.0
 default-metric 10000 1000 255 1 1500
 distance 150

R4
router igrp 2001
 network 155.100.0.0



This archive was generated by hypermail 2.1.4 : Mon Oct 07 2002 - 07:44:06 GMT-3