Route redistribution not working as expected.?

author

I have been trying route redistribution on GNS3, When i do the route redistribution using routemap, OSPF_TO_EIGRP redistribution is not working. The same i did for EIGRO_TO_OSPF is working. 

on Router R2:

route-map OSPF_TO_EIGRP permit 10
set metric 100 100 100 100 100
set tag 40

 

router eigrp 100
redistribute ospf 1 route-map OSPF_TO_EIGRP
network 10.1.23.0 0.0.0.255
network 10.1.24.0 0.0.0.255
no auto-summary

 

If i do the same with out routemap its working!! 

# redistribute ospf 1 metric 100 100 100 100 100.

Is there anything i am missing!!

 

  • Total 1 Answer
  • 3764
Can You answer this question?
author

you configuration is exactly same i have done and its working.