Então pesquisei o redefina a senha para o dispositivo ASA e descobriu que o registrador 0x41 diz ao roteador para ignorar a configuração de inicialização. Você precisa fazer o seguinte para restaurar o startup-config e alterar o registro:
Step 11 Access the privileged EXEC mode by entering the following command:
hostname# enable
Step 12 When prompted for the password, press Enter.
The password is blank.
Step 13 Load the startup configuration by entering the following command:
hostname# copy startup-config running-config
Step 14 Access the global configuration mode by entering the following command:
hostname# configure terminal
Step 15 Change the passwords, as required, in the default configuration by entering the following commands:
hostname(config)# password password
hostname(config)# enable password password
hostname(config)# username name password password
Step 16 Load the default configuration by entering the following command:
hostname(config)# no config-register
The default configuration register value is 0x1. For more information about the configuration register, see the Cisco ASA 5500 Series Command Reference.
Step 17 Save the new passwords to the startup configuration by entering the following command:
hostname(config)# copy running-config startup-config