On a Cisco ASa how can a single lan-to-lan VPN tunnel be terminated? "vpnsession-db logoff l2l" will end all lan-to-lan sessions, and it doesn't accept parameters to control which session is ended.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

sh vpn-sessiondb l2l

Locate the index of the session you want to disconnect, then

vpn-sessiondb logoff index <session_index>

link|improve this answer
Thanks, I thought that was for "remote" VPN connections only but now I look again I see they share a common pool of indexes. – DrStalker Oct 12 '09 at 2:25
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.