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

DMVPN as backup link

shaikh-cats
Level 1
Level 1

Hi,

Trying to configure DMVPN as redundant link, A hub with four SPOKE,Wireless is the primary link and DMVPN is configured over ADSL link for redundancy,such that when the primary wireless link goes down EIGRP should select the alternate link and data traffic should flow through ADSL/VPN GRE tunnel

The issue is when the wirelss link is teared down, the SPOKE route goes down and can't reach the SPOKE, ADSL is a P2P interface with /30 IP address,

Any advice on this issue would be appreciated

Have attached config of HUB and one spoke router

3 Replies 3

Marwan ALshawi
VIP Alumni
VIP Alumni

i cant see ant tunnel interface config on the SPOKE!!!!!

u need somthing liek:

crypto isakmp policy 1

encr 3des

authentication pre-share

group 2

crypto isakmp key VPN address 0.0.0.0 0.0.0.0

!

!

crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac

mode transport

!

crypto ipsec profile SDM_Profile1

set transform-set ESP-3DES-SHA

interface Tunnel0

ip address 192.168.220.1 255.255.255.0

ip nhrp authentication DMVPN_NW

ip nhrp map 192.168.220.1 10.8.253.98

ip nhrp map multicast 10.8.253.98

ip nhrp network-id 100000

ip nhrp nhs 192.168.220.1

tunnel source BVI1

tunnel mode gre multipoint

tunnel key 100000

tunnel protection ipsec profile SDM_Profile1

router eigrp 100

redistribute static

network 10.8.253.0 0.0.0.255

network 144.123.0.0

network 192.168.0.0 0.0.255.255

on the HUB add the following to the tunnel interface:

interface Tunnel0

no ip next-hop-self eigrp 100

no ip split-horizon eigrp 100

good luck

if helpful Rate

Thanks for your reply marwanshawi,

I missed the tunnel config while copy+paste, attached the complete config of hub & spoke, still no luck, i could not understand why the tunnel interface goes down when wireless link is dropped. though the tunnel source interface is BVI which is bridged to ATM0/0/0(DSL) interface

Hi All,

I figured out the problem, it was related to routing.

Thank you

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community: