cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
449
Views
0
Helpful
3
Replies

OSPF -> EIGRP Next Hop

jparsons.itd1
Level 1
Level 1

Hi,

Please see attached.

Thanks!

Regards,

Jack

2 Accepted Solutions

Accepted Solutions

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Are you redistributing OSPF to EIGRP on both R1 and R2?. or just on R1?.

View solution in original post

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

View solution in original post

3 Replies 3

Nagendra Kumar Nainar
Cisco Employee
Cisco Employee

Are you redistributing OSPF to EIGRP on both R1 and R2?. or just on R1?.

Whoopss.... wrong button

Yes on both R1 and R2

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

Review Cisco Networking for a $25 gift card