03-27-2017 09:20 PM
So I've added a few new VPN users to the local ASA, using the following syntax:
username username password password
This seems to work just fine, and I can connect to the VPN using the new accounts, etc. However, I noticed in the list of users on the ASA, the users I add have something like this:
username username password somelongencryptedlookingpassword
However, the accounts that were already created look like the following:
username username password someencryptedlookingpassword encypted
I guess I'm trying to figure out what the word "encrypted" is referring to at the end of the line, and why it doesn't say that at the end of the accounts I've created. Just wondering if I'm doing something wrong here when creating these accounts.
Solved! Go to Solution.
03-27-2017 10:36 PM
You're doing it right.
When you enter the show running-config command, the username command does not show the actual password; it shows the encrypted password followed by the encrypted keword. For example, if you enter the password “test,” the show running-config command output would appear to be something like the following:
The only time you would actually enter the encrypted keyword at the CLI is if you are cutting and pasting a configuration to another ASA and you are using the same password.
Source:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/T-Z/cmdref4/u.html#pgfId-1834692
03-27-2017 10:36 PM
You're doing it right.
When you enter the show running-config command, the username command does not show the actual password; it shows the encrypted password followed by the encrypted keword. For example, if you enter the password “test,” the show running-config command output would appear to be something like the following:
The only time you would actually enter the encrypted keyword at the CLI is if you are cutting and pasting a configuration to another ASA and you are using the same password.
Source:
http://www.cisco.com/c/en/us/td/docs/security/asa/asa-command-reference/T-Z/cmdref4/u.html#pgfId-1834692
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