07-18-2007 09:53 PM - edited 02-21-2020 03:10 PM
We are running Cisco IOS 12.4T on our routers and our remote users connect from their laptops via IPSec to our routers to access the resources in the internal network. How can I see a list of current connected users? What is the IOS command for it?
Thanks.
07-18-2007 10:31 PM
Try command
show aaa user all
You get output with lot of information
so you can grep only uesr info with command
show aaa user all | i IPSEC-TUNNEL: Username=
M.
01-23-2008 02:51 AM
Hi all,
i have same problem. When I used show aaa user all I got "NET: Username=(n/a)". There is no information about username you can see attach. The second broblem for me is how can I check wchich ip address have been assignet to vpn client? Wel i can use show ip local pool but there is no info about vpn client. Can you help me. Thnx.
K.
03-10-2008 09:47 PM
Has anyone figured if this is possible to see current users connected? While I'm not typically a fan of web interfaces and prefer CLI, our VPN concentrators have a great web interface that show us the logged in users and what IP they are using. Would be really handy is IOS had this as well.
03-11-2008 07:07 AM
show crypto session detail. This will give
all the detail about the client and session
01-05-2011 07:22 AM
Thanks dfutros !
with IOS Version 12.4(24)T2, it works perfectly:
FIRCOPAR-RTR-1#show crypto session detail | include Username
Username: minos
Username: virgile
Username: henri
03-22-2020 09:01 PM
Thanks! It was work
03-11-2008 11:21 AM
sho vpn-sessiondb detail remote
10-24-2018 03:20 PM
you can use this command with Pipe to filter out how many connected on particular VPN profile [Corporate lets say]
sh vpn-sessiondb detail anyconnect | i Corporate
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