12-30-2006 07:55 AM - edited 02-21-2020 02:47 PM
I am using a 2801 to connect VPN clients. Using radius as authentication with my active directory. Everything works fine.
How can I see which users are logged in? I was able to see them on my old 3005 concentrator just fine.
show crypto session tells me the sessions however I cannot see the username associated with the session.
12-30-2006 08:17 AM
Hi,
maybe "show users all" shows what you looking for.
regards
Mark
12-30-2006 09:43 AM
I guess command what you are looking for is
show aaa user all
But you also get lot of useless informations about session so you can grep output with command
sh aaa user all | i IPSEC-TUNNEL: Username=
M.
12-30-2006 02:31 PM
Tried that and all I get is the following. Doesn't seem to be list the username. Anything else I can?
myrouter#sh aaa user all | i User
NET: Username=(n/a)
NET: Username=(n/a)
NET: Username=(n/a)
01-01-2007 01:23 AM
DO you have some users connected??
If yes and you know loginname of user try command
sh aaa user all | i loginame
and we will see if we can grep something
M.
01-01-2007 07:41 AM
tried that and I get
Net: Username=(n/a)
01-01-2007 11:22 PM
Do you have turned on accounting???
I think aaa acounting is needed for viewing connected users
check this link for more info
M.
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