<?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: 8.4 migration in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991782#M401183</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats correct. But keep in mind that the NAT-rules are now processed top-down. The more specific rules have to be on the top.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 07 Aug 2012 06:47:28 GMT</pubDate>
    <dc:creator>Karsten Iwen</dc:creator>
    <dc:date>2012-08-07T06:47:28Z</dc:date>
    <item>
      <title>8.4 migration</title>
      <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991778#M401179</link>
      <description>&lt;P&gt;Hi. &lt;/P&gt;&lt;P&gt;We are planning on the move to ASA 8.4 version from 8.2, I see there are some changes in the Static and PAT commands in new version. &lt;/P&gt;&lt;P&gt;There are huge sum of lines for static NAT entries in the current ASA 8.2, if these will get translated by itself to the new configuration when upgrading to 8.4, or manually we need to configure them line by line. Pls help me on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 23:38:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991778#M401179</guid>
      <dc:creator>sivakumar shankar</dc:creator>
      <dc:date>2019-03-11T23:38:45Z</dc:date>
    </item>
    <item>
      <title>8.4 migration</title>
      <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991779#M401180</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The config gets translated to the new syntax. But don't expect a prefect result. I had different results when upgrading ASAs. Simple configs mostly worked fine, some more complex configs broke totally and some were just badly migrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So my advice is to do it by manually. That's also a good opinion to optimise the config.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 14:42:21 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991779#M401180</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-06T14:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: 8.4 migration</title>
      <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991780#M401181</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karsten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Aug 2012 14:51:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991780#M401181</guid>
      <dc:creator>sivakumar shankar</dc:creator>
      <dc:date>2012-08-06T14:51:09Z</dc:date>
    </item>
    <item>
      <title>Re: 8.4 migration</title>
      <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991781#M401182</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is this correct? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Local server IP: 10.1.1.1 port 7004&lt;/P&gt;&lt;P&gt;Natted IP: 33.33.33.33 port 5004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.2 config:&lt;/P&gt;&lt;P&gt;static (inside,outside) tcp 33.33.33.33 5004 10.1.1.1 7004 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 33.33.33.33 5004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;8.4 config:&lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" style="width: 602px; "&gt;&lt;TBODY&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt; width: 452pt;" width="602"&gt;object network&amp;nbsp;&amp;nbsp; obj-10.1.1.1_7004&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;host 10.1.1.1&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="height: 15.0pt;"&gt;&lt;TD height="20" style="height: 15.0pt;"&gt;&lt;P&gt;nat (inside,outside) static 33.33.33.33 service tcp 7004 5004&lt;/P&gt;&lt;P&gt;access-list outside_in extended permit tcp any host 10.1.1.1 7004&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 05:22:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991781#M401182</guid>
      <dc:creator>sivakumar shankar</dc:creator>
      <dc:date>2012-08-07T05:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: 8.4 migration</title>
      <link>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991782#M401183</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, thats correct. But keep in mind that the NAT-rules are now processed top-down. The more specific rules have to be on the top.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 07 Aug 2012 06:47:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-4-migration/m-p/1991782#M401183</guid>
      <dc:creator>Karsten Iwen</dc:creator>
      <dc:date>2012-08-07T06:47:28Z</dc:date>
    </item>
  </channel>
</rss>

