<?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: extreme summit IP access-list on L2 Vlan? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54071#M15351</link>
    <description>Hi Gabriel,&lt;BR /&gt;
Yes this is possible. An EXOS switch doesn't have to have an IP address on the VLAN in order for IP based ACLs to function.&lt;BR /&gt;
Thank you,Brad</description>
    <pubDate>Mon, 02 Jul 2018 19:35:00 GMT</pubDate>
    <dc:creator>BradP</dc:creator>
    <dc:date>2018-07-02T19:35:00Z</dc:date>
    <item>
      <title>extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54070#M15350</link>
      <description>Dear community&lt;BR /&gt;
i wonder if it's possible to configure an access list on the extreme summit x620-16x for entering L2 traffic (no L3 configured on the switch for this vlan) in order to deny several IP source networks on that vlan.&lt;BR /&gt;
Thx in advance.BRGabriel.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2018 16:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54070#M15350</guid>
      <dc:creator>Gabriel_Poza</dc:creator>
      <dc:date>2018-07-02T16:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54071#M15351</link>
      <description>Hi Gabriel,&lt;BR /&gt;
Yes this is possible. An EXOS switch doesn't have to have an IP address on the VLAN in order for IP based ACLs to function.&lt;BR /&gt;
Thank you,Brad</description>
      <pubDate>Mon, 02 Jul 2018 19:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54071#M15351</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2018-07-02T19:35:00Z</dc:date>
    </item>
    <item>
      <title>RE: extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54072#M15352</link>
      <description>Thanks a lot Brad!Do you know if this have a considerable impact on the switch itself  or any hot topic to consider when configuring it?BRGabriel.&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2018 19:48:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54072#M15352</guid>
      <dc:creator>Gabriel_Poza</dc:creator>
      <dc:date>2018-07-02T19:48:00Z</dc:date>
    </item>
    <item>
      <title>RE: extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54073#M15353</link>
      <description>Hi Gabriel,&lt;BR /&gt;
I'll refer you to the supported limits for ACLs in the EXOS 22.5 Release Note. The link can be found here: &lt;A href="https://documentation.extremenetworks.com/release_notes/ExtremeXOS/22.5/ExtremeXOS_22.5_RelNotes.pdf" target="_blank" rel="nofollow noreferrer noopener"&gt;https://documentation.extremenetworks.com/release_notes/ExtremeXOS/22.5/ExtremeXOS_22.5_RelNotes.pdf&lt;/A&gt;&lt;BR /&gt;
ACLs themselves are done in hardware, although the action modifier (for instance: redirect, mirror-cpu, replace-dscp, etc.) will have some CPU impact if used too aggressively.&lt;BR /&gt;
Thanks&lt;BR /&gt;
Brad&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2018 19:54:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54073#M15353</guid>
      <dc:creator>BradP</dc:creator>
      <dc:date>2018-07-02T19:54:00Z</dc:date>
    </item>
    <item>
      <title>RE: extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54074#M15354</link>
      <description>Hi again,&lt;BR /&gt;
&lt;BR /&gt;
i'm having some trouble configuring the policy file.... The goal is to permit several IP subnets on an ingress port while deny the rest. This is the way i'm trying to do it:&lt;BR /&gt;
&lt;BR /&gt;
#1 configure policy file&lt;BR /&gt;
vi PERMIT-Customersubnets.pol&lt;BR /&gt;
&lt;BR /&gt;
entry PERMIT-Customersubnets {&lt;BR /&gt;
if match any {                  &lt;BR /&gt;
source-address a.b.c.d/16;   &lt;BR /&gt;
source-address e.f.g.h/24;  &lt;BR /&gt;
source-address i.j.k.l/24;&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
.&lt;BR /&gt;
}                               &lt;BR /&gt;
then {                          &lt;BR /&gt;
count test;                     &lt;BR /&gt;
permit;                         &lt;BR /&gt;
}                               &lt;BR /&gt;
                                &lt;BR /&gt;
                                &lt;BR /&gt;
else{                           &lt;BR /&gt;
deny}                           &lt;BR /&gt;
}  &lt;BR /&gt;
#2 check policy &lt;BR /&gt;
&lt;BR /&gt;
check policy PERMIT-ORANGE-CUSTOMER-ONLY&lt;BR /&gt;
Policy file check successful.&lt;BR /&gt;
#3 configure access-list&lt;BR /&gt;
&lt;BR /&gt;
configure  access-list PERMIT-ORANGE-CUSTOMER-ONLY ports 2 ingress&lt;BR /&gt;
&lt;BR /&gt;
i have the following error:&lt;BR /&gt;
Error: Policy PERMIT-Customersubnets has syntax errors&lt;BR /&gt;
Line 4 : Attribute source-address already exists as a match statement in Acl entry PERMIT-Customersubnets.&lt;BR /&gt;
so ven ethe policy file seems ok, i still have errors when applying the ACL&lt;BR /&gt;
so my 2 questions are: is it possible to configure the match-any even the policy file is being called by an access-list (i have some doubts about the 'match any' statement on the documentation)?. an the other one is about the source-address repeated objects syntax.&lt;BR /&gt;
Thx a lotBR</description>
      <pubDate>Mon, 16 Jul 2018 14:44:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54074#M15354</guid>
      <dc:creator>Gabriel_Poza</dc:creator>
      <dc:date>2018-07-16T14:44:00Z</dc:date>
    </item>
    <item>
      <title>RE: extreme summit IP access-list on L2 Vlan?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54075#M15355</link>
      <description>up&lt;BR /&gt;</description>
      <pubDate>Tue, 17 Jul 2018 17:29:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/extreme-summit-ip-access-list-on-l2-vlan/m-p/54075#M15355</guid>
      <dc:creator>Gabriel_Poza</dc:creator>
      <dc:date>2018-07-17T17:29:00Z</dc:date>
    </item>
  </channel>
</rss>

