Sunday, April 7, 2013

Cisco ASA: What Is The CLI Command To See The AnyConnect Or SSL VPN Clients

Have you ever been on CLI on the ASA and needed to see the Anyconnect or SSL users connected?  I happened to not know that command in CLI, but I did finally find it in the Cisco Anyconnect VPN Administrator Guide.  The command as follows:
ASA# show vpn-sessiondb svc
INFO: There are presently no active sessions of the type specified 

In my example above, I didnt have any Anyconnect users or SSL users.  So I took an example out of the Admin Guide I referenced above.  You should see something like this:

hostname# show vpn-sessiondb svc
Session Type: SVC
Username     : testuser               Index        : 17
Assigned IP  : 209.165.200.224        Public IP    : 192.168.23.45
Protocol     : Clientless SSL-Tunnel DTLS-Tunnel
Encryption   : RC4 AES128             Hashing      : SHA1
Bytes Tx     : 17457                  Bytes Rx     : 69502
Group Policy : GroupPolicy            Tunnel Group : CertGroup
Login Time   : 15:19:57 EDT Fri May 25 2007
Duration     : 0h:04m:27s
NAC Result   : Unknown
VLAN Mapping : N/A                    VLAN         : none

2 comments:

  1. Thanks so much....worked great today for me.

    God Bless

    ReplyDelete
    Replies
    1. Im glad this helped Steven. Take good care.

      Delete

Your comment will be reviewed for approval. Thank you for submitting your comments.