<?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: Why does flow-redirect not work? in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14530#M1934</link>
    <description>Hey Jarek.  Sorry it took me so long to get back to you, I had a Surface Pro mishap.  So... I'm trying to validate all of my configurations on the virtual appliance, running 15.3.1.4 System type is Summit-PC.  If I can ever get the flow-redirect successfully tested, I will be implementing it on an X460-48p running 15.3.3.5.  Everything seems to work in the virtual lab image, except the nexthop redirect.  I will look at the access-list info that Patrick guided me towards.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
&lt;BR /&gt;
Jeff&lt;BR /&gt;</description>
    <pubDate>Fri, 29 Jan 2016 05:30:00 GMT</pubDate>
    <dc:creator>Jeff_McLeod</dc:creator>
    <dc:date>2016-01-29T05:30:00Z</dc:date>
    <item>
      <title>Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14527#M1931</link>
      <description>configure&lt;BR /&gt;
snmp sysName "LAYER2-3_SWITCH"&lt;BR /&gt;
&lt;BR /&gt;
    configure  sys-recovery-level switch reset&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan default delete ports all&lt;BR /&gt;
&lt;BR /&gt;
    configure vr  VR-Default delete ports 1-5&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan default delete ports 1-5&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan "Default" qosprofile QP1&lt;BR /&gt;
&lt;BR /&gt;
    create vlan  "GW_primary"&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_primary tag 10&lt;BR /&gt;
&lt;BR /&gt;
    create vlan  "GW_secondary"&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_secondary tag 20&lt;BR /&gt;
&lt;BR /&gt;
    create vlan  "Network"&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan Network tag 30&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_primary add ports 1 untagged&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_secondary add ports 2 untagged&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan Network add ports 3 untagged&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_primary ipaddress 192.168.8.36 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
    enable  ipforwarding vlan GW_primary&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan GW_secondary ipaddress 192.168.11.254 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
    enable  ipforwarding vlan GW_secondary&lt;BR /&gt;
&lt;BR /&gt;
    configure  vlan Network ipaddress 10.0.0.1 255.255.255.0&lt;BR /&gt;
&lt;BR /&gt;
    enable  ipforwarding vlan Network&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    configure  iproute add 192.168.12.0 255.255.252.0 192.168.11.253&lt;BR /&gt;
&lt;BR /&gt;
    configure  ipforwarding originated-packets require-ipforwarding&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    create  flow-redirect primary_GW&lt;BR /&gt;
&lt;BR /&gt;
    configure  flow-redirect primary_GW add nexthop 192.168.8.12 priority 100&lt;BR /&gt;
&lt;BR /&gt;
    configure  flow-redirect primary_GW nexthop 192.168.8.12 ping health-check interval 60  miss 3&lt;BR /&gt;
&lt;BR /&gt;
    configure  access-list primary_GW vlan "Network" ingress&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    ACL Policy&lt;BR /&gt;
