From: Daniel M. Dawson (dandawson@xxxxxxxxxx)
Date: Thu Oct 12 2000 - 21:52:22 GMT-3
Working on a lab where I'm trying to redistribute OSPF routes into EIGRP but
it's not happening. The router shows the ospf networks in it's EIGRP
topology table but the EIGRP router does not show them in it's topology
table. The redistribution interface is a serial interface with HDLC
encapsulation. Router 1 is getting EIGRP routes from router 2, but only
EIGRP native routes. Nothing redistributed is passing from Router 2 to
Router 1. Any ideas?
Relevant information below.
Configs:
Router 2 (doing the redistribution)
router eigrp 1
redistribute ospf 1 metric 1000 10 255 30 1500
passive-interface Loopback1
network 172.22.0.0
network 192.168.21.0
no auto-summary
!
router ospf 1
redistribute eigrp 1 metric 100 metric-type 1 subnets
network 137.20.20.0 0.0.0.255 area 0
!
router rip
version 2
passive-interface Loopback0
network 172.22.0.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 204.233.70.254
no ip http server
Router 1 (should be receiving the ospf redistribution)
router eigrp 1
network 192.168.17.0
network 192.168.21.0
no auto-summary
!
ip classless
ip route 0.0.0.0 0.0.0.0 204.233.70.254
no ip http server
EIGRP Topology tables:
Router 2:
R2#sh ip eigrp topo
IP-EIGRP Topology Table for AS(1)/ID(172.22.88.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 172.168.30.0/24, 1 successors, FD is 2562560
via Redistributed (2562560/0)
P 192.168.70.0/24, 1 successors, FD is 3100160
via 192.168.21.2 (3100160/2588160), Serial0/0
via 192.168.21.2 (3100160/2588160), Serial0/0
via Redistributed (2562560/0)
P 172.168.65.0/24, 1 successors, FD is 2562560
via Redistributed (2562560/0)
P 71.0.0.0/8, 1 successors, FD is 3100160
via 192.168.21.2 (3100160/2588160), Serial0/0
P 172.168.100.0/24, 1 successors, FD is 2562560
via Redistributed (2562560/0)
P 192.168.17.0/24, 1 successors, FD is 3097600
via 192.168.21.2 (3097600/281600), Serial0/0
P 192.168.21.0/24, 1 successors, FD is 3072000
via Connected, Serial0/0
P 137.20.20.0/24, 1 successors, FD is 2562560
via Redistributed (2562560/0)
P 172.168.200.0/24, 1 successors, FD is 2562560
via Redistributed (2562560/0)
P 172.22.90.0/24, 1 successors, FD is 128256
via Connected, Loopback1
P 172.22.89.0/24, 1 successors, FD is 128256
via Connected, Loopback0
Router 1:
R1#sh ip eigrp top
IP-EIGRP Topology Table for AS(1)/ID(172.22.88.1)
Codes: P - Passive, A - Active, U - Update, Q - Query, R - Reply,
r - Reply status
P 192.168.70.0/24, 1 successors, FD is 2588160
via 192.168.17.2 (2588160/2562560), FastEthernet0/0
P 71.0.0.0/8, 1 successors, FD is 2588160
via 192.168.17.2 (2588160/2562560), FastEthernet0/0
P 192.168.17.0/24, 1 successors, FD is 281600
via Connected, FastEthernet0/0
P 192.168.21.0/24, 1 successors, FD is 3072000
via Connected, Serial0/0
P 172.22.90.0/24, 1 successors, FD is 3200000
via 192.168.21.1 (3200000/128256), Serial0/0
P 172.22.89.0/24, 1 successors, FD is 3200000
via 192.168.21.1 (3200000/128256), Serial0/0
This archive was generated by hypermail 2.1.4 : Thu Jun 13 2002 - 08:25:26 GMT-3