<?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 Order of NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697771#M557303</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know order of NAT from version 8.3 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deocumentation says Section 1 Twice Nat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 2 Network Object Nat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 3 Twice Nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default twice nat falls in Section1 (Correct me if I am wrong). How come it also falls in Sections3 as well.Is it something like bypassing nat (more like Nat 0 of older versions) while configuring VPN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 20:24:30 GMT</pubDate>
    <dc:creator>sushil</dc:creator>
    <dc:date>2019-03-11T20:24:30Z</dc:date>
    <item>
      <title>Order of NAT</title>
      <link>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697771#M557303</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Wanted to know order of NAT from version 8.3 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Deocumentation says Section 1 Twice Nat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 2 Network Object Nat&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Section 3 Twice Nat&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By default twice nat falls in Section1 (Correct me if I am wrong). How come it also falls in Sections3 as well.Is it something like bypassing nat (more like Nat 0 of older versions) while configuring VPN?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 20:24:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697771#M557303</guid>
      <dc:creator>sushil</dc:creator>
      <dc:date>2019-03-11T20:24:30Z</dc:date>
    </item>
    <item>
      <title>Re: Order of NAT</title>
      <link>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697772#M557305</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The order of NAT in 8.3 and above is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Manual Nat&lt;/P&gt;&lt;P&gt;2. Auto NAT&lt;/P&gt;&lt;P&gt;3. After-Auto&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After auto, are Manual Nat's with the "after-auto" keyword in them. These are processed after Manual nat rules without that keyword, and auto nat.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;syntax: nat (intf1,intf2) after-auto ....&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An ideal scenario, where you would use this would be:&lt;/P&gt;&lt;P&gt;All statics configured using Auto NAT.&lt;/P&gt;&lt;P&gt;For some reason, interface pat for internet is to be done using manual nat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you use the class 1 manual nat, then it will break all the auto nat static forwards. Hence, you add after-auto, so that it is processed only after the statics are checked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Shrikant&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S.: Please mark the question as answered if it has been resolved. Do rate helpful posts. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 12:12:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697772#M557305</guid>
      <dc:creator>Shrikant Sundaresh</dc:creator>
      <dc:date>2011-04-21T12:12:36Z</dc:date>
    </item>
    <item>
      <title>Re: Order of NAT</title>
      <link>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697773#M557307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ultimate discription Shrikant.Thanks a ton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Sushil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Apr 2011 12:38:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/order-of-nat/m-p/1697773#M557307</guid>
      <dc:creator>sushil</dc:creator>
      <dc:date>2011-04-21T12:38:15Z</dc:date>
    </item>
  </channel>
</rss>

