04-25-2015 03:23 AM
Hi guys,
I've configured a DMVPN (phase 2) with IPSec network and ran the 'show dmvpn' command and got the following output..
R1# show dmvpn
...
Tunnel0, Type:Hub, NHRP Peers:3,
# Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb
----- --------------- --------------- ----- -------- -----
1 172.16.25.2 192.168.0.2 UP 00:35:28 D
1 172.16.35.2 192.168.0.3 UP 00:32:26 D
My question is, how long will a tunnel stay 'up' assuming the physical link & remote site is stable and we do not manually force the tunnel to drop.
Does the tunnel automatically time-out after a 'certain' time interval? If yes, what conditions will cause it to time-out?
Thanks for your time.
04-25-2015 10:41 AM
I dont think they do timeout once they have formed and everything is stable , i have seen them up for weeks when i check that command , if your unsure you could create a simple ip sla icmp-echo to keep traffic going accross the tunnel to the far end , once the other factors it relies on are stable it would never drop
04-08-2020 03:46 AM
i am seeing "never" in uptime for all dynamic tunnels. Image used in 12.4(15)T7. This is in GNS3 implementation.
The tunnels are up and working fine. Why does it show the uptime as "never"
HUB#sh dmvpn
# Ent Peer NBMA Addr Peer Tunnel Add State UpDn Tm Attrb
----- --------------- --------------- ----- -------- -----
1 14.24.118.1 172.16.0.3 UP never D
1 14.24.119.1 172.16.0.4 UP never D
04-08-2020 04:42 AM
Hi,
That is because you have the tunnels configured manually, via static NHRP bindings (ip nhrp map 172.16.0.3 14.24.118.1), instead of dynamic NHRP bindings done through NHRP messages. Static bindings never expire.
Regards,
Cristian Matei.
04-08-2020 06:27 AM
Yup I remember this one but somehow missed it...Thanks a lot!
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