<?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: EtherType 0x0030 in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40411#M9119</link>
    <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
after some digging, here's the explanation:&lt;BR /&gt;
&lt;BR /&gt;
    For ELRP, if the VLAN is tagged, the EtherType is 0x8100.     &lt;BR /&gt;
&lt;BR /&gt;
    If the VLAN is untagged, the 16-bit VLAN header portion is stripped and  0x0030 shows up where EtherType would have been. However, 0x0030 is really the  data length, not EtherType.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Thu, 22 Sep 2016 01:39:00 GMT</pubDate>
    <dc:creator>Stephane_Grosj1</dc:creator>
    <dc:date>2016-09-22T01:39:00Z</dc:date>
    <item>
      <title>EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40404#M9112</link>
      <description>I am implementing a tight ACL policy for our storage (NFS) VLAN.&lt;BR /&gt;
Basically the idea is to allow only needed stuff, and block the rest.&lt;BR /&gt;
&lt;BR /&gt;
The last drop rule matches EtherType: 0x0030 frames.&lt;BR /&gt;
What are those? Seems something XOS related.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 13 Sep 2016 18:59:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40404#M9112</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2016-09-13T18:59:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40405#M9113</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
I've reference, sadly no explainations.&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml" target="_blank" rel="nofollow noreferrer noopener"&gt;http://www.iana.org/assignments/ieee-802-numbers/ieee-802-numbers.xhtml&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="https://en.wikipedia.org/wiki/Ethernet_frame" target="_blank" rel="nofollow noreferrer noopener"&gt;https://en.wikipedia.org/wiki/Ethernet_frame&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Sincerely, &lt;BR /&gt;
&lt;BR /&gt;
Jolyon&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2016 05:04:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40405#M9113</guid>
      <dc:creator>Jolyon_Ansuz</dc:creator>
      <dc:date>2016-09-21T05:04:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40406#M9114</link>
      <description>Hello!&lt;BR /&gt;
&lt;BR /&gt;
Where and how you can see that this packets Ethertype 0x0030?&lt;BR /&gt;
&lt;BR /&gt;
Thank you!</description>
      <pubDate>Wed, 21 Sep 2016 11:20:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40406#M9114</guid>
      <dc:creator>Alexandr_P</dc:creator>
      <dc:date>2016-09-21T11:20:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40407#M9115</link>
      <description>Just figured out that those frames are actually ELRP configured on sw2.&lt;BR /&gt;
Now my question is, how to allow elrp and edp frames using ACL?&lt;BR /&gt;
&lt;BR /&gt;
My setup, two switches connected:&lt;BR /&gt;
&lt;BR /&gt;
sw1 (x670-48x stacked on 16.1.3.6 patch1-9 with ACL applied on vlan 3226)&lt;BR /&gt;
and&lt;BR /&gt;
sw2 (X480-48t on 15.3.1.4 patch1-7) &lt;BR /&gt;
&lt;BR /&gt;
I've enabled only certain addresses and protocols and finally added at last a drop_all rule on sw1&lt;BR /&gt;
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;entry drop_all {      &lt;BR /&gt;
        if {&lt;BR /&gt;
        }                                            &lt;BR /&gt;
        then {               &lt;BR /&gt;
        count denied-non_nfs;         &lt;BR /&gt;
        mirror-cpu;&lt;BR /&gt;
        log;    &lt;BR /&gt;
        deny;          &lt;BR /&gt;
        }&lt;BR /&gt;
}&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;configure access-list storage_nfs vlan "VLAN_3226-STORAGE_NET1_168_226" ingress&lt;BR /&gt;
&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;
&lt;BR /&gt;
Basically logs on sw1 show:&lt;BR /&gt;
09/21/2016 10:20:12.94 &lt;I&gt; Slot-1: 00:04:96:xx:xx:xx -&amp;gt; 01:04:96:xx:xx:xx EtherType: 0x0030&lt;BR /&gt;
09/21/2016 10:20:12.94 &lt;I&gt; Slot-1: 66-byte packet from 1:43 (vlanId=3226) matches rule drop_all&lt;BR /&gt;
&lt;BR /&gt;
the 00:04:96:xx:xx:xx mac is switch sw2.&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40407#M9115</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2016-09-21T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40408#M9116</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
I'm not quite sure that etype 0x0030 is related to ELRP even if listed in the access-list.&lt;BR /&gt;
&lt;BR /&gt;
I would try the following permit rules for EDP and ELRP:&lt;BR /&gt;
&lt;BR /&gt;
entry Allow_EDP { &lt;BR /&gt;
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;
Also, you can try with "ethernet-type 0x0030" to the ELRP rule, but I don't think this will work.&lt;BR /&gt;
&lt;BR /&gt;
Let us know if that works for you.</description>
      <pubDate>Wed, 21 Sep 2016 13:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40408#M9116</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-09-21T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40409#M9117</link>
      <description>I'll try this when i find some spare time.&lt;BR /&gt;
&lt;BR /&gt;
And it's definitely ELRP, as there are no more entries on sw1 when I disable ELRP on sw2.&lt;BR /&gt;
Why is it seeing ethertype 0x0030 is another thing...&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40409#M9117</guid>
      <dc:creator>vobelic</dc:creator>
      <dc:date>2016-09-21T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40410#M9118</link>
      <description>I have made a quick test creating an ACL to count etype 0x0030 for ELRP enabled uplinks and didn't see any increment.&lt;BR /&gt;
&lt;BR /&gt;
That's interesting...&lt;BR /&gt;</description>
      <pubDate>Wed, 21 Sep 2016 13:21:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40410#M9118</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-09-21T13:21:00Z</dc:date>
    </item>
    <item>
      <title>RE: EtherType 0x0030</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40411#M9119</link>
      <description>Hi,&lt;BR /&gt;
&lt;BR /&gt;
after some digging, here's the explanation:&lt;BR /&gt;
&lt;BR /&gt;
    For ELRP, if the VLAN is tagged, the EtherType is 0x8100.     &lt;BR /&gt;
&lt;BR /&gt;
    If the VLAN is untagged, the 16-bit VLAN header portion is stripped and  0x0030 shows up where EtherType would have been. However, 0x0030 is really the  data length, not EtherType.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Thu, 22 Sep 2016 01:39:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/ethertype-0x0030/m-p/40411#M9119</guid>
      <dc:creator>Stephane_Grosj1</dc:creator>
      <dc:date>2016-09-22T01:39:00Z</dc:date>
    </item>
  </channel>
</rss>

