I have attached the log file which shows on May 3 the log file starts seeing a lot of activity.
May 4 was when the IPSEC tunnels went down, causing me to do a hard restart of the VM to bring it back up.
Hmm, that’s weird. I think DMVPN inserts then routes into frr (staticd) which may have caused the issue.
You can try ‘vpn ipsec options disable-route-autoinstall’ and see if it still crashes. You would have to set the required routes then manually, so it’s just for testing.
I suspect there is definitely going something sideway. You can directly check in frr via ‘vtysh show running-config staticd’, it should be possible to get the route insertions also via snmp (not sure if it can send a trap).
Hmm, weird, I was expecting routes being pushed from ipsec into it. can you reproduce the crash all the time? If so, how? I’d like to reproduce it locally in my environment.
No I cant unfortunately. It seem to happen more consistently on an older release, like every 1-2 weeks. Seems more stable now. Interesting thing is, I have other instances running fewer IPSEC tunnels and they have never had this issue.
Ive setup a script for now to monitor and notify when memory runs low.