cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1791
Views
0
Helpful
1
Replies

CLI debug commands for VPN's?

Andy White
Level 3
Level 3

Hello,

I am have some issues with a new site-to-site VPN, what CLI commands can I use to see where it is all going wrong?

Thanks

1 Reply 1

hi Andy,

If the VPN termination device is Router:

debug crypto isakmp

debug crypto ipsec

Conditional debugs:

debug crypto condition peer ipv4

If the VPN termination device is ASA:

debug crypto isakmp 127

debug crypto ipsec 127

Conditional debugs:

debug crypto condition peer

HTH

Regards,

Praveen