<?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: Cisco ASA NAT Pool/PAT in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018258#M1109151</link>
    <description>&lt;P&gt;Split subnet can be solution for use two NAT but same subnet and same interface in two NAT using two pool as&amp;nbsp;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt;&amp;nbsp;shared I DONT think it work.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 15:05:58 GMT</pubDate>
    <dc:creator>MHM Cisco World</dc:creator>
    <dc:date>2024-02-14T15:05:58Z</dc:date>
    <item>
      <title>Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018008#M1109122</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;i have 2 private IP that would need to configure to a NAT pool of /29 public IP.&lt;/P&gt;&lt;P&gt;can someone confirm if below config is correct?&lt;/P&gt;&lt;P&gt;do i need to add the "flat" keyword to "PAT" using 1024-65535 dynamic ephemeral ports or this is automatic?&lt;/P&gt;&lt;P&gt;will both private IP range "exhaust" all PAT ports on the first IP 200.1.1.1 before going to the next IP 200.1.1.2 and so on?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;range 200.1.1.&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt; 200.1.1.&lt;FONT color="#FF0000"&gt;6&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-10.0.0.16-29&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet 10.0.0.16 255.255.255.&lt;FONT color="#FF0000"&gt;248&lt;/FONT&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-10.2.0.0-16&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet 10.&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;.0.0 &lt;FONT color="#FF0000"&gt;255.255&lt;/FONT&gt;.0.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 07:54:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018008#M1109122</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2024-02-14T07:54:08Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018023#M1109123</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt; I assume you require Dynamic PAT, in which case you are missing "pat-pool" - this will translate the IP address and ports.&lt;/P&gt;
&lt;PRE class="pre codeblock"&gt;&lt;CODE&gt;object network LAN&amp;nbsp;&lt;BR /&gt;&amp;nbsp;&lt;/CODE&gt;&lt;CODE&gt;nat (inside,outside) dynamic &lt;STRONG&gt;pat-pool&lt;/STRONG&gt; IPv4_POOL&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;In your example you are using Dynamic NAT which translates only the IP address, not the ports. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 08:22:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018023#M1109123</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-02-14T08:22:37Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018147#M1109131</link>
      <description>&lt;P&gt;hi rob,&lt;/P&gt;&lt;P&gt;if i use the "pat-pool" keyword, would it "exhaust" all dynamic ports (1024 - 65535) on the first public IP on the NAT pool range then use/exhaust the next public IP and so on?&lt;/P&gt;&lt;P&gt;do i need to use the "flat" keyword?&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:42:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018147#M1109131</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2024-02-14T12:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018162#M1109133</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt; by default all ports for a PAT address will be allocated before the next PAT IP address is used and so on. You can append the keyword "round-robin" to the command syntax, this assigns an address/port from each PAT IP address in the pool before returning to use the first address again, and then the second address, and so on. &lt;/P&gt;
&lt;P&gt;No I don't believe you need to use the keyword "flat", you can use "include-reverse" which allocates ports 1-65535.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:02:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018162#M1109133</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-02-14T13:02:50Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018188#M1109134</link>
      <description>&lt;P&gt;hi rob,&lt;/P&gt;&lt;P&gt;one last thing, what if i need to expand/add more public IP in the NAT pool range for the same 10.x.x.x private IP?&lt;/P&gt;&lt;P&gt;and if it's also not in a continuous range? sample scenario below:&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;range 200.1.1.&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt; 200.1.1.&lt;FONT color="#FF0000"&gt;6&lt;/FONT&gt;&lt;/EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;&amp;lt;&amp;lt;&amp;lt; HOW CAN I ADD/SQUEEZE "200.1.1.&lt;FONT color="#FF0000"&gt;10 &lt;FONT color="#000000"&gt;OR 200.1.1.&lt;/FONT&gt;10 &lt;FONT color="#000000"&gt;- 200.1.1.&lt;/FONT&gt;20&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:19:03 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018188#M1109134</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2024-02-14T13:19:03Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018205#M1109139</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt; I does not look like you can add another pat-pool to the same object (at least on 9.18), you can failback to an interface though.&lt;/P&gt;