&lt;BR /&gt;
    entry  Network1 {&lt;BR /&gt;
&lt;BR /&gt;
    if match all  {&lt;BR /&gt;
&lt;BR /&gt;
            source-address 10.0.0.0/24;&lt;BR /&gt;
&lt;BR /&gt;
            destination-address 192.168.12.0/22;&lt;BR /&gt;
&lt;BR /&gt;
    } then {&lt;BR /&gt;
&lt;BR /&gt;
            permit;&lt;BR /&gt;
&lt;BR /&gt;
            redirect-name primary_GW;&lt;BR /&gt;
&lt;BR /&gt;
    }&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    LAYER2-3_SWITCH.116  # show iproute&lt;BR /&gt;
&lt;BR /&gt;
    Ori  Destination        Gateway         Mtr   Flags         VLAN       Duration&lt;BR /&gt;
&lt;BR /&gt;
    #d   10.0.0.0/24        10.0.0.1        1     U------um--f- Network     0d:1h:51m:5s&lt;BR /&gt;
&lt;BR /&gt;
    #d   192.168.8.0/24     192.168.8.36    1     U------um--f- GW_primary 0d:1h:52m:4s&lt;BR /&gt;
&lt;BR /&gt;
    #d   192.168.11.0/24    192.168.11.254  1     U------um--f- GW_secondary 0d:1h:51m:47s&lt;BR /&gt;
&lt;BR /&gt;
    #s   192.168.12.0/22    192.168.11.253  1     UG---S-um--f- GW_secondary 0d:0h:5m:45s&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    LAYER2-3_SWITCH.117  # show flow-redirect "primary_GW"&lt;BR /&gt;
&lt;BR /&gt;
    Name             : primary_GW            VR Name          : VR-Default&lt;BR /&gt;
&lt;BR /&gt;
    Inactive  Nexthops: Forward               Health  Check     : PING&lt;BR /&gt;
&lt;BR /&gt;
    Nexthop  Count    : 1&lt;BR /&gt;
&lt;BR /&gt;
    Active IP  Address : 192.168.8.12&lt;BR /&gt;
&lt;BR /&gt;
    Index    State       Priority  IP Address          Status Interval Miss&lt;BR /&gt;
&lt;BR /&gt;
    ======================================================================&lt;BR /&gt;
&lt;BR /&gt;
    0        Enabled    100        192.168.8.12        UP     60        3&lt;BR /&gt;
&lt;BR /&gt;
    TAKING THE WRONG PATH&lt;BR /&gt;
&lt;BR /&gt;
NET_PC&amp;gt; trace 192.168.12.1&lt;BR /&gt;
&lt;BR /&gt;
trace to 192.168.12.1, 8 hops max, press Ctrl+C to stop&lt;BR /&gt;
&lt;BR /&gt;
 1   10.0.0.1   0.307 ms  0.358 ms  0.311 ms&lt;BR /&gt;
&lt;BR /&gt;
 2   *192.168.11.253   9.823 ms (ICMP type:3, code:3, Destination port unreachable)&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
NET_PC&amp;gt; ping 192.168.12.1&lt;BR /&gt;
&lt;BR /&gt;
84 bytes from 192.168.12.1 icmp_seq=1 ttl=254 time=9.281 ms&lt;BR /&gt;
&lt;BR /&gt;
84 bytes from 192.168.12.1 icmp_seq=2 ttl=254 time=6.840 ms&lt;BR /&gt;
&lt;BR /&gt;
84 bytes from 192.168.12.1 icmp_seq=3 ttl=254 time=3.192 ms&lt;BR /&gt;
&lt;BR /&gt;
84 bytes from 192.168.12.1 icmp_seq=4 ttl=254 time=2.802 ms&lt;BR /&gt;
&lt;BR /&gt;
84 bytes from 192.168.12.1 icmp_seq=5 ttl=254 time=3.291 ms&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
If I remove the static route to the secondary gateway, it still doesn’t work.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
As long as I put a default or static route in, I can get to either of the gateways and the desired network behind them, but only one of them.&lt;BR /&gt;
&lt;BR /&gt;
    &lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="b26fc3e28c0a461e8e559d3437b25fb1_RackMultipart20160127-9295-expxl6-flow-redirect_inline.png"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5716iC730D5C1C4316FC0/image-size/large?v=v2&amp;amp;px=999" role="button" title="b26fc3e28c0a461e8e559d3437b25fb1_RackMultipart20160127-9295-expxl6-flow-redirect_inline.png" alt="b26fc3e28c0a461e8e559d3437b25fb1_RackMultipart20160127-9295-expxl6-flow-redirect_inline.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jan 2016 03:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14527#M1931</guid>
      <dc:creator>Jeff_McLeod</dc:creator>
      <dc:date>2016-01-28T03:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14528#M1932</link>
      <description>Hi Jeff,&lt;BR /&gt;
&lt;BR /&gt;
If you look at your other post I believe I answered your question. Please let me know if you have any questions.</description>
      <pubDate>Thu, 28 Jan 2016 03:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14528#M1932</guid>
      <dc:creator>Patrick_Voss</dc:creator>
      <dc:date>2016-01-28T03:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14529#M1933</link>
      <description>Jeff,&lt;BR /&gt;
&lt;BR /&gt;
what switch (model) and EXOS you have ? I have done this now on my summit 250e and all is working well.&lt;BR /&gt;
&lt;BR /&gt;
--&lt;BR /&gt;
Jarek</description>
      <pubDate>Fri, 29 Jan 2016 05:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14529#M1933</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-29T05:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14530#M1934</link>
      <description>Hey Jarek.  Sorry it took me so long to get back to you, I had a Surface Pro mishap.  So... I'm trying to validate all of my configurations on the virtual appliance, running 15.3.1.4 System type is Summit-PC.  If I can ever get the flow-redirect successfully tested, I will be implementing it on an X460-48p running 15.3.3.5.  Everything seems to work in the virtual lab image, except the nexthop redirect.  I will look at the access-list info that Patrick guided me towards.&lt;BR /&gt;
&lt;BR /&gt;
Thanks again,&lt;BR /&gt;
&lt;BR /&gt;
Jeff&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Jan 2016 05:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14530#M1934</guid>
      <dc:creator>Jeff_McLeod</dc:creator>
      <dc:date>2016-01-29T05:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14531#M1935</link>
      <description>I have done last test on x250e and I think there was xos 15.3.3.5 installed, but I have also  x670 with 15.6.3 p1-8 and flow redirect  is working ok.  -- Jarek</description>
      <pubDate>Fri, 29 Jan 2016 05:30:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14531#M1935</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-29T05:30:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14532#M1936</link>
      <description>Haha!  Hey Jarek.  It looks like it was the EXOS image I was using in my virtual environment.  I loaded a 15.7.x.x image and everything worked.  Weird thing is; the echos respond with type 3 unreachable, but it gives me a round trip response time. Is this correct?  Is this the way it should work?&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jan 2016 05:10:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14532#M1936</guid>
      <dc:creator>Jeff_McLeod</dc:creator>
      <dc:date>2016-01-30T05:10:00Z</dc:date>
    </item>
    <item>
      <title>RE: Why does flow-redirect not work?</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14533#M1937</link>
      <description>I don't like tests on vr environment . &lt;BR /&gt;
 I prefer test with real hardware. I know that sometimes it is a problem, but vr are good for simple things that don't require hardware.  About the "echo and roundtrip time" in VR... I think we should ask guys from Extreme   -- &lt;BR /&gt;
 Jarek</description>
      <pubDate>Sun, 31 Jan 2016 00:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/why-does-flow-redirect-not-work/m-p/14533#M1937</guid>
      <dc:creator>Jarek</dc:creator>
      <dc:date>2016-01-31T00:09:00Z</dc:date>
    </item>
  </channel>
</rss>

