11-15-2018 06:57 AM - edited 02-21-2020 09:30 PM
Hello,
I am running DMVPN which is working really great for all of my sites except one that is halfway across the globe. The latency is above 200ms and the tunnels seem to bounce a lot for no reason. We have called the ISP a lot to see if there is something on their side but it never seems to be. Is there some sort of way to tweak DMVPN on these spoke routers to be less latency sensitive?
Thanks again for any help provided!
11-15-2018 09:12 AM
What is the logs show, at the time of Tunnel loss, do you see underlay ping still working ?
11-15-2018 09:30 AM
11-15-2018 09:32 AM
There is really no logs other than
%DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor x.x.x.x (Tunnel0) is down: Peer Termination received
Nov 15 08:44:51.661 CST: %DUAL-5-NBRCHANGE: EIGRP-IPv4 1: Neighbor x.x.x.x (Tunnel0) is up: new adjacency
11-15-2018 02:54 PM
Hello Joe,
I hope you are doing great,
I am wondering:
- Is this DMVPN with IPSec encryption?
- Is this a plane DMVPN?
- What is the MTU - MSS configured values on the router?
Remember that there is much more overhead of bytes added when having GRE and on top of that IPsec. What I would recommend is to first try using this on both sides under your tunnel interfaces (make sure that your physical interface is 1500, if it's Ethernet, the default should be 1500 unless it was globally changed).
Under tunnel interfaces:
interface tu0
ip tcp adjust-mss 1376
tunnel path-mtu-discovery
ip mtu 1400
You only need 1 of the last 2 commands but Cisco recommends putting them both. Below there is a document very useful that explains MSS, MTU, overheads and why you would like to tweak those values.
Keep us posted,
Please rate all of the helpful answers and mark as correct if it answer and solved your question,
Regards,
David Castro,
11-15-2018 08:16 PM
11-16-2018 07:20 AM
Hello Joe,
The PMTU helps since it does tweak automatically the sizes, anyways I would recommend you to have a syslog and send debugs for NHRP, DMVPN, EIGRP and also have an IP SLA monitoring the ping to the other side. Because we need to understand what might be causing the flapping, do you have any sort of keepalive going through?
Please rate all helpful posts,
Regards,
David Castro,
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