<?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: NAT on 8.3+ question in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221419#M349972</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;To give you the short story about the NAT of 8.3+ software versions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NAT Configurations are divided in 3 Sections&lt;/LI&gt;&lt;LI&gt;Section 1 holds Manual NAT / Twice NAT format configurations (the above "nat" command format would be WITHOUT "after-auto")&lt;/LI&gt;&lt;LI&gt;Section 2 holds Network Object NAT (the above "nat" command format you mentioned)&lt;/LI&gt;&lt;LI&gt;Section 3 holds Manual NAT / Twice NAT format configuration (the above "nat" command format THAT uses "after-auto")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Section 1 NAT configurations are configured directly in the global configuration mode with the command "nat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 2 NAT configurations are always under some "object network &lt;NAME&gt;"&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 3 NAT configurations are like Section 1 BUT they have been moved at the lowest Section with "after-auto" parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of the NAT configurations matched against traffic is gone through from Section 1 to Section 3 until a match is found. In that sense configuring Default PAT in the final Section 3 makes sense since it SHOULDNT be able to override any other NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest reading a 8.3+ NAT Document I made on the Firewall/Document section. It lists the above and more a lot more clearly described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-31116" rel="nofollow"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you for marking the reply as the correct answer. Appriciate it &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;&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, 13 May 2013 19:23:56 GMT</pubDate>
    <dc:creator>Jouni Forss</dc:creator>
    <dc:date>2013-05-13T19:23:56Z</dc:date>
    <item>
      <title>NAT on 8.3+ question</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221416#M349963</link>
      <description>&lt;P&gt;I have an ASA running 8.4 code, and I need to do the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic NAT on the outside interface for&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1 subnet&lt;/P&gt;&lt;P&gt;2 different hosts on a different network&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So will something like this work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-192.168.20.10&lt;/P&gt;&lt;P&gt; host 192.168.20.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj-172.25.1.10&lt;/P&gt;&lt;P&gt; host 172.25.1.10&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this work? If it won't, what will?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Mar 2019 01:42:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221416#M349963</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2019-03-12T01:42:50Z</dc:date>
    </item>
    <item>
      <title>NAT on 8.3+ question</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221417#M349966</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;For smaller/simpler configuration I would suggest the following configurations to handle the complete configuration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;object-group network DEFAULT-PAT-SOURCE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object &lt;SUBNET&gt; &lt;MASK&gt;&lt;/MASK&gt;&lt;/SUBNET&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 192.168.20.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt; network-object host 172.25.1.10&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;nat (inside,outside) after-auto source dynamic DEFAULT-PAT-SOURCE interface&lt;/STRONG&gt;&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;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remember to mark the reply as the correct answer if it answered your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ask more if needed&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, 13 May 2013 18:46:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221417#M349966</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T18:46:03Z</dc:date>
    </item>
    <item>
      <title>NAT on 8.3+ question</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221418#M349969</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That worked! Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;haven't seen this "after-auto" option before. Is that new with 8.3+?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 May 2013 19:15:14 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221418#M349969</guid>
      <dc:creator>Colin Higgins</dc:creator>
      <dc:date>2013-05-13T19:15:14Z</dc:date>
    </item>
    <item>
      <title>Re: NAT on 8.3+ question</title>
      <link>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221419#M349972</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;To give you the short story about the NAT of 8.3+ software versions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;NAT Configurations are divided in 3 Sections&lt;/LI&gt;&lt;LI&gt;Section 1 holds Manual NAT / Twice NAT format configurations (the above "nat" command format would be WITHOUT "after-auto")&lt;/LI&gt;&lt;LI&gt;Section 2 holds Network Object NAT (the above "nat" command format you mentioned)&lt;/LI&gt;&lt;LI&gt;Section 3 holds Manual NAT / Twice NAT format configuration (the above "nat" command format THAT uses "after-auto")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Section 1 NAT configurations are configured directly in the global configuration mode with the command "nat"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 2 NAT configurations are always under some "object network &lt;NAME&gt;"&lt;/NAME&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Section 3 NAT configurations are like Section 1 BUT they have been moved at the lowest Section with "after-auto" parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of the NAT configurations matched against traffic is gone through from Section 1 to Section 3 until a match is found. In that sense configuring Default PAT in the final Section 3 makes sense since it SHOULDNT be able to override any other NAT configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would suggest reading a 8.3+ NAT Document I made on the Firewall/Document section. It lists the above and more a lot more clearly described.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://community.cisco.com/docs/DOC-31116" rel="nofollow"&gt;https://supportforums.cisco.com/docs/DOC-31116&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Than you for marking the reply as the correct answer. Appriciate it &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;&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, 13 May 2013 19:23:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-on-8-3-question/m-p/2221419#M349972</guid>
      <dc:creator>Jouni Forss</dc:creator>
      <dc:date>2013-05-13T19:23:56Z</dc:date>
    </item>
  </channel>
</rss>

