Redistribution using route-maps with EIGRP and OSPF

From: Schulz, Dave (DSchulz@dpsciences.com)
Date: Thu Jul 14 2005 - 01:41:34 GMT-3


Group -

I ran into an interesting problem yesterday evening in the lab. When I
set up a redistribution of OSPF into EIGRP (using a route-map)....

router ospf 1
(net statements omitted)

router eigrp 1
(net statements omitted)
redistribute ospf 1 route-map REDIST

route-map REDIST permit 10
set metric 240000 10 10 10 1500
set tag 130

....this does not redistribute OSPF routes into EIGRP. However, if I
change this slightly and put the metric in the redistribute statement
(versus the route map), it works. As follows:

router ospf 1
(net statements omitted)

router eigrp 1
(net statements omitted)
redistribute ospf 1 metric 240000 10 10 10 1500 route-map REDIST

route-map REDIST permit 10
set tag 130

Any thoughts on why this difference makes it work?

Dave



This archive was generated by hypermail 2.1.4 : Sun Sep 04 2005 - 17:00:29 GMT-3