<?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: policy based routing summarize in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29543#M4865</link>
    <description>Before considering if you could do some logical AND and OR in the match condition, please note that your last entry is not the equivalent of the first two. The first two match a flow with specific source and destination, while the last would match (in your theory) a single condition.&lt;BR /&gt;
&lt;BR /&gt;
But I don't think this is allowed, anyway, your policy would be rejected.&lt;BR /&gt;</description>
    <pubDate>Fri, 21 Jul 2017 12:24:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2017-07-21T12:24:00Z</dc:date>
    <item>
      <title>policy based routing summarize</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29541#M4863</link>
      <description>Hi, &lt;BR /&gt;
i have a question about policy based Routing! &lt;BR /&gt;
&lt;BR /&gt;
I wirte  the Poliy like this: &lt;BR /&gt;
&lt;BR /&gt;
entry REDIRECT80 {&lt;BR /&gt;
if {&lt;BR /&gt;
    source-address 192.168.81.0/24;&lt;BR /&gt;
    destination-address 192.168.100.0/24;&lt;BR /&gt;
} then {&lt;BR /&gt;
    redirect 10.10.50.1;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry REDIRECT220 {&lt;BR /&gt;
if {&lt;BR /&gt;
    source-address 192.168.81.0/24;&lt;BR /&gt;
    destination-address 192.168.101.0/24&lt;BR /&gt;
} then {&lt;BR /&gt;
    redirect 10.10.50.1;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
is there a poibility to write this like that? &lt;BR /&gt;
&lt;BR /&gt;
entry REDIRECT {&lt;BR /&gt;
if match any {&lt;BR /&gt;
    source-address 192.168.81.0/24;&lt;BR /&gt;
    destination-address 192.168.100.0/24;&lt;BR /&gt;
    destination-address 192.168.101.0/24&lt;BR /&gt;
} then {&lt;BR /&gt;
    redirect 10.10.50.1;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Cheers Alex&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29541#M4863</guid>
      <dc:creator>Alexander6</dc:creator>
      <dc:date>2017-07-21T12:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: policy based routing summarize</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29542#M4864</link>
      <description>hi. &lt;BR /&gt;
i think that it was wrong summarize.&lt;BR /&gt;
&lt;BR /&gt;
because " if match any" is "or" option.&lt;BR /&gt;
&lt;BR /&gt;
summarize policy match condition is &lt;BR /&gt;
 &lt;BR /&gt;
source-address 192.168.81.0/24; or  destination-address 192.168.100.0/24; or destination-address 192.168.101.0/24&lt;BR /&gt;
&lt;BR /&gt;
it does not mean "src 192.168.81.0/24 and dst 192.168.100.0/24 "&lt;BR /&gt;
&lt;BR /&gt;
////////////////////// this policy mean //////////////&lt;BR /&gt;
entry REDIRECT {&lt;BR /&gt;
if match any {&lt;BR /&gt;
    source-address 192.168.81.0/24;&lt;BR /&gt;
    destination-address 192.168.100.0/24;&lt;BR /&gt;
    destination-address 192.168.101.0/24&lt;BR /&gt;
} then {&lt;BR /&gt;
    redirect 10.10.50.1;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt; If one of the three match condition is true, it will be redirected.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29542#M4864</guid>
      <dc:creator>KD</dc:creator>
      <dc:date>2017-07-21T12:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: policy based routing summarize</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29543#M4865</link>
      <description>Before considering if you could do some logical AND and OR in the match condition, please note that your last entry is not the equivalent of the first two. The first two match a flow with specific source and destination, while the last would match (in your theory) a single condition.&lt;BR /&gt;
&lt;BR /&gt;
But I don't think this is allowed, anyway, your policy would be rejected.&lt;BR /&gt;</description>
      <pubDate>Fri, 21 Jul 2017 12:24:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/policy-based-routing-summarize/m-p/29543#M4865</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2017-07-21T12:24:00Z</dc:date>
    </item>
  </channel>
</rss>

