Eigrp/OSPF/IGRP redistribution

From: Sandro Ciffali (sandyccie@xxxxxxxxx)
Date: Tue Mar 12 2002 - 02:39:07 GMT-3


   
I have a following topology

R4 Ethernet R5 running igrp 45

R5 has two subs one point to point to R3 and is
running eigrp 53 over it.

R5's second point to multipoint sub goes to R1 and R2
running ospf area 0

Thus on R5 i am mutualy redistributing igrp to ospf to
eigrp
For some reason i can not see R5's loopback on R3,
Anyone pls. explain why?
Thanks

The config of R5 is as below

interface Serial0/0.1 point-to-point
 ip address 172.16.53.5 255.255.255.240
 frame-relay interface-dlci 503
!
interface Serial0/0.2 multipoint
 ip address 172.16.125.5 255.255.255.224
 ip ospf network point-to-multipoint
 frame-relay map ip 172.16.125.1 501 broadcast
 frame-relay map ip 172.16.125.2 502 broadcast

interface Loopback0
 ip address 172.16.5.1 255.255.255.0
!
interface Ethernet0/0
 ip address 172.16.50.5 255.255.255.0
router eigrp 53
 redistribute ospf 50 metric 1544 10 255 1 1500
route-map ospf2eigrp
 redistribute igrp 45 route-map igrp2ospf
 network 172.16.53.0 0.0.0.15
 auto-summary
 no eigrp log-neighbor-changes
!
router ospf 50
 log-adjacency-changes
 area 0 range 172.16.125.0 255.255.255.0
 summary-address 172.16.53.0 255.255.255.0
 redistribute eigrp 53 metric-type 1 subnets route-map
eigrp2ospf
 redistribute igrp 45 metric-type 1 subnets route-map
igrp2ospf
 network 172.16.5.0 0.0.0.255 area 50
 network 172.16.125.0 0.0.0.31 area 0
!
router igrp 45
 redistribute ospf 50 metric 1544 10 255 1 1500
route-map ospf2igrp
 redistribute eigrp 53 route-map eigrp2ospf
 passive-interface Serial0/0.1
 passive-interface Serial0/0.2
 passive-interface Loopback0
 network 172.16.0.0
!
ip classless
ip http server
!
access-list 5 permit 172.16.1.0 0.0.0.255
access-list 5 permit 172.16.2.0 0.0.0.255
access-list 5 permit 172.16.125.0 0.0.0.255
access-list 5 permit 172.16.5.0 0.0.0.255
access-list 5 permit 172.16.53.0 0.0.0.255
access-list 10 permit 172.16.1.0 0.0.0.255
access-list 10 permit 172.16.2.0 0.0.0.255
access-list 10 permit 172.16.125.0 0.0.0.255
access-list 10 permit 172.16.5.0 0.0.0.255
access-list 15 permit 172.16.50.0 0.0.0.255
access-list 15 permit 172.16.4.0 0.0.0.255
access-list 20 permit 172.16.53.0 0.0.0.15
access-list 20 permit 172.16.3.0 0.0.0.255
route-map ospf2igrp permit 10
 match ip address 5
!
route-map igrp2ospf permit 10
 match ip address 15
!
route-map ospf2eigrp permit 10
 match ip address 10
!
route-map eigrp2ospf permit 10
 match ip address 20

R3 has following config

interface Loopback0
 ip address 172.16.3.1 255.255.255.0
!
interface Ethernet0/0
 no ip address
 shutdown
!
interface Serial0/0
 ip address 172.16.53.3 255.255.255.240
 encapsulation frame-relay
 ip split-horizon
 frame-relay map ip 172.16.53.5 305 broadcast
 no frame-relay inverse-arp
router eigrp 53
 network 172.16.0.0
 auto-summary
 no eigrp log-neighbor-changes

R3#sh ip ro

     172.16.0.0/16 is variably subnetted, 9 subnets, 3
masks
C 172.16.53.0/28 is directly connected,
Serial0/0
D EX 172.16.50.0/24 [170/2195456] via 172.16.53.5,
00:06:49, Serial0/0
D EX 172.16.4.0/24 [170/2323456] via 172.16.53.5,
00:06:49, Serial0/0
D EX 172.16.1.0/24 [170/2172416] via 172.16.53.5,
00:06:49, Serial0/0
D EX 172.16.2.0/24 [170/2172416] via 172.16.53.5,
00:06:49, Serial0/0
C 172.16.3.0/24 is directly connected, Loopback0
D EX 172.16.125.1/32 [170/2172416] via 172.16.53.5,
00:06:50, Serial0/0
D EX 172.16.125.0/24 [170/2172416] via 172.16.53.5,
00:06:50, Serial0/0
D EX 172.16.125.2/32 [170/2172416] via 172.16.53.5,
00:06:50, Serial0/0



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