<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Mad Router &#187; 5500</title>
	<atom:link href="http://www.madrouter.com/tag/5500/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.madrouter.com</link>
	<description>CCNA, CCNP, CCVP, Security Technologies</description>
	<lastBuildDate>Tue, 25 May 2010 11:34:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Recovery Password for ASA 5500 Series Adaptive Security Appliance</title>
		<link>http://www.madrouter.com/recovery-password-for-asa-5500-series-adaptive-security-appliance/</link>
		<comments>http://www.madrouter.com/recovery-password-for-asa-5500-series-adaptive-security-appliance/#comments</comments>
		<pubDate>Mon, 19 May 2008 12:26:13 +0000</pubDate>
		<dc:creator>Florent</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[5500]]></category>
		<category><![CDATA[5510]]></category>
		<category><![CDATA[ASA]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[recovery]]></category>

		<guid isPermaLink="false">http://www.madrouter.com/?p=39</guid>
		<description><![CDATA[How to get your configuration back when you have forgotten your enable password? I assume that you already are connected to the ASA with the console port. Restart the ASA (manually you can switch ON/OFF). Then, when prompted press ESCAPE to enter ROMMON mode. We want to bypass the startup-config on the next restart of [...]]]></description>
			<content:encoded><![CDATA[<p>How to get your configuration back when you have forgotten your enable password?</p>
<p><span id="more-39"></span></p>
<p>I assume that you already are connected to the ASA with the console port.<br/><br/></p>
<p>Restart the ASA (manually you can switch ON/OFF).<br/><br />
Then, when prompted press <strong>ESCAPE</strong> to enter ROMMON mode.<br/><br/><br />
We want to bypass the startup-config on the next restart of the ASA, so we will change the value of the configuration register.<br/><br />
We need to use the <strong>confreg</strong> command. By using this command, we enter in a wizzard which will ask us some questions.<br/><br />
<br/><br />
We answer <strong>yes</strong> at the first question, we want to change the value. (At this point you should store the configuration register value).<br/><br />
We will use the default values for all settings, except for &#8220;<strong>disable system configuration?</strong>&#8221; which is the option that will permit to bypass the startup-config. So we answer <strong>y</strong>.<br />
<br/></p>
<pre class="cisco">
rommon #0> confreg

Current Configuration Register: 0x00000001
Configuration Summary:
  boot default image from Flash

Do you wish to change this configuration? y/n [n]: <strong>y</strong>
enable boot to ROMMON prompt? y/n [n]:
enable TFTP netboot? y/n [n]:
enable Flash boot? y/n [n]:
select specific Flash image index? y/n [n]:
disable system configuration? y/n [n]: <strong>y</strong>
go to ROMMON prompt if netboot fails? y/n [n]:
enable passing NVRAM file specs in auto-boot mode? y/n [n]:
disable display of BREAK or ESC key prompt during auto-boot? y/n [n]:

Current Configuration Register: 0x00000040
Configuration Summary:
  boot ROMMON
  ignore system configuration

Update Config Register (0x40) in NVRAM...

rommon #1> boot
</pre>
<p>We can now reload the ASA with the <strong>boot</strong> command.<br />
<br/></p>
<p>Once the ASA has been reloaded, we can enter privileged mode without any password (the startup-config has been bypassed).<br />
<br/></p>
<pre class="cisco">
ciscoasa> en
Password: [enter]
ciscoasa#
</pre>
<p>Now we load the startup-config in the running-config</p>
<pre class="cisco">
ciscoasa# copy startup-config running-config

Destination filename [running-config]?

Cryptochecksum (unchanged): ab580f48 aeed7459 2da4751b b0061ac3

1726 bytes copied in 0.50 secs
MadRouterASA#
</pre>
<p>We enter global configuration mode and change the password.<br />
<br/></p>
<pre class="cisco">
MadRouterASA# conf t
MadRouterASA(config)# enable password Cisco
</pre>
<p>We change back the configuration register value.</p>
<pre class="cisco">
MadRouterASA(config)# config-register 0x00000001
</pre>
<p>Now You can save your running-config.</p>
<pre class="cisco">
MadRouterASA# copy running-config startup-config
</pre>
<p>That&#8217;s it.. !</p>
]]></content:encoded>
			<wfw:commentRss>http://www.madrouter.com/recovery-password-for-asa-5500-series-adaptive-security-appliance/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
