Pages

Resetting a Cisco ASA 5510 to Factory Defaults


  1. Connect your console cable and make sure you can see the command prompt for the ASA. 
  2. Power cycle the appliance – flick the power switch on the front off and on again. 
  3. 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: 
  4. rommon #0>
  5. Enter the confreg command to view the current Configuration Register setting: 
  6. rommon #0> confreg
  7. 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. 
  8. Change the Configuration Register to 0×41, which causes the appliance to bypass its saved config at boot: 
  9. rommon #1> confreg 0×41
  10. Reboot the appliance with the boot command: 
  11. rommon #2> boot
  12. The appliance bypasses its startup configuration. When it finishes booting, you should see the default prompt: 
  13. ciscoasa>
  14. 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: 
  15. ciscoasa> enable
  16. Erase the startup config by issuing the write erase command: 
  17. ciscoasa# write erase
  18. Enter Configuration Mode: 
  19. ciscoasa# configure terminal
  20. Reset the Configuration Register to the default of 0×01: 
  21. ciscoasa(config)# config-register 0×01
  22. Exit from Configuration mode: 
  23. ciscoasa(config)# exit
  24. Verify the Configuration Register settings by issuing the Show Version command: 
  25. ciscoasa# show version
  26. 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) 
  27. Save the settings by issuing the write command: 
  28. ciscoasa# write
  29. Reboot the appliance: 
  30. ciscoasa# reload
  31. When the appliance reboots, it will have a basic factory default configuration, with a blank password.