04-20-2021 05:56 PM
Hello,
Currently, we are using DMVPN with OSPF but we need to change it into EIGRP. What changes are necessary for it??
Solved! Go to Solution.
04-21-2021 02:06 AM - edited 04-21-2021 02:11 AM
Ok so then you are using DMVPN Phase 1, all traffic is routed through the hub. You would need no ip split-horizon eigrp X on the hub, to readvertise the spoke router's networks back over the tunnel interface. Here is a reference link that might be handy.
You need to form an EIGRP adjacency on the Tunnel interface network. E.g.
router eigrp 1
network 10.5.0.0 0.0.0.255
You would also need to advertise the connected/static networks of the spoke routers.
04-21-2021 12:08 AM
Hi @nishakhanal
What DMVPN phase are you currently using?
Do the spokes communicate directly or through the hub?
Provide your current configuration.
04-21-2021 01:59 AM
Hello
The Hub and Spoke does not communicate directly. Sorry, I can't share config file because it is an production config file. We try to change Routes to EIGRP from OSPF.
Thank you for your response.
04-21-2021 02:06 AM - edited 04-21-2021 02:11 AM
Ok so then you are using DMVPN Phase 1, all traffic is routed through the hub. You would need no ip split-horizon eigrp X on the hub, to readvertise the spoke router's networks back over the tunnel interface. Here is a reference link that might be handy.
You need to form an EIGRP adjacency on the Tunnel interface network. E.g.
router eigrp 1
network 10.5.0.0 0.0.0.255
You would also need to advertise the connected/static networks of the spoke routers.
04-21-2021 02:31 AM
Hello,
Thank you for your quick response. I will try this.
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