<?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: Difference in Functionality between types of NAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3208656#M1065274</link>
    <description>&lt;P&gt;I know how to make the different NAT rules. My question is what is the difference in the functionality on the backend where the load balancing takes place. Why does either a static NAT pool or 1 to 1 NAT work better than the dynamic NAT rules in relation to the load balancing? I am unable to take packet captures on the backside of the F5 where I get any meaningful data or I would try to answer my own question. I did not get an answer to my question on this forum.&lt;/P&gt;</description>
    <pubDate>Wed, 01 Nov 2017 13:10:10 GMT</pubDate>
    <dc:creator>Teresa.A.Strickland</dc:creator>
    <dc:date>2017-11-01T13:10:10Z</dc:date>
    <item>
      <title>Difference in Functionality between types of NAT</title>
      <link>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204284#M1065271</link>
      <description>&lt;P&gt;We are having an issue with intermittent slowness when accessing load balanced servers behind an F5. I was wondering if anyone could explain why when I use certain types of NAT, the issue is resolved. I've tried every type of NAT there is. When I use a one-to-one static NAT or a twice NAT with equal sized pools, the issue is resolved. Obviously, it is impossible for me to use equal sized pools once I move past my testing phase. Why does twice NAT work better than other types of NAT like object NAT? I'd like to understand the functionality between the two because it makes a difference when accessing the load balanced servers. Because my terminology may not be up to snuff, here's an example of what I understand to be twice NAT and then object NAT. Don't worry that I'm using two private pools. This is just an example.&lt;/P&gt;
&lt;P&gt;This works:&lt;/P&gt;
&lt;P&gt;object-group network NAT_Pool1&lt;BR /&gt;&amp;nbsp;network-object 10.14.24.0 255.255.255.0&lt;BR /&gt;object-group network NAT_Pool2&lt;BR /&gt;&amp;nbsp;network-object&amp;nbsp; 10.17.90.0 255.255.255.0&lt;/P&gt;
&lt;P&gt;nat&amp;nbsp; (INSIDE,outside) 1 source static NAT_Pool1 JNAT_Pool2 destination static Load_Balanced_SRV Load_Balanced_SRV&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Object NAT doesn't resolve the issue:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;object network NAT_Pool2&lt;BR /&gt;&amp;nbsp;range 10.17.90.0 10.17.91.255&lt;BR /&gt;nat (INSIDE,outside) 1 source dynamic&amp;nbsp; NAT_Pool1 NAT_Pool2 destination static Load_Balanced_SRV Load_Balanced_SRV&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2020 14:33:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204284#M1065271</guid>
      <dc:creator>Teresa.A.Strickland</dc:creator>
      <dc:date>2020-02-21T14:33:45Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in Functionality between types of NAT</title>
      <link>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204499#M1065272</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;If you want to make a Object NAT i think you have an example here:&lt;BR /&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/firewall/asa_91_firewall_config/nat_objects.html#pgfId-1836418" target="_blank"&gt;https://www.cisco.com/c/en/us/td/docs/security/asa/asa91/configuration/firewall/asa_91_firewall_config/nat_objects.html#pgfId-1836418&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Check the example for "Inside Load Balancer with Multiple Mapped Addresses (Static NAT, One-to-Many)".&lt;BR /&gt;Not sure if you already have tried that or if this is what you want to accomplish.&lt;BR /&gt;&lt;BR /&gt;br, Micke&lt;/P&gt;</description>
      <pubDate>Tue, 24 Oct 2017 20:20:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204499#M1065272</guid>
      <dc:creator>mikael.lahtela</dc:creator>
      <dc:date>2017-10-24T20:20:38Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in Functionality between types of NAT</title>
      <link>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204568#M1065273</link>
      <description>Regardless of the terminology, the first example, static twice nat with pools the same size, works. The second example, dynamic objects with ranges, provides bad performance with the load balanced servers.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;I need to understand the functionality of each in relation to load balancing. For example, I know the first rule is basically the same as a static nat. Although I didn't see any evidence of my tester using more than one IP address when configured with the second example, the performance became slow again. Is there a difference in the way the ports behave or do the connections die off sooner? If you can point me to more indepth documentation or explain, I would appreciate it.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Oct 2017 21:57:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3204568#M1065273</guid>
      <dc:creator>Teresa.A.Strickland</dc:creator>
      <dc:date>2017-10-24T21:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Difference in Functionality between types of NAT</title>
      <link>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3208656#M1065274</link>
      <description>&lt;P&gt;I know how to make the different NAT rules. My question is what is the difference in the functionality on the backend where the load balancing takes place. Why does either a static NAT pool or 1 to 1 NAT work better than the dynamic NAT rules in relation to the load balancing? I am unable to take packet captures on the backside of the F5 where I get any meaningful data or I would try to answer my own question. I did not get an answer to my question on this forum.&lt;/P&gt;</description>
      <pubDate>Wed, 01 Nov 2017 13:10:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/difference-in-functionality-between-types-of-nat/m-p/3208656#M1065274</guid>
      <dc:creator>Teresa.A.Strickland</dc:creator>
      <dc:date>2017-11-01T13:10:10Z</dc:date>
    </item>
  </channel>
</rss>

