From: David Luu (wicked01@xxxxxxxxxxxxx)
Date: Sat May 11 2002 - 01:13:18 GMT-3
as a general rule, never redistribute without metrics defined or else you
will more than likely run into routing loops and also assign distribute
list or route maps for added insurance...
router eigrp 1
redistribute ospf 1 metrics 15000 700 1 100 4000 route-map ospf2eigrp
pass e0
pass s0
net 170.100.0.0
router ospf 1
redistribue eigrp 1 subnets metric 5000 metric-type 1 route-map eigrp2ospf
router-id 170.100.33.2
summary-address 170.100.2.0 255.255.255.0
network 170.100.1.0 0.0.0.255 area 0
network 170.100.33.0 0.0.0.255 area 3
route-map ospf2eigrp deny 10
match tag 11
route-map ospf2eigrp permit 20
set tag 22
route-map eigrp2ospf deny 10
match tag 22
route-map eigrp2ospf permit 20
set tag 11
At 06:27 PM 5/10/2002 -0700, Jeongwoo Park wrote:
>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