<?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 ASA 8.2 to 8.4 upgrade NAT question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862891#M489146</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Marvin, what you planning is a safe way, you can open a pro active TAC with us and have the engineer keep an eye on the converted configuration and ensure all works fine after the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backups of everything is very very important be it upgarding to any version. There always have to be a Plan B while doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jan 2012 16:30:46 GMT</pubDate>
    <dc:creator>varrao</dc:creator>
    <dc:date>2012-01-06T16:30:46Z</dc:date>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862885#M489140</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We're planning the upgrade from 8.2 to 8.4, which I understand has NAT and ACL changes.&amp;nbsp; I've read the migration guide at &lt;A href="http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.pdf" target="_blank"&gt;http://www.cisco.com/en/US/docs/security/asa/asa83/upgrading/migrating.pdf&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My understanding is that the upgrade procedure will convert the NATs, and place real IPs in the ACLs instead of the translated IPs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in looking through my 8.2 configs it appears the real IPs are already being used in my access lists.&amp;nbsp; For example x.x.x.x is my public IP, and y.y.y.y is my internal IP.&amp;nbsp; This is my current config:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 &lt;BR /&gt;access-list acl_out extended permit tcp any host x.x.x.x eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So it seems that the 8.4 upgrade won't need to change anything.&amp;nbsp; Is that correct?&lt;/P&gt;&lt;P&gt;Thanks&lt;BR /&gt;Bill&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 22:11:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862885#M489140</guid>
      <dc:creator>billmatthews</dc:creator>
      <dc:date>2019-03-11T22:11:10Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862886#M489141</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Bill,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;No it will not be doing the way you understand, let me explain you with an example, lets say you have the following pre 8.3:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) x.x.x.x y.y.y.y netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;access-list acl_out extended permit tcp any host x.x.x.x eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above ACL would get converted to :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_out extended permit tcp any host y.y.y.y eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where y.y.y.y is the private or real ip of your server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the main differnce in ACL in 8.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have any more questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 15:39:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862886#M489141</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T15:39:23Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862887#M489142</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "static" command would also be changed along with the necessary creation of network objects, yes?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:01:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862887#M489142</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-01-06T16:01:17Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862888#M489143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thanks guys.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general what's the experience with all the auto-conversions?&amp;nbsp; Should I have confidence that after the upgrade my config will be working?&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm new to the ASAs (came from CheckPoint), and didn't do the original setup.&amp;nbsp; But my general thoughts is that our config is rather simple.&amp;nbsp; Here's a snapshot (all IPs have been changed, so I apologize if some may not make sense)...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;global (outside) 2 12.12.12.211 netmask 255.255.254.0&lt;BR /&gt;global (outside) 3 12.12.13.211 netmask 255.255.254.0&lt;BR /&gt;global (outside) 1 12.12.13.112 netmask 255.255.254.0&lt;BR /&gt;global (inside) 1 interface&lt;BR /&gt;global (dmz1) 1 204.168.85.111-204.168.85.199 netmask 255.255.255.0&lt;BR /&gt;global (dmz1) 2 13.13.13.13 netmask 255.255.255.0&lt;BR /&gt;global (dmz1) 3 13.13.13.210 netmask 255.255.255.0&lt;BR /&gt;global (dmz2) 1 13.13.13.111 netmask 255.255.255.255&lt;BR /&gt;global (dmz2) 2 13.13.13.211 netmask 255.255.255.0&lt;BR /&gt;global (dmz2) 3 13.13.13.210 netmask 255.255.255.0&lt;BR /&gt;global (dmz3) 1 10.10.224.129-10.10.224.148 netmask 255.255.255.192&lt;BR /&gt;global (dmz3) 1 10.10.224.128 netmask 255.255.255.192&lt;BR /&gt;global (dmz3) 2 10.10.224.151 netmask 255.25.255.192&lt;BR /&gt;global (dmz3) 3 10.10.224.150 netmask 255.255.255.192&lt;BR /&gt;nat (outside) 1 NAC_Bypass_VPN_Pool 255.255.255.0&lt;BR /&gt;nat (inside) 0 access-list inside_nat0_outbound&lt;BR /&gt;nat (inside) 3 access-list inside_nat_outbound_1&lt;BR /&gt;nat (inside) 2 access-list inside_nat_outbound&lt;BR /&gt;nat (inside) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (DMZ-VPN) 0 access-list DMZ-VPN_nat0_outbound&lt;BR /&gt;nat (dmz1) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz2) 0 access-list DMZ2-nat&lt;BR /&gt;nat (dmz2) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;nat (dmz3) 1 0.0.0.0 0.0.0.0&lt;BR /&gt;static (dmz1,outside) 140.1.1.1 12.12.12.10 netmask 255.255.255.255 &lt;BR /&gt;static (inside,dmz3) 10.19.10.190 10.4.5.10 netmask 255.255.255.255 &lt;BR /&gt;static (inside,dmz3) 10.44.13.189 10.4.5.12 netmask 255.255.255.255 &lt;BR /&gt;static (inside,outside) 12.12.12.4 10.2.55.74 netmask 255.255.255.255 &lt;/P&gt;&lt;P&gt;...about 50 more static NATs...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any areas of concern regarding the upgrade? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:04:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862888#M489143</guid>
      <dc:creator>billmatthews</dc:creator>
      <dc:date>2012-01-06T16:04:24Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862889#M489144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've not done an 8.4 upgrade yet though I'm planning one myself this month.Cisco assures me the syntax conversion will work fine; though I plan to open a TAC case straight away is it goes at all south. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an upgrade log file created and stored in flash. You should check it and resolve any noted issues before going home for the day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I also plan to look at before and after configs side by side (I like &lt;A href="http://www.prestosoft.com/edp_examdiff.asp"&gt;ExamDiff&lt;/A&gt;) and assure myself that I account for everything that's changed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One thing to make sure is that your pre-upgrade backup is complete including any pre-shared keys and certificates. Use the ASDM backup utility and/or something like "more system:running-config" since those obscure bits won't be saved in a simple "show run" type of backup.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:24:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862889#M489144</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-01-06T16:24:18Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862890#M489145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@Marvin&lt;/P&gt;&lt;P&gt;Yes you are absolutely right the nats would also change but I was only referring to access-lists, since Bill only wanted to know about ACL's, the nats are the major changes in post 8.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;@Bill&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you ca go ahead with teh convertion, just a couple of things to keep in ming:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Disable nat-control (no nat-control)&lt;/P&gt;&lt;P&gt;Disable names (no names)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can follow this doc as well:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-wiki-small" href="https://community.cisco.com/docs/DOC-12690"&gt;https://supportforums.cisco.com/docs/DOC-12690&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you face any issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:28:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862890#M489145</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T16:28:54Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862891#M489146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Marvin, what you planning is a safe way, you can open a pro active TAC with us and have the engineer keep an eye on the converted configuration and ensure all works fine after the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Backups of everything is very very important be it upgarding to any version. There always have to be a Plan B while doing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:30:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862891#M489146</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T16:30:46Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862892#M489147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Varun,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The doc you linked had two different thread recommendations re "names" vs."no names". Are you confirming that one should first enter "no names" prior to upgrade?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:34:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862892#M489147</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2012-01-06T16:34:20Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862893#M489148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Marvin, thats what I meant, you can do "no names" before the upgrade and then once the upgrade is done you can put the names back "names"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:38:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862893#M489148</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T16:38:11Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862894#M489149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Great advice guys, thanks!&amp;nbsp; I'll be sure to get a good backup.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varun, regarding the pro active TAC case idea, when would you suggest we do that?&amp;nbsp; The morning of the upgrade, or even more in advance?&amp;nbsp; I'm just not sure how long it would take to get an engineer assigned if it's not a sev1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:41:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862894#M489149</guid>
      <dc:creator>billmatthews</dc:creator>
      <dc:date>2012-01-06T16:41:27Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862895#M489150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well TAC can definitely help you a great deal in it, earlier the better, if the engineer has some time at his hands, we can try it on a lab ASA and check the configuration after conversion and clear out any glitches if present. So it becomes a bit easier when you perform it on a production environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 16:48:35 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862895#M489150</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T16:48:35Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862896#M489151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FYI, I'm planning a similar upgrade (8.2 to 8.4) and have a TAC case open to prepare.&amp;nbsp; TAC is recommending you don't do a direct upgrade.&amp;nbsp; They recommend: 8.2 --8.3.1---8.3.2----8.4.&amp;nbsp; And for 8.4 they published an engineering release with some bug fixes.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:00:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862896#M489151</guid>
      <dc:creator>thomascollins</dc:creator>
      <dc:date>2012-01-06T20:00:04Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862897#M489152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you talking about the image 8.4.2.8, step by step is what you call the best practice, in some procedure's that I have carried out, I haven't faced any issues yet. But yes, if you're code is a pretty old one like 7.x or 8.0, step by step becomes necessary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:05:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862897#M489152</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T20:05:46Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862898#M489153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Varun, TAC published asa842-18-k8 to me.&amp;nbsp; I'm upgrading from 8.2.&amp;nbsp; Would you recommend the step by step upgrade or do you think we would be safe going straight to 8.4?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:08:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862898#M489153</guid>
      <dc:creator>thomascollins</dc:creator>
      <dc:date>2012-01-06T20:08:32Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862899#M489154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go step by step since you are upgarding to an engineerng release, it shoudl be the right one for you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:37:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862899#M489154</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T20:37:39Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862900#M489155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks.&amp;nbsp; What would be the upgrade plan for an HA active/standby pair?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Take unitA offline, upgrade unitB using step by step&lt;/LI&gt;&lt;LI&gt;Run no failover on unitB, bring unitA back online&lt;/LI&gt;&lt;LI&gt;Upgrade unitA (just straight to 8.4, no step by step needed this time)&lt;/LI&gt;&lt;LI&gt;Enable failover, let config sync&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does that sound right?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:43:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862900#M489155</guid>
      <dc:creator>thomascollins</dc:creator>
      <dc:date>2012-01-06T20:43:23Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862901#M489156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nope, the best would be to make the primary active and upgrdae the secondary (standby) first to the image that you would like to finally go to, failover and make secondary active and and then upgrade the primary box to the right image, this way you would not lose any traffic and would be up all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:52:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862901#M489156</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T20:52:05Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862902#M489157</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That makes a lot more sense, I like that.&amp;nbsp; But for some reason that's not what another engineer recommended (SR&lt;/P&gt;&lt;P&gt;620272873)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 20:54:32 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862902#M489157</guid>
      <dc:creator>thomascollins</dc:creator>
      <dc:date>2012-01-06T20:54:32Z</dc:date>
    </item>
    <item>
      <title>ASA 8.2 to 8.4 upgrade NAT question</title>
      <link>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862903#M489158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Thomas, I just went through it and there are two things in here:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Number one - going by the book (which is wat the engineer recommends you)&lt;/P&gt;&lt;P&gt;Number two - my own personal experience, because there have been situations where in some TAC's I did a lab repro for the upgrdae as other customers were apprehensive about doing it on their production device, I did the way I told you, no issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So what he must have told, would definitely have a good reason for it or some experience that he can share, I would say, you can definitely talk to the engineer and he would definitely explain you his reason behind it. Just make sure you have your memory requirements spot on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope I was able to clear it out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Varun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jan 2012 21:05:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-8-2-to-8-4-upgrade-nat-question/m-p/1862903#M489158</guid>
      <dc:creator>varrao</dc:creator>
      <dc:date>2012-01-06T21:05:31Z</dc:date>
    </item>
  </channel>
</rss>

