I have a network that is advertised with both EIGRP (Internal) and OSPF (External) and I want the router to take the OSPF route but it is ignoring it and taking EIGRP.
10.16.4.0/22 is configured on the remote router which has a MPLS (5Mbps / OSPF) and a DMVPN (1.5 Mbps / EIGRP) connection. I am no RP expert and am trying to learn this but here are my show ip routes from the local router.
Routing entry for 10.16.4.0/22 (when running only OSPF on the remote router)
Known via "ospf 1", distance 110, metric 20
Tag Complete, Path Length == 1, AS 3549, , type extern 2, forward metric 2
Redistributing via eigrp 10, eigrp 16855
Advertised by eigrp 10 metric 32000 100 255 1 1300
eigrp 16855 metric 32000 100 255 1 1300
Last update from 172.27.250.1 on Serial3/0, 00:00:55 ago
Routing Descriptor Blocks:
* 172.27.250.1, from 208.50.40.223, 00:00:55 ago, via Serial3/0
Route metric is 20, traffic share count is 1
Route tag 3489664477
Routing entry for 10.16.4.0/22 (when running both OSPF and EIGRP on the remote router)
Known via "eigrp 10", distance 120, metric 12828160, type internal
Redistributing via eigrp 10, eigrp 16855, ospf 1
Advertised by eigrp 16855
ospf 1 subnets
Last update from 10.48.12.36 on Tunnel1, 00:08:01 ago
Routing Descriptor Blocks:
* 10.48.12.36, from 10.48.12.36, 00:08:01 ago, via Tunnel1
Route metric is 12828160, traffic share count is 1
Total delay is 500100 microseconds, minimum bandwidth is 100000 Kbit
Reliability 238/255, minimum MTU 1300 bytes
Loading 1/255, Hops 1
Thanks, I appreciate the help!!