<?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: Change next hop based on source IP in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57515#M17046</link>
    <description>Create Date: Jul 12 2012 12:56PM&lt;BR /&gt;
&lt;BR /&gt;
Looking at the concepts guide under layer 3 policy I see:&lt;BR /&gt;
&lt;BR /&gt;
entry redirect_port_81 {&lt;BR /&gt;
&lt;BR /&gt;
if {&lt;BR /&gt;
&lt;BR /&gt;
protocol tcp;&lt;BR /&gt;
&lt;BR /&gt;
destination-port 81;&lt;BR /&gt;
&lt;BR /&gt;
} then {&lt;BR /&gt;
&lt;BR /&gt;
redirect 3.3.3.2;&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
How would I create and apply a policy that would redirect traffic from  1.1.1.1 (which is on remote subnet) and send its internet traffic to 2.2.2.2 (internet gateway 2). &lt;BR /&gt;
&lt;BR /&gt;
both 1.1.1.1  and 2.2.2.2 is reachable by the switch.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
  (from David_Kordyban)</description>
    <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
    <dc:creator>EtherNation_Use</dc:creator>
    <dc:date>2014-01-08T06:50:00Z</dc:date>
    <item>
      <title>Change next hop based on source IP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57513#M17044</link>
      <description>Create Date: Jul 11 2012  1:27PM&lt;BR /&gt;
&lt;BR /&gt;
I have 2 gateways to internet at the core. Right now all host go to default gateway. How would one send 1 particular host to the other gateway?Thanks  (from David_Kordyban)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57513#M17044</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Change next hop based on source IP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57514#M17045</link>
      <description>Create Date: Jul 11 2012 11:38PM&lt;BR /&gt;
&lt;BR /&gt;
Hi dkordyban, &lt;BR /&gt;
concept guide says: &lt;BR /&gt;
----------------------- &lt;BR /&gt;
1 Create a flow-redirect to keep nexthop IP address and health check information. &lt;BR /&gt;
&lt;BR /&gt;
create flow-redirect premium_subscriber &lt;BR /&gt;
 config flow-redirect premium_subscriber add nexthop 192.168.2.2 priority 200 &lt;BR /&gt;
config flow-redirect premium_subscriber add nexthop 192.168.2.3 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;
&lt;BR /&gt;
entry premium_15 {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;
 entry premium_16 {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;
3 Apply the modified ACL policy file or dynamic ACL into a port, VLAN, or VLAN and Port.&lt;BR /&gt;
 (Forexample: user1 VLAN: 192.168.1.0/30, user2 VLAN: 192.168.1.4/30)&lt;BR /&gt;
&lt;BR /&gt;
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;
------------------------------&lt;BR /&gt;
&lt;BR /&gt;
 Maybe that will help you&lt;BR /&gt;
--&lt;BR /&gt;
Jarek  (from Jaroslaw_Kasjaniuk)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57514#M17045</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Change next hop based on source IP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57515#M17046</link>
      <description>Create Date: Jul 12 2012 12:56PM&lt;BR /&gt;
&lt;BR /&gt;
Looking at the concepts guide under layer 3 policy I see:&lt;BR /&gt;
&lt;BR /&gt;
entry redirect_port_81 {&lt;BR /&gt;
&lt;BR /&gt;
if {&lt;BR /&gt;
&lt;BR /&gt;
protocol tcp;&lt;BR /&gt;
&lt;BR /&gt;
destination-port 81;&lt;BR /&gt;
&lt;BR /&gt;
} then {&lt;BR /&gt;
&lt;BR /&gt;
redirect 3.3.3.2;&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
How would I create and apply a policy that would redirect traffic from  1.1.1.1 (which is on remote subnet) and send its internet traffic to 2.2.2.2 (internet gateway 2). &lt;BR /&gt;
&lt;BR /&gt;
both 1.1.1.1  and 2.2.2.2 is reachable by the switch.&lt;BR /&gt;
&lt;BR /&gt;
Thanks&lt;BR /&gt;
&lt;BR /&gt;
  (from David_Kordyban)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57515#M17046</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
    <item>
      <title>RE: Change next hop based on source IP</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57516#M17047</link>
      <description>Create Date: Jul 12 2012  2:03PM&lt;BR /&gt;
&lt;BR /&gt;
Please read section -&amp;gt; Policy-Based Redirection Redundancy &lt;BR /&gt;
 &lt;BR /&gt;
--&lt;BR /&gt;
 Jarek  (from Jaroslaw_Kasjaniuk)</description>
      <pubDate>Wed, 08 Jan 2014 06:50:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/change-next-hop-based-on-source-ip/m-p/57516#M17047</guid>
      <dc:creator>EtherNation_Use</dc:creator>
      <dc:date>2014-01-08T06:50:00Z</dc:date>
    </item>
  </channel>
</rss>

