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

shut down VPN via CLI

tachyon05
Level 1
Level 1

how can i shut down a VPN tunnel (site to site / remote access)

using the command line on a Cisco router (1800 / 1900)

what's the command to do that?

1 Reply 1

Hi,

To clear the IKE phase 1 SA:

clear crypto isa

You can check the session ID on the ''sh cry isa sa''

To clear all the SAs for a peer:

clear crypto sa peer x.x.x.x <-- IP for the peer

Also the ''clear crypto sessions" can be used.

Federico.