cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
3670
Views
0
Helpful
4
Replies

Cannot reset 5505 to factory default

ccnpwannabe
Level 1
Level 1

Hi i have a new 5505 and i have done a few configurations on it. When i try to reset it to the factory settings via asdm i get an error saying it could not be done. I have used config-factory-default using the cli option available in the asdm. I am using asa 8.2 and asdm 6.2. Will erasing the flash reset to factory defaults.

1 Accepted Solution

Accepted Solutions

Yes, that will clear all the config and set it with no configuration.

Please console into the ASA and configure the inside interface IP Address as well as the DHCP server.

Here is the configuration for your reference:

interface vlan 1

     nameif inside

     ip address 192.168.0.1 255.255.255.0

dhcpd address 192.168.0.11-192.168.0.250 inside

dhcpd lease 3600

dhcpd enable inside

Also please ensure that you did "no shut" on the interface where you connect your PC to.

View solution in original post