<?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: Maximum number of NAT pool entries EXOS X590 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66303#M18348</link>
    <description>&lt;P&gt;&lt;USER-MENTION data-id="9898672"&gt;@Stefan K.&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a million for the response.&lt;/P&gt;</description>
    <pubDate>Thu, 02 Sep 2021 15:34:37 GMT</pubDate>
    <dc:creator>kweheria</dc:creator>
    <dc:date>2021-09-02T15:34:37Z</dc:date>
    <item>
      <title>Maximum number of NAT pool entries EXOS X590</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66299#M18344</link>
      <description>&lt;P&gt;What is the Maximum number of NAT pool entries that can be configured on an Extreme Networks EXOS X590 series switch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The SSA series has a limitation of 10 pools.&lt;BR /&gt;Global Bindings: 65536&lt;BR /&gt;IP Addresses: 2000&lt;BR /&gt;Pools: 10&lt;BR /&gt;Port Mapped Addresses: 20&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:19:14 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66299#M18344</guid>
      <dc:creator>kweheria</dc:creator>
      <dc:date>2021-09-02T14:19:14Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of NAT pool entries EXOS X590</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66300#M18345</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;for NAT you need at least EXOS 31.2. Here is some information with some general limitations: &lt;A href="https://documentation.extremenetworks.com/release_notes/ExtremeXOS/31.2/GUID-B63C14FB-27E8-48E4-AF4C-DA0E20091AD0.shtml" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://documentation.extremenetworks.com/release_notes/ExtremeXOS/31.2/GUID-B63C14FB-27E8-48E4-AF4C-DA0E20091AD0.shtml&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And the limits are as follows:&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Network Address Translation (NAT) VLANs&lt;/STRONG&gt;—maximum number of NAT VLANs.&lt;/TD&gt;			&lt;TD&gt;ExtremeSwitching X465, X590, X690, X695, X870&lt;/TD&gt;			&lt;TD&gt;4&lt;/TD&gt;		&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;STRONG&gt;Network Address Translation (NAT) Sessions&lt;/STRONG&gt;—number of NAT sessions supported (non twice-NAT).&lt;/TD&gt;			&lt;TD&gt;ExtremeSwitching X465, X590, X690, X695, X870&lt;/TD&gt;			&lt;TD&gt;1,024&lt;/TD&gt;		&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;A href="https://documentation.extremenetworks.com/release_notes/ExtremeXOS/31.2/GUID-2DA73D0E-3C7C-411D-8B16-AD1E7CB16B4F.shtml" target="_blank" rel="noreferrer noopener nofollow ugc"&gt;https://documentation.extremenetworks.com/release_notes/ExtremeXOS/31.2/GUID-2DA73D0E-3C7C-411D-8B16-AD1E7CB16B4F.shtml&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 14:52:33 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66300#M18345</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-09-02T14:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of NAT pool entries EXOS X590</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66301#M18346</link>
      <description>&lt;P&gt;Thanks for your swift response.&lt;/P&gt;&lt;P&gt;Just for clarity, this means a maximum of 4 NAT VLANs - this is well understood.&lt;/P&gt;&lt;P&gt;Is the figure of 1024 sessions also equivalent to number of NAT rule entries?&lt;/P&gt;&lt;P&gt;My question is in reference to a scenario that has multiple rules that overload a whole /23 subnet to a single or 2 public IPs.&lt;/P&gt;&lt;P&gt;Can I get away with 1024 as the maximum number of rule entries?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is a sample config for clarification:-&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;enable ip nat&lt;BR /&gt;configure ip nat add vlan INTERNET-SERVICE direction both&amp;nbsp; &amp;nbsp;&lt;BR /&gt;configure ip nat rule SITE-01 source 10.0.0.0/23 new-source x.x.x.1/31 &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; =+64K sessions sessions per public IP&lt;BR /&gt;configure ip nat rule SITE-01 source 10.0.0.0/23 new-source x.x.x.2/31 &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; =Another +64K sessions per public IP&lt;BR /&gt;configure ip nat rule SITE-01 egress vlan INTERNET-SERVICE&lt;BR /&gt;enable ip nat rule SITE-01&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Warm regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:22:45 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66301#M18346</guid>
      <dc:creator>kweheria</dc:creator>
      <dc:date>2021-09-02T15:22:45Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of NAT pool entries EXOS X590</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66302#M18347</link>
      <description>&lt;P&gt;Tbh I don’t really now how Extreme defines “Session” If they mean the standard NAT-session then 1024 is not really that much since every internal host can have multiple parallel sessions at once.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:27:57 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66302#M18347</guid>
      <dc:creator>Stefan_K_</dc:creator>
      <dc:date>2021-09-02T15:27:57Z</dc:date>
    </item>
    <item>
      <title>Re: Maximum number of NAT pool entries EXOS X590</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66303#M18348</link>
      <description>&lt;P&gt;&lt;USER-MENTION data-id="9898672"&gt;@Stefan K.&lt;/USER-MENTION&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a million for the response.&lt;/P&gt;</description>
      <pubDate>Thu, 02 Sep 2021 15:34:37 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/maximum-number-of-nat-pool-entries-exos-x590/m-p/66303#M18348</guid>
      <dc:creator>kweheria</dc:creator>
      <dc:date>2021-09-02T15:34:37Z</dc:date>
    </item>
  </channel>
</rss>

