10-21-2009 07:28 AM - edited 03-11-2019 09:28 AM
Looking for commands to identify any https, ssh, or telnet sessions currently active on a PIX and on an ASA. I would like to know all available information about the current connections, such as the IP address of the connected device, username used for authenticaion, the duration of the connection, and idle time.
Thanks.
Solved! Go to Solution.
10-21-2009 01:07 PM
There's no single command that produces all this info, but I think you can find most or all of it using:
who
show ssh sessions
show asdm sessions
sh conn long all | i Identity.*/22
sh conn long all | i Identity.*/23
sh conn long all | i Identity.*/443 (but this may include webvpn sessions in addition to ASDM, if both are running on the same port).
10-21-2009 01:07 PM
There's no single command that produces all this info, but I think you can find most or all of it using:
who
show ssh sessions
show asdm sessions
sh conn long all | i Identity.*/22
sh conn long all | i Identity.*/23
sh conn long all | i Identity.*/443 (but this may include webvpn sessions in addition to ASDM, if both are running on the same port).
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