cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
487
Views
0
Helpful
1
Replies

Session status for PIX and ASA

jeff.carr
Level 1
Level 1

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.

1 Accepted Solution

Accepted Solutions

Herbert Baerten
Cisco Employee
Cisco Employee

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).

View solution in original post

1 Reply 1

Herbert Baerten
Cisco Employee
Cisco Employee

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).

Review Cisco Networking for a $25 gift card