<?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 ACL best practices (one file with multiple entry or many files with single entry) in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30287#M5119</link>
    <description>Hi everybody.&lt;BR /&gt;
I want to add two access profiles to VLAN. For example&lt;BR /&gt;
&lt;BR /&gt;
First&lt;BR /&gt;
entry block-in-abonvlan {&lt;BR /&gt;
 if match any {&lt;BR /&gt;
  ethernet-type 0x8863;&lt;BR /&gt;
  ethernet-type 0x8864;&lt;BR /&gt;
 }&lt;BR /&gt;
 then {&lt;BR /&gt;
 permit;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry deny (&lt;BR /&gt;
 if {&lt;BR /&gt;
 }&lt;BR /&gt;
 then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Second&lt;BR /&gt;
entry BCAST {&lt;BR /&gt;
        if {&lt;BR /&gt;
                ethernet-destination-address ff:ff:ff:ff:ff:ff;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                count broadcast;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry ACTION {&lt;BR /&gt;
        if {&lt;BR /&gt;
                count broadcast &amp;gt; 10000;&lt;BR /&gt;
                period 10 ;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                syslog "It's probably a broadcast storm... Rule $ruleName $ruleValue exceeds limit $ruleThreshold" WARN 120;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
What is the best way to do this? &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;Two .pol files and two conf access-list command. 
&lt;/LI&gt;&lt;LI&gt;Join this .pol files to one file. 
&lt;/LI&gt;&lt;/UL&gt;
&lt;BR /&gt;</description>
    <pubDate>Wed, 21 May 2014 12:46:00 GMT</pubDate>
    <dc:creator>eyeV</dc:creator>
    <dc:date>2014-05-21T12:46:00Z</dc:date>
    <item>
      <title>ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30287#M5119</link>
      <description>Hi everybody.&lt;BR /&gt;
I want to add two access profiles to VLAN. For example&lt;BR /&gt;
&lt;BR /&gt;
First&lt;BR /&gt;
entry block-in-abonvlan {&lt;BR /&gt;
 if match any {&lt;BR /&gt;
  ethernet-type 0x8863;&lt;BR /&gt;
  ethernet-type 0x8864;&lt;BR /&gt;
 }&lt;BR /&gt;
 then {&lt;BR /&gt;
 permit;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry deny (&lt;BR /&gt;
 if {&lt;BR /&gt;
 }&lt;BR /&gt;
 then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
 }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Second&lt;BR /&gt;
entry BCAST {&lt;BR /&gt;
        if {&lt;BR /&gt;
                ethernet-destination-address ff:ff:ff:ff:ff:ff;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                count broadcast;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry ACTION {&lt;BR /&gt;
        if {&lt;BR /&gt;
                count broadcast &amp;gt; 10000;&lt;BR /&gt;
                period 10 ;&lt;BR /&gt;
        }&lt;BR /&gt;
        then {&lt;BR /&gt;
                syslog "It's probably a broadcast storm... Rule $ruleName $ruleValue exceeds limit $ruleThreshold" WARN 120;&lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
What is the best way to do this? &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;Two .pol files and two conf access-list command. 
&lt;/LI&gt;&lt;LI&gt;Join this .pol files to one file. 
&lt;/LI&gt;&lt;/UL&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2014 12:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30287#M5119</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-21T12:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30288#M5120</link>
      <description>Create one single policy and add all three rule in it. &lt;BR /&gt;
&lt;BR /&gt;
These matching condition will be kept in different hardware slices even though you would create single policy file or multiple files.</description>
      <pubDate>Wed, 21 May 2014 13:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30288#M5120</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-21T13:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30289#M5121</link>
      <description>Thank you!&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2014 13:38:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30289#M5121</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-21T13:38:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30290#M5122</link>
      <description>Hey eyeV I agree with Sumit having one policy is always best because the order of the entries will determine how they are executed.  If you have two policies it gets tricky to determine which policy to run first.&lt;BR /&gt;
&lt;BR /&gt;
Hope that helps.&lt;BR /&gt;
P&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2014 19:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30290#M5122</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2014-05-21T19:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30291#M5123</link>
      <description>&lt;BLOCKQUOTE&gt;If you have two policies it gets tricky to determine which policy to run first.&lt;/BLOCKQUOTE&gt;By the way, how can I determine this order? &lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2014 19:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30291#M5123</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-21T19:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30292#M5124</link>
      <description>Please read the section "ACL Evaluation Precedence" under the ACL chapter in EXOS 15.4 concept guide, page # 701.</description>
      <pubDate>Wed, 21 May 2014 19:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30292#M5124</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-05-21T19:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL best practices (one file with multiple entry or many files with single entry)</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30293#M5125</link>
      <description>Thanks.&lt;BR /&gt;</description>
      <pubDate>Wed, 21 May 2014 19:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-best-practices-one-file-with-multiple-entry-or-many-files/m-p/30293#M5125</guid>
      <dc:creator>eyeV</dc:creator>
      <dc:date>2014-05-21T19:21:00Z</dc:date>
    </item>
  </channel>
</rss>

