<?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: SLB EXOS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36075#M7402</link>
    <description>But with LSNAT i need only 1 IP, and all devices have the ip with authenticator, then the switch redirectly to devices according with algorithm chosen...</description>
    <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
    <dc:creator>Luis_Mendes</dc:creator>
    <dc:date>2016-08-04T14:49:00Z</dc:date>
    <item>
      <title>SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36064#M7391</link>
      <description>How its possible create a SLB (ldap) with EXOS(X8) like LSNAT on Enterasys ??</description>
      <pubDate>Wed, 03 Aug 2016 22:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36064#M7391</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-03T22:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36065#M7392</link>
      <description>Hi Luis, currently this feature is only supported on EOS for specific HW.&lt;BR /&gt;
&lt;BR /&gt;
I don't see any roadmap for that in EXOS.</description>
      <pubDate>Wed, 03 Aug 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36065#M7392</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-03T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36066#M7393</link>
      <description>have other ways, like script for this?</description>
      <pubDate>Wed, 03 Aug 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36066#M7393</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-03T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36067#M7394</link>
      <description>Could you please describe what would you like to accomplish?</description>
      <pubDate>Wed, 03 Aug 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36067#M7394</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-08-03T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36068#M7395</link>
      <description>The service is ldap..tcp/389 . the customer have many servers with this service...</description>
      <pubDate>Wed, 03 Aug 2016 22:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36068#M7395</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-03T22:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36069#M7396</link>
      <description>If you could change the SLB config on the servers to an NLB (Network Load Balancing) if using microsoft we could use an NLB kind of solution.</description>
      <pubDate>Thu, 04 Aug 2016 11:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36069#M7396</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2016-08-04T11:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36070#M7397</link>
      <description>Depending on your topology, you can have a look at the Health Check Link Aggregation feature (p.271 of 16.1 User Guide). I never really used it, but that might help you.&lt;BR /&gt;
&lt;BR /&gt;
Another approach could be via ACL. You can create a "sort of" SLB if the servers' IP can be masked correctly. Here's an example of such ACL (you would have several rules like that):&lt;BR /&gt;
&lt;BR /&gt;
entry r11 {&lt;BR /&gt;
    if {&lt;BR /&gt;
        source-address 0.0.0.0 mask 0.0.0.7;&lt;BR /&gt;
    } then {&lt;BR /&gt;
        redirect-port-list 1:1;&lt;BR /&gt;
    }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry r12 {&lt;BR /&gt;
    if {&lt;BR /&gt;
        source-address 0.0.0.1 mask 0.0.0.7;&lt;BR /&gt;
    } then {&lt;BR /&gt;
        redirect-port-list 1:2;&lt;BR /&gt;
    }&lt;BR /&gt;
}</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36070#M7397</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36071#M7398</link>
      <description>On this acl the problem is if the server down...</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36071#M7398</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36072#M7399</link>
      <description>yes, that needs to be handled.&lt;BR /&gt;
Another way to do it is to use a script/app with UPM that would check the availability of the servers on a regular basis and apply dynamic ACLs accordingly.&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36072#M7399</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36073#M7400</link>
      <description>Example?</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36073#M7400</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36074#M7401</link>
      <description>Or a write up would be great.  The more gtac knowledge articles the better! ﻿</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36074#M7401</guid>
      <dc:creator>Jeremy_Gibbs</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36075#M7402</link>
      <description>But with LSNAT i need only 1 IP, and all devices have the ip with authenticator, then the switch redirectly to devices according with algorithm chosen...</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36075#M7402</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36076#M7403</link>
      <description>there any example???</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36076#M7403</guid>
      <dc:creator>Luis_Mendes</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
    <item>
      <title>RE: SLB EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36077#M7404</link>
      <description>&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Extreme-switches-to-handle-Microsoft-Network-Load-Balance-MS-NLB-traffic-and-route-it-properly-via-static-ARP-static-multicast-FDB-and-Policy-Based-Routing-PBR" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-configure-Extreme-switches-to-handl...&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 04 Aug 2016 14:49:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/slb-exos/m-p/36077#M7404</guid>
      <dc:creator>OscarK</dc:creator>
      <dc:date>2016-08-04T14:49:00Z</dc:date>
    </item>
  </channel>
</rss>

