Posts Tagged ‘Cisco’

How to Restore Cisco ASA/PIX Firewalls to Factory Defaults

Sunday, February 28th, 2010

It took me a while to find out how to do this recently, so I’m posting it here (more for my reference than anything else).

Cisco ASA series:

enable
config t
config factory-default
reload saveconfig noconfirm

(Source)

Cisco PIX series:

enable
config t
write erase
reload noconfirm