06-08-2016 11:22 AM - edited 03-05-2019 04:11 AM
06-08-2016 03:23 PM
Are you redistributing OSPF to EIGRP on both R1 and R2?. or just on R1?.
06-08-2016 05:01 PM
You can route-map to match ip address (using ACL) and set the metric. In your topology, try the below:
On R2,
access-list <R4-Prefix> permit <R4>
route-map OSPF-to-EIGRP
match ip address R4-Prefix
set metric <lower-metric for EIGRP>
route-map OSPF-to-EIGRP
set metric <Higher Metric>
router eigrp <>
redistribute ospf <>
on R1,
access-list <R5-Prefix> permit <R5>
route-map OSPF-to-EIGRP
match ip address R5-Prefix
set metric <lower-metric for EIGRP>
route-map OSPF-to-EIGRP
set metric <Higher Metric>
router eigrp <>
redistribute ospf <>
HTH,
Nagendra
06-08-2016 03:23 PM
Are you redistributing OSPF to EIGRP on both R1 and R2?. or just on R1?.
06-08-2016 04:18 PM
Whoopss.... wrong button
Yes on both R1 and R2
06-08-2016 05:01 PM
You can route-map to match ip address (using ACL) and set the metric. In your topology, try the below:
On R2,
access-list <R4-Prefix> permit <R4>
route-map OSPF-to-EIGRP
match ip address R4-Prefix
set metric <lower-metric for EIGRP>
route-map OSPF-to-EIGRP
set metric <Higher Metric>
router eigrp <>
redistribute ospf <>
on R1,
access-list <R5-Prefix> permit <R5>
route-map OSPF-to-EIGRP
match ip address R5-Prefix
set metric <lower-metric for EIGRP>
route-map OSPF-to-EIGRP
set metric <Higher Metric>
router eigrp <>
redistribute ospf <>
HTH,
Nagendra
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide