<?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: Change NAT policy order in ASA 8.0 in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516804#M132973</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/116388-technote-nat-00.html#anc9" title="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/116388-technote-nat-00.html#anc9"&gt;ASA Network Address Translation Configuration Troubleshooting - Cisco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;says,&lt;/P&gt;&lt;H3 style="margin: 20px 0 10px; font-family: CiscoSans, Arial, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #58585b; text-align: start; text-indent: 0px;"&gt;Problem: Manual NAT Rules are out-of-order, which causes incorrect packet matches&lt;/H3&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;&lt;STRONG style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: bold;"&gt;Solution:&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;NAT rules can be reordered with the CLI if you remove the rule and reinsert it at a specific line number. In order to insert a new rule at a specific line, enter the line number just after the interfaces are specified.&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;Example:&lt;/P&gt;
&lt;PRE style="margin: 10px 0; padding: 0 0 5px; font-family: courier; font-size: 14px; font-style: normal; font-weight: 300; color: #58585b; text-align: start; text-indent: 0px;"&gt;ASA(config)# &lt;STRONG style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: bold;"&gt;nat (inside,outside) 1 source static 10.10.10.0-net&lt;BR /&gt;10.10.10.0-net destination static 192.168.1.0-net 192.168.1.0-net&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Mar 2018 02:52:02 GMT</pubDate>
    <dc:creator>hslai</dc:creator>
    <dc:date>2018-03-27T02:52:02Z</dc:date>
    <item>
      <title>Change NAT policy order in ASA 8.0</title>
      <link>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516802#M132970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to change nat policy order via CLI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want rule number 3 move to number 2 and rule number 4 move to number 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ASA5510 version 8.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ASA(config)# show nat inside srb&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 192.168.1.0 255.255.255.0 srb 192.168.100.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; NAT exempt&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 192.168.1.0 255.255.255.0 srb any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; static translation to 192.168.1.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 1754, untranslate_hits = 19490&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 192.168.1.0 255.255.255.0 srb 192.168.10.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 10 (172.16.101.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 192.168.1.0 255.255.255.0 srb 172.16.201.0 255.255.255.0&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 10 (172.16.101.0)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 172.16.101.0 255.255.255.0 srb any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 20 (No matching global)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside 192.168.1.0 255.255.255.0 srb any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; dynamic translation to pool 20 (No matching global)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; translate_hits = 0, untranslate_hits = 0&lt;/P&gt;&lt;P&gt;&amp;nbsp; match ip inside any srb any&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; no translation group, implicit deny&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; policy_hits = 0&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 14:55:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516802#M132970</guid>
      <dc:creator>hseakleang1</dc:creator>
      <dc:date>2018-03-26T14:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: Change NAT policy order in ASA 8.0</title>
      <link>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516803#M132971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please ask this question under firewall section of community site. I am unable to move this question to that space.&lt;/P&gt;&lt;P&gt;THis is policy and Access where you can ask questions about ISE, Trustsec, Anyconnect, ACS etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Krishnan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Mar 2018 23:01:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516803#M132971</guid>
      <dc:creator>kthiruve</dc:creator>
      <dc:date>2018-03-26T23:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Change NAT policy order in ASA 8.0</title>
      <link>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516804#M132973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This might help:&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/116388-technote-nat-00.html#anc9" title="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/116388-technote-nat-00.html#anc9"&gt;ASA Network Address Translation Configuration Troubleshooting - Cisco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;says,&lt;/P&gt;&lt;H3 style="margin: 20px 0 10px; font-family: CiscoSans, Arial, sans-serif; font-size: 16px; font-style: normal; font-weight: bold; color: #58585b; text-align: start; text-indent: 0px;"&gt;Problem: Manual NAT Rules are out-of-order, which causes incorrect packet matches&lt;/H3&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;...&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;&lt;STRONG style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: bold;"&gt;Solution:&lt;SPAN class="Apple-converted-space"&gt; &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;NAT rules can be reordered with the CLI if you remove the rule and reinsert it at a specific line number. In order to insert a new rule at a specific line, enter the line number just after the interfaces are specified.&lt;/P&gt;
&lt;P style="margin: 0 0 6px; font-family: CiscoSans, Arial, sans-serif; font-size: 14px; font-style: normal; font-weight: 400; color: #58585b; text-align: start; text-indent: 0px;"&gt;Example:&lt;/P&gt;
&lt;PRE style="margin: 10px 0; padding: 0 0 5px; font-family: courier; font-size: 14px; font-style: normal; font-weight: 300; color: #58585b; text-align: start; text-indent: 0px;"&gt;ASA(config)# &lt;STRONG style="font-family: inherit; font-size: inherit; font-style: inherit; font-weight: bold;"&gt;nat (inside,outside) 1 source static 10.10.10.0-net&lt;BR /&gt;10.10.10.0-net destination static 192.168.1.0-net 192.168.1.0-net&lt;/STRONG&gt;&lt;/PRE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;
&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Mar 2018 02:52:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/change-nat-policy-order-in-asa-8-0/m-p/3516804#M132973</guid>
      <dc:creator>hslai</dc:creator>
      <dc:date>2018-03-27T02:52:02Z</dc:date>
    </item>
  </channel>
</rss>

