<?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: Question About Filter Redirect-Next-Hop Routed-Only Option In 8.4 in ExtremeSwitching (VSP/Fabric Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79268#M1223</link>
    <description>Thank you for confirming this Ludovico. As always, you are a wealth of knowledge and an asset to this community.</description>
    <pubDate>Thu, 03 Mar 2022 16:41:49 GMT</pubDate>
    <dc:creator>jnowakowski</dc:creator>
    <dc:date>2022-03-03T16:41:49Z</dc:date>
    <item>
      <title>Question About Filter Redirect-Next-Hop Routed-Only Option In 8.4</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79266#M1221</link>
      <description>We are implementing a dedicated VRF to communicate to our firewall. The goal is that any routed traffic coming into the VRF gets redirected to the firewall. Simple enough with Ludovico's standard template.&lt;BR /&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;filter acl ace          1 1 name "No-PBR-for-IPMC" 
filter acl ace action   1 1 permit count
filter acl ace ethernet 1 1 ether-type eq ip
filter acl ace ip       1 1 dst-ip mask 224.0.0.0 31.255.255.255
filter acl ace          1 1 enable

filter acl ace          1 999 name "Rest-force-PBR-to-FW"
filter acl ace action   1 999 permit redirect-next-hop 172.16.0.250 vrf red unreachable deny count
filter acl ace ethernet 1 999 ether-type eq ip
filter acl ace          1 999 enable​&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;However, I'm running 8.4.1 and up on my VSP's and I'm wondering if this will work instead with the new routed-only option? Is ace 1 still needed? I'm primarily concerned about VRRP and other IP multicast applications.&lt;/P&gt;
&lt;PRE class="language-markup"&gt;&lt;CODE&gt;filter acl ace          1 999 name "Rest-force-PBR-to-FW"
filter acl ace action   1 999 permit redirect-next-hop 172.16.0.250 vrf red unreachable deny count
filter acl ace ethernet 1 999 ether-type eq ip
filter acl ace ip       1 999 routed-only
filter acl ace          1 999 enable&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 02 Mar 2022 18:21:23 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79266#M1221</guid>
      <dc:creator>jnowakowski</dc:creator>
      <dc:date>2022-03-02T18:21:23Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Filter Redirect-Next-Hop Routed-Only Option In 8.4</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79267#M1222</link>
      <description>Yes, the routed-only ACE match criteria was added in VOSS 8.4.0.0 and the recommendation is that it must always be used one ACEs using the redirect-next-hop action. Because redirect-next-hop is an action that should only apply to traffic which would otherwise be IP routed in the IP routing table.&lt;BR /&gt;Unfortunately ACLs can be blunt instruments, and the redirect-next-hop will actually re-direct even packets which are not IP routed (e.g. VRRP Hellos) which can have unpleasant consequences when you have two VSPs doing the same.&lt;BR /&gt;Hence the ACE 1 in the original template above to prevent anything with an IP Multicast address being redirected by the redirect-next-hop action in ACE 999.&lt;BR /&gt;So yes, going forward the new template is what you have come to, with routed-only match on ACE 999 and no need for ACE 1 anymore.</description>
      <pubDate>Thu, 03 Mar 2022 10:57:05 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79267#M1222</guid>
      <dc:creator>Ludovico_Steven</dc:creator>
      <dc:date>2022-03-03T10:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: Question About Filter Redirect-Next-Hop Routed-Only Option In 8.4</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79268#M1223</link>
      <description>Thank you for confirming this Ludovico. As always, you are a wealth of knowledge and an asset to this community.</description>
      <pubDate>Thu, 03 Mar 2022 16:41:49 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-vsp-fabric/question-about-filter-redirect-next-hop-routed-only-option-in-8/m-p/79268#M1223</guid>
      <dc:creator>jnowakowski</dc:creator>
      <dc:date>2022-03-03T16:41:49Z</dc:date>
    </item>
  </channel>
</rss>

