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

Which VPN user is connected at this time?

guibarati
Level 4
Level 4

Hi, I have a client who wants to know which VPN user is connected, the users are authenticated localy. Is there a way to know who is connected the VPN?

He is using advance security IOS on a 2811.

Thanks

3 Replies 3

nefkensp
Level 5
Level 5

If you use EZVPN Server, you can use the command :

show crypto ipsec client ezvpn

to see which clients are connected. If I remember correctly, the username is also shown if you use extended authentication

Thank you, but it doesn't seems to be working, then only thing i see is :

CISCO2811#sho crypto ipsec client ezvpn

Easy VPN Remote Phase: 4

I issued a debug crypto ipsec and isakmp, and the user does not appears in the output of the dubug, it seems the user is not known by any crypto proccess.

Then probably he's not using Cisco EZVPN but "regular" RemoteAccess VPN's.

You can use the general show commands to display what VPN's are available, but unfortunately not identify the tunnel based on the username.

you can issue commands like

show crypto isakmp sa detail

to show the isakmp associations and

show crypto ipsec sa

to see which security associations are active