<?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: Flow redirecto two gateways to internet in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35741#M7259</link>
    <description>Floating static routes:&lt;BR /&gt;
&lt;BR /&gt;
Configure two static routes. First one pointed to ISP A and the second one to ISP B with different metric value.&lt;BR /&gt;
&lt;BR /&gt;
However, flow-redirect solution would be the best solution.</description>
    <pubDate>Mon, 14 Apr 2014 05:57:00 GMT</pubDate>
    <dc:creator>Sumit_Tokle</dc:creator>
    <dc:date>2014-04-14T05:57:00Z</dc:date>
    <item>
      <title>Flow redirecto two gateways to internet</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35739#M7257</link>
      <description>hi, my name is mario i have a question, i have two gateway for internet service i need redundancy, if one gatway is  down,  all trafic is send to next gateway, please help me. &lt;BR /&gt;
regards.&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2014 03:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35739#M7257</guid>
      <dc:creator>Mario_Martinez1</dc:creator>
      <dc:date>2014-04-14T03:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: Flow redirecto two gateways to internet</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35740#M7258</link>
      <description>Traffic from the Source IP = 211.10.15.0/24, 211.10.16.0/24 network blocks should be redirected into tworouters: 192.168.2.2 and 192.168.2.3. The 192.168.2.2 router is preferred to 192.168.2.3. If router 192.168.2.2 is not reachable, 192.168.2.3 should be used. If both routers are not reachable, the default route is used.&lt;BR /&gt;
&lt;BR /&gt;
1) Create a flow-redirect to keep next-hop IP address and health check information.&lt;BR /&gt;
create flow-redirect premium_subscriber&lt;BR /&gt;
config flow-redirect premium_subscriber add next-hop 192.168.2.2&lt;BR /&gt;
priority 200&lt;BR /&gt;
config flow-redirect premium_subscriber add next-hop 192.168.2.3&lt;BR /&gt;
priority 100&lt;BR /&gt;
&lt;BR /&gt;
2) Add an ACL entry with a flow-redirect name action to the existing ACL policy&lt;BR /&gt;
(For example: premium_user.pol).&lt;BR /&gt;
entry premium_15 {&lt;BR /&gt;
if match {&lt;BR /&gt;
source-address 211.10.15.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
redirect-name premium_subscriber;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry premium_16 {&lt;BR /&gt;
if match {&lt;BR /&gt;
source-address 211.10.16.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
permit;&lt;BR /&gt;
redirect-name premium_subscriber;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
3) Apply the modified ACL policy file or dynamic ACL into a port, VLAN, or VLAN and Port.&lt;BR /&gt;
&lt;BR /&gt;
(For example: user1 VLAN: 192.168.1.0/30, user2 VLAN: 192.168.1.4/30.)config access-list premium_user vlan user1 ingress&lt;BR /&gt;
config access-list premium_user vlan user2 ingress&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 14 Apr 2014 05:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35740#M7258</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-14T05:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Flow redirecto two gateways to internet</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35741#M7259</link>
      <description>Floating static routes:&lt;BR /&gt;
&lt;BR /&gt;
Configure two static routes. First one pointed to ISP A and the second one to ISP B with different metric value.&lt;BR /&gt;
&lt;BR /&gt;
However, flow-redirect solution would be the best solution.</description>
      <pubDate>Mon, 14 Apr 2014 05:57:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35741#M7259</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-04-14T05:57:00Z</dc:date>
    </item>
    <item>
      <title>RE: Flow redirecto two gateways to internet</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35742#M7260</link>
      <description>Mario, did Sumit answer your question?</description>
      <pubDate>Tue, 15 Apr 2014 01:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/flow-redirecto-two-gateways-to-internet/m-p/35742#M7260</guid>
      <dc:creator>Tamera_Rousseau</dc:creator>
      <dc:date>2014-04-15T01:55:00Z</dc:date>
    </item>
  </channel>
</rss>

