Link to home
Start Free TrialLog in
Avatar of rbatoon
rbatoon

asked on

Cisco 2800 Router - can I list (show) vpn users

We have a Cisco 2800 Router handling Cisco VPN connections. Is there anyway to list current VPN users from command line
ASKER CERTIFIED SOLUTION
Avatar of Sankar1985
Sankar1985
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rbatoon
rbatoon

ASKER

Thank you; one last question, any command to terminate a particular vpn connection
Avatar of rbatoon

ASKER

very fast response
show crypto session brief might also work for you.

You can do clear crypto isakmp sa and clear crypto ipsec sa to clear out different connections.
yes, you can use clear crypto isakmp sa.  If you want to kill particular session, then you can use the following command

clear crypto isakmp <ip_address>

Best,
Sankar.K