<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Cannot reset 5505 to factory default in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699722#M558113</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after performing these 2 steps&lt;/P&gt;&lt;P&gt;clear config all&lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;now i have lost access to my asa. the asa has been previously configured as dhcp server for inside interface. now its not issuing an ip address to my pc. i have tried pinging it and tried connecting via asdm and it doesnt seem to respond. it tried setting my pc to be in the 192.168.1.0&amp;nbsp; range and it doesnt respond. any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Apr 2011 10:32:16 GMT</pubDate>
    <dc:creator>ccnpwannabe</dc:creator>
    <dc:date>2011-04-11T10:32:16Z</dc:date>
    <item>
      <title>Cannot reset 5505 to factory default</title>
      <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699720#M558105</link>
      <description>&lt;P&gt;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. &lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:19:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699720#M558105</guid>
      <dc:creator>ccnpwannabe</dc:creator>
      <dc:date>2019-03-11T20:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot reset 5505 to factory default</title>
      <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699721#M558111</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can perform the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear config all&lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will clear all the running configuration back to default, and "wr mem" will save the cleared running config to memory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 09:28:47 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699721#M558111</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-04-11T09:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot reset 5505 to factory default</title>
      <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699722#M558113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after performing these 2 steps&lt;/P&gt;&lt;P&gt;clear config all&lt;/P&gt;&lt;P&gt;wr mem&lt;/P&gt;&lt;P&gt;now i have lost access to my asa. the asa has been previously configured as dhcp server for inside interface. now its not issuing an ip address to my pc. i have tried pinging it and tried connecting via asdm and it doesnt seem to respond. it tried setting my pc to be in the 192.168.1.0&amp;nbsp; range and it doesnt respond. any suggestions&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 10:32:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699722#M558113</guid>
      <dc:creator>ccnpwannabe</dc:creator>
      <dc:date>2011-04-11T10:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot reset 5505 to factory default</title>
      <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699723#M558118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, that will clear all the config and set it with no configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please console into the ASA and configure the inside interface IP Address as well as the DHCP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the configuration for your reference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;interface vlan 1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; nameif inside&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ip address 192.168.0.1 255.255.255.0&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dhcpd address 192.168.0.11-192.168.0.250 inside&lt;/P&gt;&lt;P&gt;dhcpd lease 3600&lt;/P&gt;&lt;P&gt;dhcpd enable inside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also please ensure that you did "no shut" on the interface where you connect your PC to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Apr 2011 23:04:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699723#M558118</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-04-11T23:04:09Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot reset 5505 to factory default</title>
      <link>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699724#M558123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you for the info. this is what i realised after typing in the commands in a hurry.&lt;/P&gt;&lt;P&gt;i have ordered a usb to serial cable as my laptop doesnt have a serial input&lt;/P&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Apr 2011 12:13:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cannot-reset-5505-to-factory-default/m-p/1699724#M558123</guid>
      <dc:creator>ccnpwannabe</dc:creator>
      <dc:date>2011-04-12T12:13:32Z</dc:date>
    </item>
  </channel>
</rss>

