02-25-2014 04:53 PM
Hi all,
New at this vpn cisco stuff...
Can somebody show how to check all current users to my vpn asa? I know how to add users, but I need to see who has been added so far and delete specific users. Is there a command to run?
Solved! Go to Solution.
02-25-2014 10:01 PM
Assuming you're using local authentication the from the command line type:
show run username
To check the type of authentication your tunnel-groups (connection profiles) are using, type:
show run tunnel-group
If no "authentication-server-group" lines appear under your tunnel-group entr(y)(ies), you are using the default (local authentication).
02-25-2014 10:01 PM
Assuming you're using local authentication the from the command line type:
show run username
To check the type of authentication your tunnel-groups (connection profiles) are using, type:
show run tunnel-group
If no "authentication-server-group" lines appear under your tunnel-group entr(y)(ies), you are using the default (local authentication).
02-27-2014 01:07 AM
hi danny,
you can use the show vpn-sessiondb svc command.
02-27-2014 04:32 PM
I may have misunderstood the OP but that command will show you who is actively logged on - not who MAY log on.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide