<?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 VSP-8404 - Redirect IP's with ACL's in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-8404-redirect-ip-s-with-acl-s/m-p/70401#M924</link>
    <description>Hey Everyone,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create an inPort ACL on our VSP-8404 to send traffic destined to the internet... hit a different firewall instead of the one setup as the default route.&lt;BR /&gt;
&lt;BR /&gt;
This is what I have:&lt;BR /&gt;
&lt;BR /&gt;
filter acl 120 type inPort name "Redirect"&lt;BR /&gt;
filter acl port 120 1/15&lt;BR /&gt;
filter acl ace 120 100 name "Redirect to Firewall"&lt;BR /&gt;
filter acl ace action 120 100 permit redirect-next-hop 1.1.1.1&lt;BR /&gt;
filter acl ace ethernet 120 100 ether-type eq ip&lt;BR /&gt;
filter acl ace ip 120 100 src-ip mask 0.0.0.0 255.255.255.255&lt;BR /&gt;
filter acl ace ip 120 100 dst-ip mask 0.0.0.0 255.255.255.255&lt;BR /&gt;
filter acl ace 120 100 enable&lt;BR /&gt;
&lt;BR /&gt;
When I do a trace route on a device directly connected to Port 15 - 1.1.1.1 is not the next hop. The default route for the router is.&lt;BR /&gt;
&lt;BR /&gt;
Any help would greatly be appreciated.</description>
    <pubDate>Wed, 04 Sep 2019 01:41:13 GMT</pubDate>
    <dc:creator>aksidents</dc:creator>
    <dc:date>2019-09-04T01:41:13Z</dc:date>
    <item>
      <title>VSP-8404 - Redirect IP's with ACL's</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-8404-redirect-ip-s-with-acl-s/m-p/70401#M924</link>
      <description>Hey Everyone,&lt;BR /&gt;
&lt;BR /&gt;
I am trying to create an inPort ACL on our VSP-8404 to send traffic destined to the internet... hit a different firewall instead of the one setup as the default route.&lt;BR /&gt;
&lt;BR /&gt;
This is what I have:&lt;BR /&gt;
&lt;BR /&gt;
filter acl 120 type inPort name "Redirect"&lt;BR /&gt;
filter acl port 120 1/15&lt;BR /&gt;
filter acl ace 120 100 name "Redirect to Firewall"&lt;BR /&gt;
filter acl ace action 120 100 permit redirect-next-hop 1.1.1.1&lt;BR /&gt;
filter acl ace ethernet 120 100 ether-type eq ip&lt;BR /&gt;
filter acl ace ip 120 100 src-ip mask 0.0.0.0 255.255.255.255&lt;BR /&gt;
filter acl ace ip 120 100 dst-ip mask 0.0.0.0 255.255.255.255&lt;BR /&gt;
filter acl ace 120 100 enable&lt;BR /&gt;
&lt;BR /&gt;
When I do a trace route on a device directly connected to Port 15 - 1.1.1.1 is not the next hop. The default route for the router is.&lt;BR /&gt;
&lt;BR /&gt;
Any help would greatly be appreciated.</description>
      <pubDate>Wed, 04 Sep 2019 01:41:13 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-8404-redirect-ip-s-with-acl-s/m-p/70401#M924</guid>
      <dc:creator>aksidents</dc:creator>
      <dc:date>2019-09-04T01:41:13Z</dc:date>
    </item>
    <item>
      <title>Re: VSP-8404 - Redirect IP's with ACL's</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-8404-redirect-ip-s-with-acl-s/m-p/70402#M925</link>
      <description>Please see below for how to configure PBR on VSP. &lt;BR /&gt;
Same configuration should be applied on VSP8400. &lt;BR /&gt;
You may apply filter on port or VLAN basis and you don't need to configure src-ip or dst-ip when you want to use any IP address as dip or sip. Also, check if destination routing entry is existed on routing table. &lt;BR /&gt;
You can check the filter statistics on VSP yo see if the packet hits the filter.&lt;BR /&gt;
&lt;BR /&gt;
1.GRT: ACL redirect-next-hop&lt;BR /&gt;
&lt;BR /&gt;
•configuration&lt;BR /&gt;
filter acl 1 type inVlan&lt;BR /&gt;
filter acl vlan 1 11&lt;BR /&gt;
filter acl ace 1 1&lt;BR /&gt;
filter acl ace action 1 1 permit redirect-next-hop 10.0.49.99&lt;BR /&gt;
filter acl ace action 1 1 permit unreachable permit&lt;BR /&gt;
filter acl ace action 1 1 permit count&lt;BR /&gt;
filter acl ace ethernet 1 1 ether-type eq ip&lt;BR /&gt;
filter acl ace ip 1 1 dst-ip mask 10.0.0.86 0.0.0.0&lt;BR /&gt;
filter acl ace 1 1 enable&lt;BR /&gt;
&lt;BR /&gt;
•Checking filter statistics&lt;BR /&gt;
VSP4000-B:1#% show filter acl statistics 1 1&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
                            Acl Ace Statistics Table&lt;BR /&gt;
====================================================================================================&lt;BR /&gt;
Acl Id Acl Name   Acl Type Ace Id Packets   Bytes&lt;BR /&gt;
----------------------------------------------------------------------------------------------------&lt;BR /&gt;
1      ACL-1      inVlan   1      155       17050&lt;BR /&gt;
&lt;BR /&gt;
•Checking traceroute on test PC&lt;BR /&gt;
&lt;BR /&gt;
PS C:\Users\Administrator&amp;gt; tracert -d 10.0.0.86&lt;BR /&gt;
Tracing route to 10.0.0.86 over a maximum of 30 hops&lt;BR /&gt;
 1   &amp;lt;1 ms   &amp;lt;1 ms   &amp;lt;1 ms 10.0.49.99&lt;BR /&gt;
 2   &amp;lt;1 ms   &amp;lt;1 ms   &amp;lt;1 ms 10.0.49.99&lt;BR /&gt;
 3    1 ms    1 ms    1 ms 10.0.49.40&lt;BR /&gt;
 4   &amp;lt;1 ms   &amp;lt;1 ms   &amp;lt;1 ms 10.0.0.86&lt;BR /&gt;
Trace complete.</description>
      <pubDate>Thu, 19 Sep 2019 13:39:56 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/vsp-8404-redirect-ip-s-with-acl-s/m-p/70402#M925</guid>
      <dc:creator>Jongseok_Won</dc:creator>
      <dc:date>2019-09-19T13:39:56Z</dc:date>
    </item>
  </channel>
</rss>

