<?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: Create ACL for specific ELRP vlan in Network Architecture &amp; Design</title>
    <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13094#M498</link>
    <description>Hi Frank, please see below an example for EDP, ELRP and a Deny_all rule:&lt;BR /&gt;
&lt;BR /&gt;
entry Allow_EDP { if {&lt;BR /&gt;
          ethernet-source-address 00:e0:2b:00:00:01;&lt;BR /&gt;
          ethernet-destination-address 00:e0:2b:00:00:00;&lt;BR /&gt;
    } then {&lt;BR /&gt;
          permit;&lt;BR /&gt;
          count permit_EDP;&lt;BR /&gt;
       }&lt;BR /&gt;
}&lt;BR /&gt;
entry Allow_ELRP {&lt;BR /&gt;
if {&lt;BR /&gt;
          ethernet-source-address 00:04:96:01:01:01 mask ff:ff:ff:00:00:00;&lt;BR /&gt;
          ethernet-destination-address 01:04:96:01:01:01 mask ff:ff:ff:00:00:00;&lt;BR /&gt;
     } then {&lt;BR /&gt;
          permit;&lt;BR /&gt;
          count permit_ELRP;&lt;BR /&gt;
       }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
For deny_all rule, it also affects ARP packets. That means If you have to allow ARP packets into that vlan you should add a permit rule for "ethernet-type 0x0806".&lt;BR /&gt;
&lt;BR /&gt;
I would recommend you to try this rules in a lab first.&lt;BR /&gt;</description>
    <pubDate>Mon, 05 Dec 2016 20:46:00 GMT</pubDate>
    <dc:creator>Henrique</dc:creator>
    <dc:date>2016-12-05T20:46:00Z</dc:date>
    <item>
      <title>Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13093#M497</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
We have configured a ELRP dedicated vlan and configure this vlan tagged on all ports.&lt;BR /&gt;
We would like to secure this vlan to allow only EDP /ELRP packets.&lt;BR /&gt;
Can anyone help with setting up an ACL which allows only EDP/ELRP packets?&lt;BR /&gt;
&lt;BR /&gt;
We think the source MAC address which should be allowed is 00:E0:2B:00:00:01 (EDP)&lt;BR /&gt;
&lt;BR /&gt;
Would this be correct:&lt;BR /&gt;
&lt;BR /&gt;
vi ELRP-FILTER.pol&lt;BR /&gt;
&lt;BR /&gt;
entry EDP-ELRP {if {&lt;BR /&gt;
ethernet-source-address 00:e0:2b:00:00:01;&lt;BR /&gt;
} then {&lt;BR /&gt;
copy-cpu-and-drop;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
entry DROPALL {&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
 &lt;BR /&gt;
configure access-list ELRP-FILTER vlan elrp_vlan ingress&lt;BR /&gt;
&lt;BR /&gt;
Kind regards,&lt;BR /&gt;
&lt;BR /&gt;
Frank van der Veen</description>
      <pubDate>Mon, 05 Dec 2016 20:08:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13093#M497</guid>
      <dc:creator>Frank_Veen</dc:creator>
      <dc:date>2016-12-05T20:08:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13094#M498</link>
      <description>Hi Frank, please see below an example for EDP, ELRP and a Deny_all rule:&lt;BR /&gt;
&lt;BR /&gt;
entry Allow_EDP { if {&lt;BR /&gt;
          ethernet-source-address 00:e0:2b:00:00:01;&lt;BR /&gt;
          ethernet-destination-address 00:e0:2b:00:00:00;&lt;BR /&gt;
    } then {&lt;BR /&gt;
          permit;&lt;BR /&gt;
          count permit_EDP;&lt;BR /&gt;
       }&lt;BR /&gt;
}&lt;BR /&gt;
entry Allow_ELRP {&lt;BR /&gt;
if {&lt;BR /&gt;
          ethernet-source-address 00:04:96:01:01:01 mask ff:ff:ff:00:00:00;&lt;BR /&gt;
          ethernet-destination-address 01:04:96:01:01:01 mask ff:ff:ff:00:00:00;&lt;BR /&gt;
     } then {&lt;BR /&gt;
          permit;&lt;BR /&gt;
          count permit_ELRP;&lt;BR /&gt;
       }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
For deny_all rule, it also affects ARP packets. That means If you have to allow ARP packets into that vlan you should add a permit rule for "ethernet-type 0x0806".&lt;BR /&gt;
&lt;BR /&gt;
I would recommend you to try this rules in a lab first.&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2016 20:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13094#M498</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-12-05T20:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13095#M499</link>
      <description>Hello Frank&lt;BR /&gt;
&lt;BR /&gt;
You could try creating a protocol based VLAN where it will only send packets that are the particular EtherType or SNAP.&lt;BR /&gt;
&lt;BR /&gt;
I think EDP/ELRP is 0xaa but do a sniffer trace to make sure.  Once you have that you can create protocol and then use that value.&lt;BR /&gt;
&lt;BR /&gt;
See if that works&lt;BR /&gt;
&lt;BR /&gt;
P&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 05 Dec 2016 22:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13095#M499</guid>
      <dc:creator>Paul_Russo</dc:creator>
      <dc:date>2016-12-05T22:58:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13096#M500</link>
      <description>Hello Henrique, Paul,&lt;BR /&gt;
&lt;BR /&gt;
Thank you for helping.&lt;BR /&gt;
&lt;BR /&gt;
We have created the following acl which seems to do the job in our lab so far:&lt;BR /&gt;
&lt;BR /&gt;
entry EDP-ELRP {if {&lt;BR /&gt;
ethernet-source-address 00:e0:2b:00:00:01;&lt;BR /&gt;
} then {&lt;BR /&gt;
copy-cpu-and-drop;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
 &lt;BR /&gt;
 &lt;BR /&gt;
entry DROPALL {&lt;BR /&gt;
if {&lt;BR /&gt;
} then {&lt;BR /&gt;
deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
 &lt;BR /&gt;
configure access-list ELRP-FILTER vlan elrp_vlan ingress&lt;BR /&gt;
 &lt;BR /&gt;
&lt;BR /&gt;
Frank</description>
      <pubDate>Mon, 12 Dec 2016 23:43:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13096#M500</guid>
      <dc:creator>Frank_Veen</dc:creator>
      <dc:date>2016-12-12T23:43:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13097#M501</link>
      <description>Hi Frank, this rule should affect only EDP and not ELRP. &lt;BR /&gt;
&lt;BR /&gt;
ELRP packets use the switch MAC for source and destination (for destination it's the switch MAC with the first bit = 1) &lt;BR /&gt;
&lt;BR /&gt;
Do you want to block ARP packets as well? &lt;BR /&gt;
&lt;BR /&gt;
Could you please confirm what are you trying to accomplish? Just allow ELRP and block everything else, including EDP and ARP?&lt;BR /&gt;
&lt;BR /&gt;
Thanks</description>
      <pubDate>Tue, 13 Dec 2016 00:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13097#M501</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-12-13T00:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: Create ACL for specific ELRP vlan</title>
      <link>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13098#M502</link>
      <description>&lt;BR /&gt;
&lt;BR /&gt;
Hi Henrique.&lt;BR /&gt;
I want to block ELRP packets on the ports towards my firewall. Would this ACL be doing this, or is something to be corrected here?&lt;BR /&gt;
&lt;BR /&gt;
entry detect-elrp {&lt;BR /&gt;
 if {&lt;BR /&gt;
  # 00:04:96 = ELRP prefix&lt;BR /&gt;
  ethernet-destination-address 01:04:96:01:01:01 mask ff:ff:ff:00:00:00;&lt;BR /&gt;
 } then {&lt;BR /&gt;
 deny;&lt;BR /&gt;
}&lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Flavio.</description>
      <pubDate>Thu, 25 Apr 2019 13:27:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/network-architecture-design/create-acl-for-specific-elrp-vlan/m-p/13098#M502</guid>
      <dc:creator>Flavio</dc:creator>
      <dc:date>2019-04-25T13:27:00Z</dc:date>
    </item>
  </channel>
</rss>

