See List and kill current AAA VPN Session on the CLI

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
image.png

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

image.png


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

image.png