How do I reset a site-to-site VPN on ASA5520

To show active VPN then use

Phase1:
sh crypto isakmp sa

Phase2:
sh crypto ipsec sa

To reset a VPN then use

clear crypto isakmp sa
or
clear crypto isakmp sa 1.1.1.1

where 1.1.1.1 is the remote peer

Comment are closed.