Are EIGRP external routes preferable than OSPF ext ??

From: Volkov, Dmitry (Toronto - BCE) (dmitry_volkov@xxxxxxxxx)
Date: Sat Aug 17 2002 - 19:45:40 GMT-3


   
Hi I have simple setup:

R9:(e0) (IGRP) ------(e0/0)R10(e1/0) (IGRP, EIGRP, OSPF)----(e0)R11 (EIGRP,
OSPF)
There is redistr between IGRP,OSPF and EIGRP on R10.

So, routes from R9 are redist to EIGRP and to OSPF on R10 and received on
R11 (via both ospf and eigrp)

Somehow I see R9 loopbacks routes on R11 as learned via EIGRP (external),
but OSPF...
D EX has distance 170, OSPF 110, but there are no ospf routes in routing
table on R11.
However, they are in database as external. When I stop EIGRP on R11, I can
see OSPF E2 routes there.

If I stop ospf running on e0/0 (R10) - everything is OK - R11 see all
external routes as O E2.

Why ??

R9:
!
interface Loopback0
 ip address 172.16.2.1 255.255.255.0
!
interface Loopback1
 ip address 172.16.3.1 255.255.255.0
!
interface Loopback2
 ip address 172.16.4.1 255.255.255.0
!
interface Ethernet0
 ip address 172.16.1.1 255.255.255.0
!
router igrp 10
 network 172.16.0.0

R10:
interface Ethernet0/0
 ip address 172.16.1.2 255.255.255.0
 no ip directed-broadcast
!
interface Ethernet1/0
 ip address 172.16.5.2 255.255.255.0
 no ip directed-broadcast
!
router eigrp 10
 redistribute ospf 10 metric 10000 100 255 1 1500
 network 172.16.0.0
!
router ospf 10
 redistribute igrp 10 subnets
 redistribute eigrp 10 subnets
 network 172.16.1.0 0.0.0.255 area 0
 network 172.16.5.0 0.0.0.255 area 0

!
router igrp 10
 redistribute ospf 10 metric 10000 100 255 1 1500
 passive-interface Ethernet1/0
 network 172.16.0.0

R11
!
interface Ethernet0
 ip address 172.16.5.1 255.255.255.0
!
router eigrp 10
 network 172.16.0.0
 auto-summary
 no eigrp log-neighbor-changes
!
router ospf 10
 log-adjacency-changes
 network 172.16.0.0 0.0.255.255 area 0

r11#sh ip ro

Gateway of last resort is not set

     172.16.0.0/24 is subnetted, 5 subnets
D EX 172.16.4.0 [170/435200] via 172.16.5.2, 00:17:21, Ethernet0
C 172.16.5.0 is directly connected, Ethernet0
D 172.16.1.0 [90/307200] via 172.16.5.2, 00:35:28, Ethernet0
D EX 172.16.2.0 [170/435200] via 172.16.5.2, 00:17:21, Ethernet0
D EX 172.16.3.0 [170/435200] via 172.16.5.2, 00:17:21, Ethernet0



This archive was generated by hypermail 2.1.4 : Sat Sep 07 2002 - 19:48:27 GMT-3