01-28-2019 07:23 AM
Good day experts,
Could someone please explain in detail how i will keep a VPN tunnel up between My ASA and Amazon cloud services.
I have been trying to explain to my team members that we need a constant flow of interesting traffic but issue is Amazon cloud can not source the traffic neither can the third party client source it.
We find the tunnel down and we have to ask the third party client to ping amazon cloud that done the tunnel comes up is there a way we can keep the tunnel up? ?IP SLA?
Thanks in advance
Solved! Go to Solution.
01-28-2019 07:27 AM
some good suggestion as this already discuessed.
https://community.cisco.com/t5/firewalls/asa-vpn-to-aws-and-ipsla-to-keep-tunnel-alive/td-p/2787495
https://community.cisco.com/t5/firewalls/ip-sla-monitor-vpn/td-p/1545629
01-28-2019 07:27 AM
some good suggestion as this already discuessed.
https://community.cisco.com/t5/firewalls/asa-vpn-to-aws-and-ipsla-to-keep-tunnel-alive/td-p/2787495
https://community.cisco.com/t5/firewalls/ip-sla-monitor-vpn/td-p/1545629
01-28-2019 07:35 AM
11-20-2020 04:38 PM
Hi all,
i know this is an old post, but get this:
###### = comment
## in config mode ##
event manager applet PingHost ###> PingHost is the applet name
event timer watchdog time 300 ###> i set it to repeat every 5 min
action 1 cli command "ping inside 10.4.121.112 repeat 2" ###> ping my host on the other side of the VPN
action 2 cli command "ping inside 10.4.121.121 repeat 2" ###> ping my second host on the other side of the VPN
output none ###> you could add like a syslog entry, in my case nothing
## add more if you want - of course change the IP to the host you try to reach @##
## you need the " at the end ##
## This will send a periodic ping with source from the inside interface to a destination of your choice - thus bringing up the tunnel ##
03-03-2021 08:26 PM - edited 03-03-2021 08:27 PM
Michael, this is an amazing solution.
One thing to add, in order for this to work make sure you have the "management-access inside" command entered as well.
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