See List and kill current AAA VPN Session on the CLI
book
Article ID: CTX584227
calendar_today
Updated On:
Description
See and Kill current AAA Sessions.
Instructions
To see the active current sessions use:
show aaa session

A more concise way to enumerate the users can be grep by the Intranet IP
show aaa session | grep 10.14.33.*

To kill a session use:
Usage: kill aaa session [-userName <string>] [-groupName <string>] [-intranetIP <ip_addr|*> [<netmask>]] [-sessionKey <string>] [-all]
kill aaa session -userName user2
Was this article helpful?
thumb_up
Yes
thumb_down
No