<?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.3+ NAT - Auto NAT Order and Static PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181627#M359945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent tested the effect of "object network &lt;OLD&gt; rename &lt;NEW&gt;" to the NAT ordering.&lt;/NEW&gt;&lt;/OLD&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem though that it work just like you have tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wether this is an oversight from Cisco or a something meant to work like this I dont know. On the other hand thinking that renaming an object might change nat behaviours seems strange. Then again its specifically mentioned as a defining factor in ordering Section 2 NAT which would make it seem logical for the ASA to change the order when this change is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be something worth asking about directly from Cisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of a command that would help to "refresh" the NAT ordering. I guess the only option is just to reconfigure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing a &lt;STRONG&gt;"no &lt;NAT configuration=""&gt; and &lt;STRONG&gt;"&lt;NAT configuration=""&gt;"&lt;/NAT&gt;&lt;/STRONG&gt; under the object without removing the object seems to be the way to get it to reorder.&lt;/NAT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good catch by the way &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Havent tested this myself before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Mar 2013 15:45:42 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-03-19T15:45:42Z</dc:date>
    <item>
      <title>8.3+ NAT - Auto NAT Order and Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181623#M359941</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm having a hard time pinpointing the exact method of ordering AutoNAT entries that include Static PAT.&amp;nbsp; Since you can't add line numbers to AutoNAT policies, how are they ordered in the "show nat" command?&amp;nbsp; Do AutoNAT entries follow the order they are configured?&amp;nbsp; Do they follow the order the Object's themselves are configured?&amp;nbsp; Is there some other underlying method of determining their order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what I mean:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a traditional static translation which translates all ports from the mapped address of 11.11.11.11 to the real address of 1.1.1.1.&amp;nbsp; I also have a static PAT set up so the mapped port/IP of 11.11.11.11:8080 translates to the real port/IP of 1.1.1.1:80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12# &lt;STRONG&gt;show run object&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network ONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 1.1.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network TWO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 1.1.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12# &lt;STRONG&gt;show run nat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network ONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; nat (inside,outside) static 11.11.11.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network TWO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; nat (inside,outside) static 11.11.11.11 service tcp www 8080&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12# &lt;STRONG&gt;show nat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static ONE 11.11.11.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static TWO 11.11.11.11&amp;nbsp;&amp;nbsp; service tcp www 8080&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice, the AutoNAT output from "show nat" shows me my static pat will never work, as traffic will match.&amp;nbsp; The order they are entered into the translation table is the order in which the object and nat configurations exist.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, however, I configured object "two" first, and its correlating NAT before configuring object "one".&amp;nbsp; Notice, the order they appear in "show nat" is reversed from the order they are configured:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12#&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;show run object&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network TWO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 1.1.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network ONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; host 1.1.1.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12#&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;show run nat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network TWO&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; nat (inside,outside) static 11.11.11.11 service tcp www 8080&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;object network ONE&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt; nat (inside,outside) static 11.11.11.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12#&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;show nat&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static ONE 11.11.11.11&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static TWO 11.11.11.11&amp;nbsp;&amp;nbsp; service tcp www 8080&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could someone explain to me the way ordering works for AutoNAT entries?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the record, I understand I could simply do the static PAT with Manual NAT to get it to show up in section 1.&amp;nbsp; I'm not interested in that, I'm interested in the specifics for how AutoNAT is ordered in 8.3+ code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&amp;nbsp; Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;--Eddie&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:15:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181623#M359941</guid>
      <dc:creator>eddie.harmoush</dc:creator>
      <dc:date>2019-03-12T01:15:46Z</dc:date>
    </item>
    <item>
      <title>8.3+ NAT - Auto NAT Order and Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181624#M359942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am actually writing a document to the Firewall section about this. Or atleast trying to. I am aiming to finish it during this week though seems I have to change something all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On to the actual topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While the Cisco ASA documentation states the order of the Object Network NAT it doesnt go to as specific information as it could. For example mention the Static PAT vs. Static NAT...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It does seem that your case would get matched by the very last parameter Cisco states.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And that is funny enough the alphabetical order of the Network Object name. Which would mean that "object network ONE" comes before "object network TWO" since O is before T.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In general the deciding factors are in order&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Static&lt;/LI&gt;&lt;LI&gt;Dynamic&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside the mentioned types&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Number of addresses in object&lt;/LI&gt;&lt;LI&gt;If above is equal then the lowest numerical address&lt;/LI&gt;&lt;LI&gt;If both above are equal then the alphabetical order of the "object network" name is the final deciding factor&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you change your configuration to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network ONE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) static 11.11.11.11 service tcp www 8080&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object network TWO&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; host 1.1.1.1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) static 11.11.11.11&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then your NAT rules will be matched in order&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Static PAT&lt;/LI&gt;&lt;LI&gt;Static NAT&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that this does not have anything to do with the order they are configured. The ASA does the ordering again when you enter a new configuration and it might or might not alter the order of the already existing rules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; If so, please remember to rate &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 21:37:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181624#M359942</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-18T21:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3+ NAT - Auto NAT Order and Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181625#M359943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wow, so thats it then, the exact answer I was looking for.&amp;nbsp; I can't say I'm all to excited about the decision to go that route with NAT ordering.&amp;nbsp; Everything within the 3 section and the line numbers of Manual NAT was so simple, but now you have this.&amp;nbsp; =/&amp;nbsp; Oh well, at least I know now.&amp;nbsp; Thank you for your response, Jouni, looking forward to seeing the rest of your NAT document &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is some additional testing confirming things:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;student-12#&amp;nbsp; show run nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network DYN-range&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) dynamic 11.11.11.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network aDYN-range&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) dynamic 11.11.11.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network DYN-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) dynamic 11.11.11.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network STATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) static 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network ASTATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) static 11.11.11.50 service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;object network ZSTATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt; nat (inside,outside) static 11.11.11.50 service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;1 (inside) to (outside) source static ASTATIC-host 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;2 (inside) to (outside) source static STATIC-host 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;3 (inside) to (outside) source static ZSTATIC-host 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;4 (inside) to (outside) source dynamic DYN-host 11.11.11.1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;5 (inside) to (outside) source dynamic DYN-range 11.11.11.3&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;6 (inside) to (outside) source dynamic aDYN-range 11.11.11.2&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt; font-family: 'courier new', courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Really not excited about the results of &lt;STRONG&gt;A&lt;/STRONG&gt;STATIC and &lt;STRONG&gt;Z&lt;/STRONG&gt;STATIC surrounding the &lt;STRONG&gt;STATIC&lt;/STRONG&gt; object.&amp;nbsp; Oh well. =/&amp;nbsp; I should probably stop complaining about it &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again Jouni, it was the exact answer I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Mar 2013 22:00:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181625#M359943</guid>
      <dc:creator>eddie.harmoush</dc:creator>
      <dc:date>2013-03-18T22:00:59Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3+ NAT - Auto NAT Order and Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181626#M359944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It also appears the ordering only occurs when the object is initially created, and does not re-order when an object is renamed.&amp;nbsp; See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# clear configure object&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# object network STATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; host 1.1.1.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; nat (inside,outside) static 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# object network ASTATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; host 1.1.1.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; nat (inside,outside) static 11.11.11.50 service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# object network ZSTATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; host 1.1.1.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp;&amp;nbsp; nat (inside,outside) static 11.11.11.50 service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! Created three AutoNAT statements to use as an example&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# exit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# show nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static &lt;STRONG&gt;ASTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static &lt;STRONG&gt;STATIC-host&lt;/STRONG&gt; 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;3 (inside) to (outside) source static &lt;STRONG&gt;ZSTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! This is as expected, A comes before S which comes before Z.&amp;nbsp; Lets try renaming ZSTATIC-host to BSTATIC-host&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# &lt;STRONG&gt;object network ZSTATIC-host rename BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# show nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static &lt;STRONG&gt;ASTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static &lt;STRONG&gt;STATIC-host&lt;/STRONG&gt; 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;3 (inside) to (outside) source static &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! The NAT rules are not re-ordered&lt;/SPAN&gt; &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/4.5.4/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! Tried creating a new object to rebuild the NAT order.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# &lt;STRONG&gt;object network CSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# host 1.1.1.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# nat (inside,outside) static 11.11.11.50 service tcp 77 7070&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)#&amp;nbsp; show nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! But the "BSTATIC-host" object is still in the wrong place:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static &lt;STRONG&gt;ASTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static &lt;STRONG&gt;CSTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 77 7070&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;3 (inside) to (outside) source static &lt;STRONG&gt;STATIC-host&lt;/STRONG&gt; 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;4 (inside) to (outside) source static &lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000080;"&gt;!!! Removed and re-created the BSTATIC-host object and NAT, and it is correctly sorted:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# &lt;STRONG&gt;no object network BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# &lt;STRONG&gt;object network BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# host 1.1.1.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# nat (inside,outside) static 11.11.11.50 ser$&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config-network-object)# exit&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)# show nat&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;Auto NAT Policies (Section 2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;1 (inside) to (outside) source static &lt;STRONG&gt;ASTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 55 5050&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;2 (inside) to (outside) source static &lt;SPAN style="color: #008000;"&gt;&lt;STRONG&gt;BSTATIC-host&lt;/STRONG&gt;&lt;/SPAN&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 66 6060&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;3 (inside) to (outside) source static &lt;STRONG&gt;CSTATIC-host&lt;/STRONG&gt; 11.11.11.50&amp;nbsp;&amp;nbsp; service tcp 77 7070&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;4 (inside) to (outside) source static &lt;STRONG&gt;STATIC-host&lt;/STRONG&gt; 11.11.11.50&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier; font-size: 8pt;"&gt;student-12(config)#&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This doesn't seem sensicle, do you know if Cisco has any plans to tweak this?&amp;nbsp;&amp;nbsp; I did more testing and none of these commands seemed to correclty re-order the list:&lt;/P&gt;&lt;P&gt;clear xlate&lt;/P&gt;&lt;P&gt;clear local-host&lt;/P&gt;&lt;P&gt;clear local-host all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rebooting the device DID re-order the nat statements, so B was correctly following A.&amp;nbsp; But other than that, I didn't find a way to "fix" them.&amp;nbsp; Do you know of a way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:18:29 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181626#M359944</guid>
      <dc:creator>eddie.harmoush</dc:creator>
      <dc:date>2013-03-19T15:18:29Z</dc:date>
    </item>
    <item>
      <title>Re: 8.3+ NAT - Auto NAT Order and Static PAT</title>
      <link>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181627#M359945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I havent tested the effect of "object network &lt;OLD&gt; rename &lt;NEW&gt;" to the NAT ordering.&lt;/NEW&gt;&lt;/OLD&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It would seem though that it work just like you have tested.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wether this is an oversight from Cisco or a something meant to work like this I dont know. On the other hand thinking that renaming an object might change nat behaviours seems strange. Then again its specifically mentioned as a defining factor in ordering Section 2 NAT which would make it seem logical for the ASA to change the order when this change is made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Might be something worth asking about directly from Cisco.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know of a command that would help to "refresh" the NAT ordering. I guess the only option is just to reconfigure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doing a &lt;STRONG&gt;"no &lt;NAT configuration=""&gt; and &lt;STRONG&gt;"&lt;NAT configuration=""&gt;"&lt;/NAT&gt;&lt;/STRONG&gt; under the object without removing the object seems to be the way to get it to reorder.&lt;/NAT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good catch by the way &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.cisco.com/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Havent tested this myself before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Jouni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Mar 2013 15:45:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/8-3-nat-auto-nat-order-and-static-pat/m-p/2181627#M359945</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-03-19T15:45:42Z</dc:date>
    </item>
  </channel>
</rss>

