<?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: Exos server load balancing in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55498#M16020</link>
    <description>Can you show example, please?</description>
    <pubDate>Thu, 05 Jun 2014 15:31:00 GMT</pubDate>
    <dc:creator>Semyon_R</dc:creator>
    <dc:date>2014-06-05T15:31:00Z</dc:date>
    <item>
      <title>Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55492#M16014</link>
      <description>How can I balance traffic between some http servers using extreme networks switches? &lt;BR /&gt;
We use cisco IP SLA with static routes now, but I found no solutions with extreme networks switches. Does anyone know if there is "Server Load Balancing" functionality in ExOS?</description>
      <pubDate>Fri, 30 May 2014 19:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55492#M16014</guid>
      <dc:creator>Semyon_R</dc:creator>
      <dc:date>2014-05-30T19:27:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55493#M16015</link>
      <description>Can you show us some example of IP SLA which used by Cisco ? I may give you similar solution in EXOS.&lt;BR /&gt;</description>
      <pubDate>Fri, 30 May 2014 20:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55493#M16015</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-30T20:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55494#M16016</link>
      <description>My example with HTTP servers:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;track 1 ip sla 1 reachability&lt;BR /&gt;
!&lt;BR /&gt;
track 2 ip sla 2 reachability&lt;BR /&gt;
!&lt;BR /&gt;
track 3 ip sla 3 reachability&lt;BR /&gt;
!&lt;BR /&gt;
ip sla 1 tcp-connect 192.168.2.71 9090 control disable&lt;BR /&gt;
 timeout 1000&lt;BR /&gt;
 threshold 1000&lt;BR /&gt;
 frequency 1&lt;BR /&gt;
ip sla schedule 1 life forever start-time now&lt;BR /&gt;
ip sla 2 tcp-connect 192.168.2.72 9090 control disable&lt;BR /&gt;
 timeout 1000&lt;BR /&gt;
 threshold 1000&lt;BR /&gt;
 frequency 1&lt;BR /&gt;
ip sla schedule 2 life forever start-time now&lt;BR /&gt;
ip sla 3&lt;BR /&gt;
 tcp-connect 192.168.2.73 9090 control disable&lt;BR /&gt;
 timeout 1000&lt;BR /&gt;
 threshold 1000&lt;BR /&gt;
 frequency 1&lt;BR /&gt;
ip sla schedule 3 life forever start-time now&lt;BR /&gt;
!&lt;BR /&gt;
ip route 10.10.10.1 255.255.255.255 192.168.2.71 track 1&lt;BR /&gt;
ip route 10.10.10.1 255.255.255.255 192.168.2.72 track 2&lt;BR /&gt;
ip route 10.10.10.1 255.255.255.255 192.168.2.73 track 3&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
In this example IP SLA checks 9090 TCP ports of HTTP servers 192.168.2.71, 192.168.2.72, 192.168.2.73&lt;BR /&gt;
If one of them goes down, specific static route will be switched off.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;#sh ip route 10.10.10.1       &lt;BR /&gt;
Routing entry for 10.10.10.1/32&lt;BR /&gt;
  Known via "static", distance 1, metric 0&lt;BR /&gt;
  Routing Descriptor Blocks:&lt;BR /&gt;
  * 192.168.2.73&lt;BR /&gt;
      Route metric is 0, traffic share count is 1&lt;BR /&gt;
    192.168.2.72&lt;BR /&gt;
      Route metric is 0, traffic share count is 1&lt;BR /&gt;
    192.168.2.71&lt;BR /&gt;
      Route metric is 0, traffic share count is 1&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jun 2014 12:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55494#M16016</guid>
      <dc:creator>Semyon_R</dc:creator>
      <dc:date>2014-06-02T12:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55495#M16017</link>
      <description>You have configured the control disabled in IP SLA which means,&lt;BR /&gt;
&lt;BR /&gt;
This requires that IP SLA responder has been configured on the other side. By default IP SLA uses control protocol to setup the connection and the responder adds timestamps etc for increase accuracy of IP SLA. If the other side is not a responder then the router will try to resend control packets and will eventually fail. &lt;BR /&gt;
&lt;BR /&gt;
You should disable control packets whenever the other side is not a responder, so if you were running TCP connect to a real web server you would have to disable it because it would not be running as a responder. Your TCP succeeds because the port is open but in your case it is the control packets failing.&lt;BR /&gt;
&lt;BR /&gt;
You are checking the reachability of the three server using the IP SLA TCP-connect protocol. If server is rechable then the static route is being installed in routing table. Please correct me if I am wrongly understand your requirement here.&lt;BR /&gt;
&lt;BR /&gt;
In Extreme, we can NOT check the reachability of device using the TCP-connect feature where we can established the TCP session. However, we can check the reachability using the PING and ARP to make the determination. This is nothing but a way of health checking. &lt;BR /&gt;
&lt;BR /&gt;
You can refer EXOS 15.4 concept guide and look for flow-redirect feature which is present on page # 731.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 03 Jun 2014 20:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55495#M16017</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-06-03T20:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55496#M16018</link>
      <description>Sumit Tokle, thanks for reply!&lt;BR /&gt;
The "control disable" means that cisco doesn't use IP SLA control protocol requests and checks TCP port, if port is open then the static route will be installed in routing table.&lt;BR /&gt;
In IP SLA the "control" feature is enabled by default and it required on other side IP SLA responder which response on control protocol messages, it can be only cisco IOS devices.&lt;BR /&gt;
&lt;BR /&gt;
I read about "Layer 2 Policy-Based Redirect" it is different functionality.&lt;BR /&gt;
I know that EXOS can run scripts, is it possible to make script with similar solution? &lt;BR /&gt;</description>
      <pubDate>Wed, 04 Jun 2014 14:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55496#M16018</guid>
      <dc:creator>Semyon_R</dc:creator>
      <dc:date>2014-06-04T14:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55497#M16019</link>
      <description>Yes, you can create the script for the same.</description>
      <pubDate>Thu, 05 Jun 2014 00:00:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55497#M16019</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-06-05T00:00:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55498#M16020</link>
      <description>Can you show example, please?</description>
      <pubDate>Thu, 05 Jun 2014 15:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55498#M16020</guid>
      <dc:creator>Semyon_R</dc:creator>
      <dc:date>2014-06-05T15:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55499#M16021</link>
      <description>Let me see if I have any.</description>
      <pubDate>Thu, 05 Jun 2014 19:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55499#M16021</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-06-05T19:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55500#M16022</link>
      <description>Have anyone received an example of these probes? We´ve been searching for a solution similar to ip-sla on EXOS but could not find it so far.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 07 Nov 2014 22:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55500#M16022</guid>
      <dc:creator>Brunno</dc:creator>
      <dc:date>2014-11-07T22:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: Exos server load balancing</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55501#M16023</link>
      <description>Hello Brunno,&lt;BR /&gt;
Exos doesnt have server load balancing feature.&lt;BR /&gt;
Extremeware products had those feature If I correctly remember.&lt;BR /&gt;
S and K series support [legacy enterasys] support SLB.&lt;BR /&gt;
&lt;BR /&gt;
I would recommend you to contact TAC.&lt;BR /&gt;
They can help you if SLB in EXOS can be achieved using scripts.&lt;BR /&gt;
Exos is rich with scripting features.</description>
      <pubDate>Tue, 11 Nov 2014 16:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-server-load-balancing/m-p/55501#M16023</guid>
      <dc:creator>PARTHIBAN_CHINN</dc:creator>
      <dc:date>2014-11-11T16:48:00Z</dc:date>
    </item>
  </channel>
</rss>

