cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
835
Views
0
Helpful
3
Replies

check vpn user accounts

dtransangis
Level 1
Level 1

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?

1 Accepted Solution

Accepted Solutions

Marvin Rhoads
Hall of Fame
Hall of Fame

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).

View solution in original post

3 Replies 3

Marvin Rhoads
Hall of Fame
Hall of Fame

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).

johnlloyd_13
Level 9
Level 9

hi danny,

you can use the show vpn-sessiondb svc command.

I may have misunderstood the OP but that command will show you who is actively logged on - not who MAY log on.