Debug particular IPSEC VPN?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-07-2019 06:50 PM - edited 02-21-2020 08:55 AM
Running a debug but for a particular IPSEC VPN shouldn't cause much of a degradation and/or impact on performance correct or possibly?
The following is all I would need to enter?
debug crypto condition peer www.xxx.yyy.zzz
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-08-2019 03:53 AM - edited 03-08-2019 03:56 AM
Hi,
If you filter using the condition peer command it shouldn't greatly impact the performance. Once you've enabled this you also need to enable the other debugs:-
debug crypto condition peer 1.1.1.1
debug crypto ikev1|iskamp (depends on what version you are running)
debug crypto ikev2
debug crypto ipsec sa
The command "show crypto debug-condition" will confirm the filter is applied to the peer ip address and which debugs are enabled.
Ensure you disable debugs once finished "undebug all"
HTH
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2019 12:20 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-11-2019 01:06 PM
You can run ping (not from the ASA) over the tunnel, check "show crypto ipsec sa" to determine whether the encaps|decaps are increasing or not.
