<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: How to upgrade the Cisco ASA 5505 software</title>
	<atom:link href="http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/</link>
	<description>Technology in the 21st Century</description>
	<lastBuildDate>Sat, 04 May 2013 09:19:15 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>By: Kiro Garnenkov</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-11168</link>
		<dc:creator>Kiro Garnenkov</dc:creator>
		<pubDate>Tue, 12 Apr 2011 10:11:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-11168</guid>
		<description><![CDATA[Yes you can , but be careful , because there is some changes in image 8.3
As example , far as I know , In this image everything is objects and NAT is different .....]]></description>
		<content:encoded><![CDATA[<p>Yes you can , but be careful , because there is some changes in image 8.3<br />
As example , far as I know , In this image everything is objects and NAT is different &#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-8703</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Thu, 03 Feb 2011 19:33:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-8703</guid>
		<description><![CDATA[Yes you can. The important thing is to have enough RAM memory, so 512MB of RAM will be ok.]]></description>
		<content:encoded><![CDATA[<p>Yes you can. The important thing is to have enough RAM memory, so 512MB of RAM will be ok.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Lizandro Diaz</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-8701</link>
		<dc:creator>Lizandro Diaz</dc:creator>
		<pubDate>Thu, 03 Feb 2011 19:15:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-8701</guid>
		<description><![CDATA[Can I upgrade to 8.3 with 64 MB of flash, I already have 512 of RAM.

Thanks in advance.]]></description>
		<content:encoded><![CDATA[<p>Can I upgrade to 8.3 with 64 MB of flash, I already have 512 of RAM.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-804</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 28 Dec 2009 14:41:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-804</guid>
		<description><![CDATA[Just small addition for new asdm image (step 5)
ASA5505(config)#asdm image disk0:/asdm-621.bin
ASA5505(config)# wr mem]]></description>
		<content:encoded><![CDATA[<p>Just small addition for new asdm image (step 5)<br />
ASA5505(config)#asdm image disk0:/asdm-621.bin<br />
ASA5505(config)# wr mem</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: BlogAdmin</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-4</link>
		<dc:creator>BlogAdmin</dc:creator>
		<pubDate>Thu, 30 Jul 2009 17:41:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-4</guid>
		<description><![CDATA[Hello Nico

Thanks for your excellent feedback.

There are always some little twists with Cisco products that you learn them only from experience.

Thanks for commenting

Harris]]></description>
		<content:encoded><![CDATA[<p>Hello Nico</p>
<p>Thanks for your excellent feedback.</p>
<p>There are always some little twists with Cisco products that you learn them only from experience.</p>
<p>Thanks for commenting</p>
<p>Harris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nico</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-3</link>
		<dc:creator>Nico</dc:creator>
		<pubDate>Thu, 30 Jul 2009 16:37:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-3</guid>
		<description><![CDATA[Just as an FYI - when I did this on my ASA 5505 it still booted to the old asa804-k8.bin instead of the new asa821-k8.bin image.

Turns out the boot config showed

BOOT variable = disk0:/asa804-k8.bin;disk0:/asa821-k8.bin
Current BOOT variable = disk0:/asa804-k8.bin;disk0:/asa821-k8.bin

I guess this meant that it would still boot the old image first. So I cleared the boot variable first with the following commands:

no boot system disk0:/asa821-k8.bin
no boot system disk0:/asa804-k8.bin

Then I reset it with this:

boot system disk0:/asa821-k8.bin
wr mem
reload noconfirm

Then it booted the correct one.

Thanks for the rest!!!]]></description>
		<content:encoded><![CDATA[<p>Just as an FYI &#8211; when I did this on my ASA 5505 it still booted to the old asa804-k8.bin instead of the new asa821-k8.bin image.</p>
<p>Turns out the boot config showed</p>
<p>BOOT variable = disk0:/asa804-k8.bin;disk0:/asa821-k8.bin<br />
Current BOOT variable = disk0:/asa804-k8.bin;disk0:/asa821-k8.bin</p>
<p>I guess this meant that it would still boot the old image first. So I cleared the boot variable first with the following commands:</p>
<p>no boot system disk0:/asa821-k8.bin<br />
no boot system disk0:/asa804-k8.bin</p>
<p>Then I reset it with this:</p>
<p>boot system disk0:/asa821-k8.bin<br />
wr mem<br />
reload noconfirm</p>
<p>Then it booted the correct one.</p>
<p>Thanks for the rest!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: KrisBelucci</title>
		<link>http://www.tech21century.com/how-to-upgrade-the-cisco-asa-5505-software/comment-page-1/#comment-2</link>
		<dc:creator>KrisBelucci</dc:creator>
		<pubDate>Tue, 02 Jun 2009 06:47:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.tech21century.com/?p=23#comment-2</guid>
		<description><![CDATA[Hi, cool post. I have been wondering about this topic,so thanks for writing.]]></description>
		<content:encoded><![CDATA[<p>Hi, cool post. I have been wondering about this topic,so thanks for writing.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

 Served from: www.tech21century.com @ 2013-05-20 19:11:04 by W3 Total Cache -->