# Cisco ASA enable password changew

**URL:** https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187
**Category:** ASA
**Created:** [April 23, 2021, 6:00am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187 "2021-04-23T06:00:56Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![edi.belic](https://cdn-forum.networklessons.com/letter_avatar_proxy/v4/letter/e/848f3c/32.png) [@edi.belic](https://forum.networklessons.com/u/edi.belic)
#### Post date: [April 23, 2021, 6:00am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187/1 "2021-04-23T06:00:56Z")

</div>

I am not able to change ASA enable password  
I did

```
#username xxxxxxxx password yyyyyyyyy privilege 15
#aaa authentication http console LOCAL
#aaa authentication enable console LOCAL
#aaa authentication ssh console LOCAL

```

after change the old enavle password is stil active?  
Please

---

<div class="post-metadata">

### Author: ![lagapidis](https://cdn-forum.networklessons.com/user_avatar/forum.networklessons.com/lagapidis/32/4949_2.png) [@lagapidis](https://forum.networklessons.com/u/lagapidis)
#### Post date: [April 26, 2021, 4:53am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187/2 "2021-04-26T04:53:19Z")

</div>

Hello Edi

What you have done is change the credentials for logging in to the ASA. The enable password is changed in a different manner.

In privileged executive mode (the # prompt) use the command `enable password` to change the current enable password. You can find out more about this command at the following command reference:

> **[Cisco Secure Firewall ASA Series Command Reference, A-H Commands - e \[Cisco...](https://www.cisco.com/c/en/us/td/docs/security/asa/asa-cli-reference/A-H/asa-command-ref-A-H/e-commands.html#wp3140603370)**
>
> e

I hope this has been helpful!

Laz

---

<div class="post-metadata">

### Author: ![edi.belic](https://cdn-forum.networklessons.com/letter_avatar_proxy/v4/letter/e/848f3c/32.png) [@edi.belic](https://forum.networklessons.com/u/edi.belic)
#### Post date: [April 26, 2021, 5:41am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187/3 "2021-04-26T05:41:05Z")

</div>

Thank you, I did exacty the same command  
# enable password password123

I can not enter in enable mode (exec) using password123, the old enable password is stil active

---

<div class="post-metadata">

### Author: ![lagapidis](https://cdn-forum.networklessons.com/user_avatar/forum.networklessons.com/lagapidis/32/4949_2.png) [@lagapidis](https://forum.networklessons.com/u/lagapidis)
#### Post date: [April 28, 2021, 5:01am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187/4 "2021-04-28T05:01:36Z")

</div>

Hello Edi

First of all, I’ve checked my ASA which is an ASA5506 running version 9.8(2) and the enable command is something that is only available in global configuration mode (`ASA(config#)`). I’ve been able to change my enable password without problems. However, I did come across the following issue.

Take a look at the Cisco community post below. It indicates that there may be a bug on your particular ASA. Are you finding that the enable password is the same as the password of the user to log in to the device? If so you may have this command in your config:

`aaa authentication sssh console LOCAL`

Check your ASA version with the one in the post and see if it is the same problem.

> **[Can't change the ASA 5510 enable password](https://community.cisco.com/t5/network-security/can-t-change-the-asa-5510-enable-password/td-p/1213186)**
>
> Hi all, I just finished configuring an ASA 5510 with AAA , but if I am trying ti change the enabled password I cant do it! The curious thing is that the firewall sets up as enable the same password given with the username. Anybody seen this...

I hope this has been helpful!

Laz

---

<div class="post-metadata">

### Author: ![edi.belic](https://cdn-forum.networklessons.com/letter_avatar_proxy/v4/letter/e/848f3c/32.png) [@edi.belic](https://forum.networklessons.com/u/edi.belic)
#### Post date: [April 30, 2021, 8:14am UTC](https://forum.networklessons.com/t/cisco-asa-enable-password-changew/14187/5 "2021-04-30T08:14:06Z")

</div>

Thank you - yes I tried , the enable password is the same as the password of the user to log in to the device, it is OK
