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

What's the PIX command...

lgiengineers
Level 1
Level 1

for killing a vpn client connection? I want to be able to kill a particular ip address that's using a vpn connection to my PIX.

Any help would be greatly appreciated. Thanks in advance.

LGIE

1 Reply 1

jackko
Level 7
Level 7

clear crypto ipsec sa peer

the command above only clear ipsec sa, and with the keyword peer, only the one between the pix and this particular peer will be deleted.

to clear ike sa, use:

clear crypto isakmp sa

however, i don't think you can use the keyword peer with this command. thus all isakmp sa may be deleted.