02-20-2014 01:34 PM - edited 03-11-2019 08:48 PM
Hey,
I am trying to change the enable password on cisco ASA 5510. I run enable password <password>. I log off, and log back in with my username/password and type en, it asks for a password and enter the password that I just set but it does not work.
what am I missing?
Thanks
02-21-2014 12:43 AM
Are you using the local user database or a TACACS or RADIUS server to authenticate?
If using a TACACS or RADIUS server enter your user password when you type enable. If that doesn't work disconnect the TACACS or RADIUS server and try to enter the enable password you created.
If using the local user database, are you sure that you are entering the password correctly? Perhaps you typed it incorrectly when creating it and accidentally put a space at the begining or end?
If non of the above work then you will need to perform a password recovery:
Current Configuration Register: 0x00000041
Configuration Summary:
boot default image from Flash
ignore system configuration
Do you wish to change this configuration? y/n [n]: y
5. At the prompt enter Y
6. Accept all default values when prompted
7. Reload the ASA by enter the command boot
8. When prompted enter enable and leave the password blank
9. Issue the command copy start run
10. Enter configuration mode configure terminal
11. Enter the command no config-register (the value is returned to its default value of 0x1)
12. Save your configuration copy run start
--
Please remember to rate and select a correct answer
02-21-2014 07:23 AM
Hey, thank you for your reply.
I am using the local user database.
02-21-2014 08:16 AM
I am still able to use my password to enter privlege exec mode so I can try and reset the en password again to make sure that I did not have a typo, still does not work.
02-21-2014 09:56 AM
If you are able to log into the device, could you please post a full running config (sanitised).
--
Please remember to rate and select a correct answer
02-21-2014 01:48 PM
I think I got it figured out...
once I removed this:
aaa authentication enable console LOCAL
I was able to change the enable password
02-23-2014 11:30 PM
yes, that command tells the ASA to use your login user password also for the enable password.
Glad you got it figured out
--
Please remember to rate and select a correct answer
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