- Connect your console cable and make sure you can see the command prompt for the ASA.
- Power cycle the appliance – flick the power switch on the front off and on again.
- Watch the boot progress, and when prompted, press Esc to interrupt the boot and enter ROM Monitor mode. you should now see the rommon prompt: rommon #0>
- Enter the confreg command to view the current Configuration Register setting: rommon #0> confreg
- The appliance will most probably have the default Configuration Register setting of 0×01. Answer no when it asks you if you want to change the Configuration Register setting.
- Change the Configuration Register to 0×41, which causes the appliance to bypass its saved config at boot: rommon #1> confreg 0×41
- Reboot the appliance with the boot command: rommon #2> boot
- The appliance bypasses its startup configuration. When it finishes booting, you should see the default prompt: ciscoasa>
- Enter the enable command to enter Privileged Mode. The default password is blank, so when the appliance prompts you for a password, simply press return: ciscoasa> enable
- Erase the startup config by issuing the write erase command: ciscoasa# write erase
- Enter Configuration Mode: ciscoasa# configure terminal
- Reset the Configuration Register to the default of 0×01: ciscoasa(config)# config-register 0×01
- Exit from Configuration mode: ciscoasa(config)# exit
- Verify the Configuration Register settings by issuing the Show Version command: ciscoasa# show version
- At the bottom of the output, you should see the Configuration Register settings:Configuration register is 0×41 (will be 0×1 at next reload)
- Save the settings by issuing the write command: ciscoasa# write
- Reboot the appliance: ciscoasa# reload
- When the appliance reboots, it will have a basic factory default configuration, with a blank password.
Personal experience and collection about Networking management, security and Linux.