<?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 Hello Marius, in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011482#M147006</link>
    <description>&lt;P&gt;Hello Marius,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have configured both Manual and Auto statement.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ciscoasa# sh nat&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic local interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;ciscoasa#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I configured below statement to put Auto rule before manual rule but NAT rule order didn't changed.&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic local global&lt;/P&gt;
&lt;P&gt;When I deleted the&amp;nbsp; manual nat rule and once again configured below statement then Auto rule was before manual rule&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic local global&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# sh nat&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic local interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;ciscoasa(config)#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need to know whether we cannot change the NAT order with in existing configuration ??&lt;/P&gt;
&lt;P&gt;it's seem like that to place Auto nat before Manula that we need to delete the Manual nat and reconfigure it ?? Am i right&lt;/P&gt;
&lt;P&gt;I am just to know this from learning prospective.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
    <pubDate>Thu, 02 Feb 2017 11:34:10 GMT</pubDate>
    <dc:creator>negithecool</dc:creator>
    <dc:date>2017-02-02T11:34:10Z</dc:date>
    <item>
      <title>NAT in ASA</title>
      <link>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011480#M147004</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I am running ASA 8.4 and will be grateful is someone can resolve my concern.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I performed below steps&lt;/P&gt;
&lt;P&gt;1.Manual NAT&lt;/P&gt;
&lt;P&gt;nat (inside,outside) source dynamic local global&lt;/P&gt;
&lt;P&gt;object network local&lt;BR /&gt;&amp;nbsp;subnet 8.8.8.0 255.255.255.0&lt;BR /&gt;object network global&lt;BR /&gt;&amp;nbsp;range 192.168.20.2 192.168.20.4&lt;/P&gt;
&lt;P&gt;2. Auto NAT&lt;/P&gt;
&lt;P&gt;object network local&lt;/P&gt;
&lt;P&gt;subnet 8.8.8.0 255.255.255.0&lt;BR /&gt;nat (inside,outside) dynamic global&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# sh nat&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 4, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;
&lt;P&gt;At this stage is it possible to change NAT order through CLI and put auto nat before manual nat ?? without deleting any nat rule.&lt;/P&gt;
&lt;P&gt;I tried to run below command to change the NAT order but i am getting the same output as before and Manual NAT is above Auto NAT.&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic local global&lt;/P&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;</description>
      <pubDate>Tue, 12 Mar 2019 08:52:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011480#M147004</guid>
      <dc:creator>negithecool</dc:creator>
      <dc:date>2019-03-12T08:52:11Z</dc:date>
    </item>
    <item>
      <title>At this stage is it possible</title>
      <link>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011481#M147005</link>
      <description>&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;At this stage is it possible to change NAT order through CLI and put auto nat before manual nat ?? without deleting any nat rule.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;no this is not possible. &amp;nbsp;Auto NAT rules cannot be placed in the Manual NAT section. &amp;nbsp;You will need to recreate the rule in manual NAT. &amp;nbsp;Placing a NAT rule in after-auto manual NAT will cause those manual NAT rules to be matched after the Auto-NAT rules have been matched. &amp;nbsp;So, if you have any rule in Auto NAT that will match the traffic then you will never match your rule in Auto NAT.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;What are you trying to achieve?&lt;/P&gt;
&lt;P&gt;--&lt;/P&gt;
&lt;P&gt;Please remember to select a correct answer and rate helpful posts&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 09:29:11 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011481#M147005</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2017-02-02T09:29:11Z</dc:date>
    </item>
    <item>
      <title>Hello Marius,</title>
      <link>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011482#M147006</link>
      <description>&lt;P&gt;Hello Marius,&lt;/P&gt;
&lt;P&gt;Thanks for the reply.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I have configured both Manual and Auto statement.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;ciscoasa# sh nat&lt;BR /&gt;Manual NAT Policies (Section 1)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic local interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;ciscoasa#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I configured below statement to put Auto rule before manual rule but NAT rule order didn't changed.&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic local global&lt;/P&gt;
&lt;P&gt;When I deleted the&amp;nbsp; manual nat rule and once again configured below statement then Auto rule was before manual rule&lt;/P&gt;
&lt;P&gt;nat (inside,outside) after-auto source dynamic local global&lt;/P&gt;
&lt;P&gt;ciscoasa(config)# sh nat&lt;BR /&gt;&lt;BR /&gt;Auto NAT Policies (Section 2)&lt;BR /&gt;1 (inside) to (outside) source dynamic local interface&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;&lt;BR /&gt;Manual NAT Policies (Section 3)&lt;BR /&gt;1 (inside) to (outside) source dynamic local global&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;BR /&gt;ciscoasa(config)#&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;I need to know whether we cannot change the NAT order with in existing configuration ??&lt;/P&gt;
&lt;P&gt;it's seem like that to place Auto nat before Manula that we need to delete the Manual nat and reconfigure it ?? Am i right&lt;/P&gt;
&lt;P&gt;I am just to know this from learning prospective.&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Feb 2017 11:34:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-in-asa/m-p/3011482#M147006</guid>
      <dc:creator>negithecool</dc:creator>
      <dc:date>2017-02-02T11:34:10Z</dc:date>
    </item>
  </channel>
</rss>

