<?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: How to apply acl to a range of source ip addresses or destination ip addresses in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53799#M15216</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
can you change the range of source addresses ?&lt;BR /&gt;
&lt;BR /&gt;
eg.&lt;BR /&gt;
&lt;BR /&gt;
192.168.1.0 -15 for the first server&lt;BR /&gt;
&lt;BR /&gt;
and &lt;BR /&gt;
&lt;BR /&gt;
192.168.1.15 - 31 for th second server  ?&lt;BR /&gt;
&lt;BR /&gt;
then it looks this way:&lt;BR /&gt;
&lt;BR /&gt;
entry first_server {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.0/28;&lt;BR /&gt;
      destination-address 192.168.0.1/32;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry second_server {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.16/28;&lt;BR /&gt;
      destination-address 192.168.0.2/32;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry deny_zero_net {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.0/24;&lt;BR /&gt;
      destination-address 192.168.0.0/24;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      deny;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
André&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sun, 22 Apr 2018 22:18:00 GMT</pubDate>
    <dc:creator>André_Herkenrat</dc:creator>
    <dc:date>2018-04-22T22:18:00Z</dc:date>
    <item>
      <title>How to apply acl to a range of source ip addresses or destination ip addresses</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53798#M15215</link>
      <description>I have one requirement regarding Extreme XOS policy. Please suggest a solution for below mentioned scenario.&lt;BR /&gt;
&lt;BR /&gt;
&lt;UL&gt; 
&lt;B&gt; source 192.168.1.1-192.168.1.10 (range of ip addresses) 
 destination 192.168.0.1/32    permit   
 
   source 192.168.1.11-192.168.1.20 (range of ip addresses)   destination 192.168.0.2/32    permit   
 
   source 192.168.1.0/24   destination 192.168.0.0/24    deny  &lt;/B&gt;&lt;/UL&gt;  &lt;BR /&gt;
&lt;BR /&gt;
  &lt;BR /&gt;
&lt;BR /&gt;
    Extreme XOS version is &lt;B&gt;16.1.3.6&lt;/B&gt; and the switch model is &lt;B&gt;X670G2-48x-4q (Stack)&lt;/B&gt;</description>
      <pubDate>Sat, 21 Apr 2018 10:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53798#M15215</guid>
      <dc:creator>Amjith</dc:creator>
      <dc:date>2018-04-21T10:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to apply acl to a range of source ip addresses or destination ip addresses</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53799#M15216</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
can you change the range of source addresses ?&lt;BR /&gt;
&lt;BR /&gt;
eg.&lt;BR /&gt;
&lt;BR /&gt;
192.168.1.0 -15 for the first server&lt;BR /&gt;
&lt;BR /&gt;
and &lt;BR /&gt;
&lt;BR /&gt;
192.168.1.15 - 31 for th second server  ?&lt;BR /&gt;
&lt;BR /&gt;
then it looks this way:&lt;BR /&gt;
&lt;BR /&gt;
entry first_server {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.0/28;&lt;BR /&gt;
      destination-address 192.168.0.1/32;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry second_server {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.16/28;&lt;BR /&gt;
      destination-address 192.168.0.2/32;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      permit;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry deny_zero_net {&lt;BR /&gt;
  if {&lt;BR /&gt;
      source-address 192.168.1.0/24;&lt;BR /&gt;
      destination-address 192.168.0.0/24;&lt;BR /&gt;
  } then {&lt;BR /&gt;
      deny;&lt;BR /&gt;
  }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Cheers&lt;BR /&gt;
&lt;BR /&gt;
André&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Apr 2018 22:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53799#M15216</guid>
      <dc:creator>André_Herkenrat</dc:creator>
      <dc:date>2018-04-22T22:18:00Z</dc:date>
    </item>
    <item>
      <title>RE: How to apply acl to a range of source ip addresses or destination ip addresses</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53800#M15217</link>
      <description>&lt;B&gt;Thanks for your reply, &lt;/B&gt;&lt;BR /&gt;
I know this type subnet based acl, that i already used in my switch.&lt;BR /&gt;
My requirement is a specific ip range based acl not the subnet based...&lt;BR /&gt;
Is there any soulution like that?&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;-Amjith&lt;/B&gt;﻿</description>
      <pubDate>Sun, 22 Apr 2018 22:18:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/how-to-apply-acl-to-a-range-of-source-ip-addresses-or/m-p/53800#M15217</guid>
      <dc:creator>Amjith</dc:creator>
      <dc:date>2018-04-22T22:18:00Z</dc:date>
    </item>
  </channel>
</rss>