&lt;PRE&gt;ASA(config-network-object)# nat (vlan5,outside) dynamic pat-pool POOL&lt;BR /&gt;&lt;BR /&gt;network-object mode commands/options:&lt;BR /&gt;block-allocation Enable port block allocation&lt;BR /&gt;extended Extend PAT uniqueness to per destination instead of per interface&lt;BR /&gt;flat Translate TCP and UDP ports into flat range 1024-65535&lt;BR /&gt;include-reserve Translate TCP and UDP ports into flat range 1-65535&lt;BR /&gt;&lt;STRONG&gt;interface&lt;/STRONG&gt; Use interface address as mapped IP&lt;BR /&gt;round-robin Specify to use PAT ip addresses in round robin instead one by one&lt;BR /&gt;&amp;lt;cr&amp;gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;You could define another object which uses another pat-pool, that uses the different range.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:36:10 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018205#M1109139</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-02-14T13:36:10Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018207#M1109140</link>
      <description>&lt;P&gt;hi rob,&lt;/P&gt;&lt;P&gt;can you confirm if it's possible to configure as below?&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-PUBLIC-IP-POOL-1&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;range 200.1.1.1 200.1.1.6&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-PUBLIC-IP-POOL-2&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;range 200.1.1.11 200.1.1.20&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;object network OBJ-10.2.0.0-16&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet 10.2.0.0 255.255.0.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL-&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-10.2.0.0-16&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet 10.2.0.0 255.255.0.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,outside) source dynamic &lt;FONT color="#FF0000"&gt;200.1.1.10&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;object network OBJ-10.2.0.0-16&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;subnet 10.2.0.0 255.255.0.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL-&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:42:56 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018207#M1109140</guid>
      <dc:creator>johnlloyd_13</dc:creator>
      <dc:date>2024-02-14T13:42:56Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018210#M1109141</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt; I am not sure on your example, I was thinking splitting the larger subnet in half and using different pat-pools.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network OBJ-10.2.0.0-&lt;STRONG&gt;17&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;subnet 10.2.0.0 255.255.&lt;STRONG&gt;128&lt;/STRONG&gt;.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL-&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;object network OBJ-10.2.0.0-&lt;STRONG&gt;17&lt;/STRONG&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;subnet 10.2.&lt;STRONG&gt;128&lt;/STRONG&gt;.0 255.255.&lt;STRONG&gt;128&lt;/STRONG&gt;.0&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;&amp;nbsp;nat (inside,outside) source dynamic OBJ-PUBLIC-IP-POOL-&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 13:51:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018210#M1109141</guid>
      <dc:creator>Rob Ingram</dc:creator>
      <dc:date>2024-02-14T13:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018218#M1109142</link>
      <description>&lt;P&gt;First you can not use two different NAT for same source interface (&lt;STRONG&gt;and same subnet)&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;The asa not check first one and if it exhausts it check second one&lt;/P&gt;
&lt;P&gt;No the asa always check the first NAT&lt;/P&gt;
&lt;P&gt;To solve issue of you want to add more public IP to object you can use &lt;STRONG&gt;object&lt;/STRONG&gt;-&lt;STRONG&gt;group&lt;/STRONG&gt; &lt;STRONG&gt;network&lt;/STRONG&gt; have two object one for each pool abd use this object-network in only ONE NAT.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:09:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018218#M1109142</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-02-14T15:09:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018220#M1109143</link>
      <description>&lt;P&gt;For flat'&lt;/P&gt;
