<?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 NAT precedence in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864960#M957824</link>
    <description>&lt;P&gt;When you have two nat &lt;/P&gt;&lt;P&gt;1)nat (xxxx) 1 access-list xxxx&lt;/P&gt;&lt;P&gt;GLOBAL (yyyy) 1 193.243.64.227 &lt;/P&gt;&lt;P&gt;access-list xxxx permit ip host 10.80.133.1 any&lt;/P&gt;&lt;P&gt;2)nat (xxxx)0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-list xxxx permit ip host 10.80.133.1 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whcih will taker precedence?&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>Wed, 13 Mar 2019 00:56:04 GMT</pubDate>
    <dc:creator>aksher</dc:creator>
    <dc:date>2019-03-13T00:56:04Z</dc:date>
    <item>
      <title>NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864960#M957824</link>
      <description>&lt;P&gt;When you have two nat &lt;/P&gt;&lt;P&gt;1)nat (xxxx) 1 access-list xxxx&lt;/P&gt;&lt;P&gt;GLOBAL (yyyy) 1 193.243.64.227 &lt;/P&gt;&lt;P&gt;access-list xxxx permit ip host 10.80.133.1 any&lt;/P&gt;&lt;P&gt;2)nat (xxxx)0 0.0.0.0 0.0.0.0&lt;/P&gt;&lt;P&gt;access-list xxxx permit ip host 10.80.133.1 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whcih will taker precedence?&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>Wed, 13 Mar 2019 00:56:04 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864960#M957824</guid>
      <dc:creator>aksher</dc:creator>
      <dc:date>2019-03-13T00:56:04Z</dc:date>
    </item>
    <item>
      <title>Re: NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864961#M957825</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Aksher&lt;/P&gt;&lt;P&gt;  You have never rated the useful posts of experts here. Please rate useful. You have NEVER! rated. Please show respect. Rating a post does not cost any fee.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 03:15:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864961#M957825</guid>
      <dc:creator>Alan Huseyin Kayahan</dc:creator>
      <dc:date>2008-01-02T03:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864962#M957826</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Agree.. we are all always in the look to help out others, in return it is good to use the  rating system which in fact  helps netpros to improve even more in assisting others.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 05:16:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864962#M957826</guid>
      <dc:creator>JORGE RODRIGUEZ</dc:creator>
      <dc:date>2008-01-02T05:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864963#M957827</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Aksher,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the order of operations for NAT on the firewall:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. nat 0 access-list (nat-exempt)&lt;/P&gt;&lt;P&gt;2. Match existing xlates&lt;/P&gt;&lt;P&gt;3. Match static commands&lt;/P&gt;&lt;P&gt; a. Static NAT with and without access-list&lt;/P&gt;&lt;P&gt; b. Static PAT with and without access-list&lt;/P&gt;&lt;P&gt;4. Match nat commands&lt;/P&gt;&lt;P&gt; a. nat [id] access-list (first match)&lt;/P&gt;&lt;P&gt; b. nat [id] [address] [mask] (best match)&lt;/P&gt;&lt;P&gt;  i. If the ID is 0, create an identity xlate&lt;/P&gt;&lt;P&gt;  ii. Use global pool for dynamic NAT&lt;/P&gt;&lt;P&gt;  iii. Use global pool for dynamic PAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be aware that in your second example, you are not referencing the ACL listed directly below it. The space inside the parenthesis is used to reference an interface. (2 would fall in to the OoO 4bi and 1) would fall in to the OoO 4a&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;-=Blayne&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 05:46:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864963#M957827</guid>
      <dc:creator>Christopher Dreier</dc:creator>
      <dc:date>2008-01-02T05:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864964#M957828</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In 2, when you say "Match existing xlates" does it mean the existing xlates pertaining to 1&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 06:40:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864964#M957828</guid>
      <dc:creator>aksher</dc:creator>
      <dc:date>2008-01-02T06:40:01Z</dc:date>
    </item>
    <item>
      <title>Re: NAT precedence</title>
      <link>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864965#M957829</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It means any existing xlate currently in the xlate table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have the following command in your config:&lt;/P&gt;&lt;P&gt;static (inside,outside) 87.45.29.48 192.168.1.1 netmask 255.255.255.255&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You build an xlate with this static. You then experience traffic that would use this same static, but you didn't check the xlate table. - Problem!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you should always check to see if an xlate exists in the table before attempting to create a translation based on a NAT rule.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Jan 2008 14:16:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/nat-precedence/m-p/864965#M957829</guid>
      <dc:creator>Christopher Dreier</dc:creator>
      <dc:date>2008-01-02T14:16:27Z</dc:date>
    </item>
  </channel>
</rss>

