<?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: Configure a simple ACL-LIST in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55826#M16185</link>
    <description>Hi, did you read this document?&lt;BR /&gt;
&lt;A href="http://extrcdn.extremenetworks.com/wp-content/uploads/2015/07/ACL_Solutions_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extrcdn.extremenetworks.com/wp-content/uploads/2015/07/ACL_Solutions_Guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Sat, 28 Nov 2015 15:58:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2015-11-28T15:58:00Z</dc:date>
    <item>
      <title>Configure a simple ACL-LIST</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55825#M16184</link>
      <description>I need configure an ACL-LIST in a sw BD-8810 to permit only some IP address from different VLANs could be connect to a server. i read the EXOS_User_Guide_16_1 but i confuse.&lt;BR /&gt;
can you help me?&lt;BR /&gt;
&lt;BR /&gt;
regards&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Nov 2015 05:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55825#M16184</guid>
      <dc:creator>Daniel_Valera1</dc:creator>
      <dc:date>2015-11-28T05:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configure a simple ACL-LIST</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55826#M16185</link>
      <description>Hi, did you read this document?&lt;BR /&gt;
&lt;A href="http://extrcdn.extremenetworks.com/wp-content/uploads/2015/07/ACL_Solutions_Guide.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;http://extrcdn.extremenetworks.com/wp-content/uploads/2015/07/ACL_Solutions_Guide.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sat, 28 Nov 2015 15:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55826#M16185</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2015-11-28T15:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Configure a simple ACL-LIST</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55827#M16186</link>
      <description>Hi Daniel,&lt;BR /&gt;
Below is a quick example for your requirement.&lt;BR /&gt;
Source address here is the IP address you wish to allow.&lt;BR /&gt;
You can define destination-address as well if you want to specify as per your requirement.&lt;BR /&gt;
&lt;BR /&gt;
entry one_allow{&lt;BR /&gt;
if match any{&lt;BR /&gt;
source-address 192.168.1.10/32;&lt;BR /&gt;
source-address 10.10.10.10/32;&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
   permit;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
entry two_deny {&lt;BR /&gt;
if match any {&lt;BR /&gt;
}&lt;BR /&gt;
then {&lt;BR /&gt;
    deny;&lt;BR /&gt;
   }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Note:&lt;BR /&gt;
EXOS implicitly allows the traffic, hence the second entry has been written to deny here.&lt;BR /&gt;
Please make a note all other traffic will be denied with above ACL.&lt;BR /&gt;
To make sure all other traffic work, please allow the subnet and define entries as required.&lt;BR /&gt;
&lt;BR /&gt;
Below link is handy for starters in ACL:   &lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-create-and-apply-an-ACL-in-EXOS" target="_blank" rel="nofollow noreferrer noopener"&gt;https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-create-and-apply-an-ACL-in-EXOS&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Thanks &amp;amp; Regards,&lt;BR /&gt;
Syed Nishath&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Nov 2015 11:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/configure-a-simple-acl-list/m-p/55827#M16186</guid>
      <dc:creator>Rahmathullah__S</dc:creator>
      <dc:date>2015-11-30T11:45:00Z</dc:date>
    </item>
  </channel>
</rss>