&lt;P&gt;If for example there are more than 1000 hosts connect to Inside and all hosts use same known l4 port then using non-flat&amp;nbsp; can exhaust NAT' so solution only for this case use flat NAT.&lt;/P&gt;
&lt;P&gt;I see note in cisco doc. Before I will share it here&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (107).png" style="width: 999px;"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/210261iFE5256A59767093A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (107).png" alt="Screenshot (107).png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:29:57 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018220#M1109143</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-02-14T14:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018226#M1109144</link>
      <description>&lt;P&gt;&lt;EM&gt;can someone confirm if below config is correct?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;The syntax is not correct, when you use the source keyword you need both the real and NATed objects defined in the NAT statement.&amp;nbsp; The way you have it configured now will place the statement into manual NAT / Section 1. Dynamic NAT/PAT statements should be placed in Auto NAT / Object NAT or after-auto NAT.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;object network OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;range 200.1.1.&lt;FONT color="#FF0000"&gt;1&lt;/FONT&gt;&amp;nbsp;200.1.1.&lt;FONT color="#FF0000"&gt;6&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;object network OBJ-10.0.0.16-29&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;subnet 10.0.0.16 255.255.255.&lt;FONT color="#FF0000"&gt;248&lt;/FONT&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;nat (inside,outside) after-auto source dynamic OBJ-10.0.0.16-29 OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;object network OBJ-10.2.0.0-16&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;subnet 10.&lt;FONT color="#FF0000"&gt;2&lt;/FONT&gt;.0.0&amp;nbsp;&lt;FONT color="#FF0000"&gt;255.255&lt;/FONT&gt;.0.0&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;nat (inside,outside) after-auto source dynamic OBJ-10.2.0.0-16 OBJ-PUBLIC-IP-POOL&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;do i need to add the "flat" keyword to "PAT" using 1024-65535 dynamic ephemeral ports or this is automatic?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;I have never had to use the "flat" keyword, and have had this setup in some large companies without any issues.&amp;nbsp; So, I would say you do not need it.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;will both private IP range "exhaust" all PAT ports on the first IP 200.1.1.1 before going to the next IP 200.1.1.2 and so on?&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;Unless you configure round-robin, all ports for the first public IP will be exhausted before moving on to the next IP in the range.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:21:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018226#M1109144</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-02-14T15:21:39Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018245#M1109146</link>
      <description>&lt;P&gt;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/1065752"&gt;@MHM Cisco World&lt;/a&gt;&amp;nbsp;The statement "&lt;SPAN&gt;First you can not use two different NAT for same source interface'" is not true for dynamic NAT, it is true for static though and even then it is limited to using the same translated IP and then even further using the same translated port number.&amp;nbsp; In this post we are talking about dynamic NAT which makes this irrelevant.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:50:12 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018245#M1109146</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-02-14T14:50:12Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018246#M1109147</link>
      <description>&lt;P&gt;What make ASA check second NAT if fisrt one is exhausting? Can you try it in lab or share doc.&lt;/P&gt;
&lt;P&gt;Thanks alot&amp;nbsp;&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 14:53:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018246#M1109147</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-02-14T14:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018258#M1109151</link>
      <description>&lt;P&gt;Split subnet can be solution for use two NAT but same subnet and same interface in two NAT using two pool as&amp;nbsp;&amp;nbsp;&lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt;&amp;nbsp;shared I DONT think it work.&lt;/P&gt;
&lt;P&gt;MHM&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:05:58 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018258#M1109151</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-02-14T15:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018259#M1109152</link>
      <description>&lt;P&gt;you dont need doc for this one...it is the source IP.&amp;nbsp; first NAT is defined for source 10.0.0.0/16 while the second NAT is defined for 10.2.0.0/16.&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:05:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018259#M1109152</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-02-14T15:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018262#M1109153</link>
      <description>&lt;P&gt;Yes friend but &lt;a href="https://community.cisco.com/t5/user/viewprofilepage/user-id/326072"&gt;@johnlloyd_13&lt;/a&gt;&amp;nbsp;use same subnet&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;subnet 10.2.0.0 255.255.0.0&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;That why I reply he can not do that.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Thanks&amp;nbsp;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;MHM&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:08:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018262#M1109153</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2024-02-14T15:08:24Z</dc:date>
    </item>
    <item>
      <title>Re: Cisco ASA NAT Pool/PAT</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018280#M1109155</link>
      <description>&lt;P&gt;Maybe I am not following what you are trying to point out.&amp;nbsp; Looking at the original post I see two different subnets, 10.0.0.16/29 and 10.2.0.0/16.&amp;nbsp; Using these two as source to NAT to same NAT/PAT pool is possible.&amp;nbsp; The only thing that was wrong in his post was the syntax of the NAT statement (depending on how the NAT statements are to be placed)&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 15:19:09 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-nat-pool-pat/m-p/5018280#M1109155</guid>
      <dc:creator>Marius Gunnerud</dc:creator>
      <dc:date>2024-02-14T15:19:09Z</dc:date>
    </item>
  </channel>
</rss>

