cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1181
Views
5
Helpful
4
Replies

DMVPN using EIGRP in HSRP cisco router (ASR).

nishakhanal
Level 1
Level 1

Hello,
Currently, we are using DMVPN with OSPF but we need to change it into EIGRP. What changes are necessary for it??

1 Accepted Solution

Accepted Solutions

@nishakhanal 

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.

View solution in original post

4 Replies 4

Hi @nishakhanal 

What DMVPN phase are you currently using?

Do the spokes communicate directly or through the hub?

Provide your current configuration.

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.

@nishakhanal 

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.

Hello,

Thank you for your quick response. I will try this.

Review Cisco Networking products for a $25 gift card