Search This Blog & Internet

Showing posts with label Firewall. Show all posts
Showing posts with label Firewall. Show all posts

Friday, April 25, 2014

Cisco ASA show VPN users

To find out remote clients connected to Cisco ASA Firewall, use the command:

sh vpn-sessiondb remote

There are other useful options for this command, such as:
sh vpn-sessiondb l2l --> for IPSec L2L connections
sh vpn-sessiondb svc --> for SSL and anyconnect connections
sh vpn-sessiondb webvpn --> for WebVPN sessions

If you are looking for a specific user, use the following command:
sh vpn-sessiondb remote filter USERNAME

The option exists for l2l, svc and WebVPN as well.

Friday, September 16, 2011

Cisco ASA Firewall pre-shared key in plain text

If you issue a "show running-config" on a Cisco ASA Firewall or PIX, the pre-shared keys are all hidden by the asterisks. In order to visualize the pre-shared keys, you need to issue the following command in privileged mode:

ASA# more system:running-config

Hope this trick helps...