<?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: ACL in EXOS in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37231#M7840</link>
    <description>read your answer and find the issue... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
traffic between 2 host on a miniswitch doesn't reach the xos switch... it's directly switched/forwardet on access/mini-switch and never reach the ACL on XOS-Switch&lt;BR /&gt;</description>
    <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
    <dc:creator>PeterK</dc:creator>
    <dc:date>2018-05-24T16:41:00Z</dc:date>
    <item>
      <title>ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37225#M7834</link>
      <description>Hi expert,&lt;BR /&gt;
I write an ACL and apply it to port 39 to deny all other traffic(only permit 2 host), but the deny not work. Could you please help to check the problem?&lt;BR /&gt;
&lt;BR /&gt;
host1 ip 168.175.203.52&lt;BR /&gt;
host1 mac D8:9D:67:F3:B3:2D&lt;BR /&gt;
host2 ip 168.175.203.53&lt;BR /&gt;
&lt;BR /&gt;
host2 mac 24:BE:05:E2:14:3B&lt;BR /&gt;
&lt;BR /&gt;
Entry ipmac-52        {&lt;BR /&gt;
        If      {                                    &lt;BR /&gt;
                        Source-address 168.175.203.52/32;&lt;BR /&gt;
                        ethernet-source-address D8:9D:67:F3:B3:2D;&lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Permit;&lt;BR /&gt;
                        Count syn;      &lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
Entry ipmac-53        {&lt;BR /&gt;
        If      {                                &lt;BR /&gt;
  Source-address 168.175.203.53/32;&lt;BR /&gt;
  ethernet-source-address 24:BE:05:E2:14:3B;&lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Permit;&lt;BR /&gt;
                        Count syn;      &lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
Entry ipmac-54        {&lt;BR /&gt;
        If      {          &amp;amp;n bsp;                         &lt;BR /&gt;
  Source-address 168.175.203.54/32;&lt;BR /&gt;
                        ethernet-source-address 2C:41:38:4F:66:9B;&lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Permit;&lt;BR /&gt;
                        Count syn;      &lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
Entry ipmac-55        {&lt;BR /&gt;
 &amp;amp;nb sp;      If      {                                    &lt;BR /&gt;
  Source-address 168.175.203.55/32;&lt;BR /&gt;
                        ethernet-source-address 24:BE:05:E2:00:F5;&lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Permit;&lt;BR /&gt;
                        Count syn;      &lt;BR /&gt;
  ;       }&lt;BR /&gt;
}&lt;BR /&gt;
Entry ipmac-56        {&lt;BR /&gt;
        If      {                                    &lt;BR /&gt;
  Source-address 168.175.203.56/32;&lt;BR /&gt;
  ethernet-source-address 00:19:B9:05:4A:E4;&lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Permit;&lt;BR /&gt;
                         Count syn;      &lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Entry default   {&lt;BR /&gt;
        If      {&lt;BR /&gt;
                        source-address 0.0.0.0/0          &lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Deny;&lt;BR /&gt;
                        Count default;&lt;BR /&gt;
                }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
configure access-list ipmac-fangfa ports 39 ingress</description>
      <pubDate>Tue, 22 May 2018 14:07:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37225#M7834</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-22T14:07:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37226#M7835</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I have seen problems in the past when using L2 and L3 in the same ACL.&lt;BR /&gt;
&lt;BR /&gt;
Try just filtering MAC addresses, or IP addresses - but not both.&lt;BR /&gt;
&lt;BR /&gt;
Paul.&lt;BR /&gt;</description>
      <pubDate>Tue, 22 May 2018 15:32:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37226#M7835</guid>
      <dc:creator>Paul_Thornton</dc:creator>
      <dc:date>2018-05-22T15:32:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37227#M7836</link>
      <description>Thanks Paul. But Extreme offical support to match all (both mac and ip), is it correct?</description>
      <pubDate>Wed, 23 May 2018 18:25:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37227#M7836</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-23T18:25:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37228#M7837</link>
      <description>Is someone could help on this?</description>
      <pubDate>Thu, 24 May 2018 08:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37228#M7837</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-24T08:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37229#M7838</link>
      <description>are both devices behind Port 39 (with a miniswitch)?&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37229#M7838</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2018-05-24T16:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37230#M7839</link>
      <description>yes, both device behind port 39 through an access switch</description>
      <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37230#M7839</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-24T16:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37231#M7840</link>
      <description>read your answer and find the issue... &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;BR /&gt;
traffic between 2 host on a miniswitch doesn't reach the xos switch... it's directly switched/forwardet on access/mini-switch and never reach the ACL on XOS-Switch&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37231#M7840</guid>
      <dc:creator>PeterK</dc:creator>
      <dc:date>2018-05-24T16:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37232#M7841</link>
      <description>But I deny any at the end entry of the ACL. The traffic from 2 hosts should be deny at the end of the ACL.&lt;BR /&gt;
&lt;BR /&gt;
Entry default   {&lt;BR /&gt;
        If      {&lt;BR /&gt;
                        source-address 0.0.0.0/0          &lt;BR /&gt;
        } then  {&lt;BR /&gt;
                        Deny;&lt;BR /&gt;
                        Count default;&lt;BR /&gt;
                }&lt;BR /&gt;
}&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37232#M7841</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-24T16:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37233#M7842</link>
      <description>Hi Tim,&lt;BR /&gt;
&lt;BR /&gt;
As Peter had mentioned, if the traffic between the hosts do not reach the xos switch and are switched in the device connected to port 39, then the ACL would not work. Is this the case?</description>
      <pubDate>Thu, 24 May 2018 16:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37233#M7842</guid>
      <dc:creator>Sushruth_Sathya</dc:creator>
      <dc:date>2018-05-24T16:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37234#M7843</link>
      <description>I'm still confused why you are using both MAC addresses and IP addresses in this filter.&lt;BR /&gt;
&lt;BR /&gt;
Does it work if you remove all of the ethernet-source-address lines?&lt;BR /&gt;
&lt;BR /&gt;
Paul.&lt;BR /&gt;</description>
      <pubDate>Thu, 24 May 2018 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37234#M7843</guid>
      <dc:creator>Paul_Thornton</dc:creator>
      <dc:date>2018-05-24T18:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: ACL in EXOS</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37235#M7844</link>
      <description>I just want to increase the network security because both IP and MAC could be change by user. Not sure is there some mistake for my idea.</description>
      <pubDate>Thu, 24 May 2018 18:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/acl-in-exos/m-p/37235#M7844</guid>
      <dc:creator>Tim_Smith1</dc:creator>
      <dc:date>2018-05-24T18:22:00Z</dc:date>
    </item>
  </channel>
</rss>

