I want to see what administrative users are logged into a firewall, like "show user" in IOS. I seem to have forgotten how to do this. Or perhaps I never knew. Can anyone provide the CLI command?
Thanks,
-Jeff
Solved! Go to Solution.
Hi,
Try the following commands
show ssh sessions
show asdm session
Hope this helps
- Jouni
Hi,
On ASA you could run following commands to check the ip's from which some one have logged in to the ASA:
show ssh sessions
To display information about the active SSH sessions on the ASA, use the show ssh sessions command in privileged EXEC mode.
show asdm sessions
To display a list of active ASDM sessions and their associated session IDs, use the
show asdm sessions command in privileged EXEC mode.
who
To display active Telnet administration sessions on the ASA, use the
who command in privileged EXEC mode.
To check through syslogs messages, like on snmp server or syslog server, you have configure following commands:
1 First we have to enable logging on ASA.
logging enable
2 Then we need to se