ASA

Much like my IOS Cheat Sheet page, I am using this page to “jot down” commands and procedures that I use while administering our ASA (which is used as a VPN Concentrator). Since I don’t work with the ASA that much, I never remember what I did last time.

To show a summary of current VPN connections

# sh vpn-sessiondb summary

To show currently connected remote users. This shows remote users that are connected via an older client.

# sh vpn-sessiondb remote

To show currently connected AnyConnect users. The command above does not show AnyConnect users, so if you need to see them…

# sh vpn-sessiondb anyconnect

Set new Enable password in CLI.

> en
# conf t
(config)# enable secret <password>
(config)# end
# wr

 

Comments are closed.