12-22-2024 05:53 AM
DMVPN tunnels are not coming up after the link goes down
I have to bounce the tunnel interfaces on spoke side, then only the tunnel interfaces IP is pinging.
Testing: When the tunning is established, and I remove cable and plug it back in. the tunnel goes down and then the state of tunnel interface remains up/up but when pinging opposite end tunnel interface IP gives below error:
*TIMESTAMP %DMVPN-5-NHRP_NHC_DOWN: Tunnel7: Next Hop Client : (Tunnel: 10.x.x.3 NBMA: 10.20.20.6 ) for (Tunnel: 10.x.x.1 NBMA: 10.y.y.2) is DOWN, Reason: External(NHRP: no error)
When I shut and no shut the tunnel interface at spoke side the tunnel passes traffic and I am able to ping.
Belo is the architecture diagram:
Below are the configs for the tunnel:
-----
Underlay is pure IP address and static routing.
SPOKE 1 CONF:
interface Tunnel99
ip address 10.x.x.3 255.255.255.248
no ip redirects
ip nhrp authentication DMVPN
ip nhrp map 10.x.x.1 10.y.y.1
ip nhrp map multicast 10.y.y.1
ip nhrp network-id 8
ip nhrp nhs 10.x.x.1
tunnel source Port-channel9.9
tunnel mode gre multipoint
tunnel key 9801ss
tunnel protection ipsec profile Profile9
!
router eigrp 1
no auto-summary
network 10.x.x.0 0.0.0.7
===
HUB configs:
interface Tunnel99
ip address 10.x.x.1 255.255.255.248
no ip redirects
no ip split-horizon eigrp 1
ip nhrp authentication DMVPN
ip nhrp map multicast dynamic
ip nhrp network-id 99
tunnel source GigabitEthernet0/0/1
tunnel mode gre multipoint
tunnel key 9801ss
tunnel protection ipsec profile Profile9
12-22-2024 05:59 AM
If state nhrp <<- use this under spoke tunnel
Also are spoke WAN get IP from SP via dhcp ??
MHM
12-22-2024 08:10 AM
No, the ISP wan is l2, I have assigned static underlay and overlay ips.
Let me try this.
12-23-2024 05:01 AM
Please run the debugs on the spoke before you bring down the link and keep them running until it fails to come backup after the link is restored. also get the show command listed below.
That will give us more insights into what is going on.
**Please rate as helpful if this was useful **
12-23-2024 05:21 AM
hello
Hub
int tun 99
no ip next-hop-self eigrp 1
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