Lan2lan VPN
Lan2lan VPN
The easiest way to clear SAs from a Cisco IOS system varies with version, but
one of these two will generally work:
RouterRouter# clear crypto isakmp
RouterRouter# clear crypto sa
To enable debugging in IOS, you must turn on the debug as well as turn on the
debug monitor, which is normally the terminal you are logged in on:
Router# debug crypto verbose
Router# debug crypto isakmp
Router# term monitor
To disable debugging:
Router# nodebug all
Router# term no monitor