RE: EIGRP on Token Ring and OSPF redistribution

From: Jihene Bouraoui (BouraouiJ@xxxxxxxxxxxxxxxxxxx)
Date: Sat May 11 2002 - 05:59:27 GMT-3


   
 by default, eigrp will not redistribute any route if you have not defined
the default metric through the command metric (bw delay relaiblity load
mtu), it is not a routing loop problem but a mismatch between metrics of any
igp and eigrp. in the other side now, by default, ospf will not redistribute
any subnetted route, so you have to use the keyword subnets with the
redistribute command

-----Original Message-----
From: Jeongwoo Park
To: 'ccielab@groupstudy.com'
Sent: 11/05/2002 03:27
Subject: EIGRP on Token Ring and OSPF redistribution

Hi guys
How do you redistribute this scenario?
----------(To 0)-R2-(S0)----------
Eigrp is running on To0 and OSPF is running on S0.
I redistributed normally like I would do other redistribution.
Here is my config.

router eigrp 1
redistribute ospf 1
passive-interface Ethernet0
passive-interface Serial0
network 170.100.0.0
!
router ospf 1
router-id 170.100.33.2
summary-address 170.100.2.0 255.255.255.0
redistribute eigrp 1
network 170.100.1.0 0.0.0.255 area 0
network 170.100.33.0 0.0.0.255 area 3

What am I missing?

Thanks in advance

JP



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