Maximize your protection, eliminate business risks.
Optimize and modernize with cloud transformation.
Empower your people to work securely from anywhere.
Let us handle IT so you can focus on growing your business.
Get multichannel 24/7/365 expert end-user support.
Protect, detect, and respond—Dataprise keeps your business secure.
Maximize uptime with with industry-leading DRaaS.
Swiftly mitigate cyber threats and restore security.
Improve efficiency, productivity and outcomes with cloud.
Ensure all mobile devices, everywhere, are secure.
Gain a competitive edge with strategic IT solutions.
This battle-tested checklist enables your team to swiftly initiate a ransomware response.
IT for businesses of all sizes, in any industry.
Empower institution growth with custom IT solutions.
Ensure your firm is always in compliance.
Improve patient care and staff morale.
Deal with pressing legal matters, not IT.
Keep up with the evolving digital landscape.
Focus on your mission by outsourcing IT.
Accelerate PE client deals and secure data.
Empower Your Municipality with Secure, Reliable IT Services
Execute initiatives and develop IT strategies.
Get the latest industry insights and trends.
Join us at events in person and online.
Hear from clients and learn more about strategic IT.
See how Dataprise can make IT your greatest asset.
Get informative technical resources from IT experts.
Stay on stop of emerging cybersecurity threats.
Discover the key areas of DR your organization needs to address to ensure downtime is minimized.
Gain a strategic asset by bringing harmony to IT.
Ensure 24/7 support and security with dedicated teams.
Drive business forward by partnering with Dataprise.
Meet our one-of-a-kind leadership team.
Discover the recognition Dataprise has earned.
Help us help businesses with strategic IT.
Grow through acquisition and partnership with Dataprise.
Embracing different perspectives and backgrounds.
Find a Dataprise location near you.
Dataprise is committed to empowering more women to consider a career in technology.
Explore our trusted partnerships with leading tech innovators.
Posts
By: Dataprise
Table of content
I spend a good deal of time troubleshoot Cisco ASA site to site VPNs, sometimes with access to both sides, but mostly with access to only one side. So many times the issue is where the VPN tunnel is up, but you still cannot get a round trip ping to complete or in other words you do not have two way traffic.
Since our case is where the tunnel is up, and we are not passing traffic, this typically means one or both sides has a route or a NAT issue. The question is which side. First the I run the command: “show crypto isakmp sa”. This will give me a list of all the VPN tunnels and their peer IP address.
pei-hq-vpn01# show crypto isakmp sa
IKEv1 SAs:
Active SA: 14
Rekey SA: 0 (A tunnel will report 1 Active and 1 Rekey SA during rekey)
Total IKE SA: 14
1 IKE Peer: 216.99.99.99
Type : L2L Role : responder
Rekey : no State : MM_ACTIVE
…
9 IKE Peer: 204.86.99.11
Type : L2L Role : initiator
This show that that the tunnel is Active, but we cannot tell if traffic is passing and from what direction. To solve these issue I run the command: “show crypto ipsec sa peer <Peer IP address>”
pei-hq-vpn01# show crypto ipsec sa peer 204.86.99.11
peer address: 204.86.119.11
Crypto map tag: outside, seq num: 230, local addr: 198.17.138.2
access-list PEI-2-XXX-COLO extended permit ip 10.99.0.0 255.255.0.0 10.98.1.0 255.255.255.0
local ident (addr/mask/prot/port): (10.222.0.0/255.255.0.0/0/0)
remote ident (addr/mask/prot/port): (10.1.1.0/255.255.255.0/0/0)
current_peer: 204.86.119.11
#pkts encaps: 4176, #pkts encrypt: 4176, #pkts digest: 4176
#pkts decaps: 0, #pkts decrypt: 0, #pkts verify: 0
#pkts compressed: 0, #pkts decompressed: 0
#pkts not compressed: 4176, #pkts comp failed: 0, #pkts decomp failed: 0
#pre-frag successes: 0, #pre-frag failures: 0, #fragments created: 0
#PMTUs sent: 0, #PMTUs rcvd: 0, #decapsulated frgs needing reassembly: 0
#TFC rcvd: 0, #TFC sent: 0
#Valid ICMP Errors rcvd: 0, #Invalid ICMP Errors rcvd: 0
#send errors: 0, #recv errors: 0
The main lines that we are looking at are the “packets encaps” and “packets decaps”. The packets encapsulated are the packets you are pushing into the VPN. If this is zero, you have an issue on the local firewall side of the VPN. If this has a number, but the packets decapsulated is zero, it means the remote side has an issue.
Since the tunnel is built we are not looking at any of the standard parameters of the crypto, but we can focus to just the NAT and the routes. The first thing to validate is that the route for the remote network is correct and pointing to the crypto map interface (typically the outside interface). Secondly, check the NAT statements. Ensure that the NAT (or noNAT) statement is not being masked by any other NAT statement. Typically in troubleshooting I raise the suspected NAT statement to the top of the list.
NAT statement will supersede routes unless the statement has route-lookup on them. So make sure the NAT statement has the correct interfaces and isn’t pushing the traffic out the incorrect interface.
Jason Howe, PEI
INSIGHTS
Subscribe to our blog to learn about the latest IT trends and technology best practices.