08-31-2019 08:34 AM
Hello community.
I am new using Cisco ASA, I am managing a platform that established traffic with 2 different mobile operators, All was working well, them after several power-cup, the VPN can't be initiated, however, I am able to ping the Mobile operators routes but not the end device which host the services that we are using.
I please ask for help.
Stay blessed
Lebon
08-31-2019 08:43 AM - edited 08-31-2019 09:01 AM
You've already asked this in your other post...
08-31-2019 08:49 AM
08-31-2019 08:51 AM
08-31-2019 09:01 AM
You've not answered the last question from your original post and provided the output from packet-tracer not a packet capture:-
"Do you have a device in front of your ASA with an ACL that could be blocking communication (UDP/500)?"
"Can take a packet capture on the ASA to/from the IP addresses of the VPN peers and upload the pcap file?"
08-31-2019 09:14 AM
08-31-2019 09:36 AM
access-list CAP_ACL extended permit ip host <your ip> host <peer1>
access-list CAP_ACL extended permit ip host <peer1> host <your ip>
access-list CAP_ACL extended permit ip host <your ip> host <peer2>
access-list CAP_ACL extended permit ip host <peer2> host <your ip>
capture CAP1 interface OUTSIDE access-list CAP_ACL
Generate some traffic from a laptop inside the network to attempt to establish the VPN tunnel to the peers. Also run a ping from the ASA to the peer's public IP address. Then after a while run the following command.
show capture CAP1 and upload the output
Once you've finished with the packet capture, stop the packet capture using "no capture CAP1"
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