<?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: EXOS Policies: how to allow bpdu and VRRP? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44877#M11089</link>
    <description>Hi Ilya,&lt;BR /&gt;
&lt;BR /&gt;
Your VRRP rule is correct. &lt;BR /&gt;
For the STP BPDU's you can use :&lt;BR /&gt;
&lt;BR /&gt;
entry EMISTP-BPDU { if match all { &lt;BR /&gt;
ethernet-destination-address 01:00:0c??cc:cd;&lt;BR /&gt;
} then { &lt;BR /&gt;
permit ; &lt;BR /&gt;
} &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
This should work.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Tue, 18 Oct 2016 11:02:00 GMT</pubDate>
    <dc:creator>Ron_Huygens</dc:creator>
    <dc:date>2016-10-18T11:02:00Z</dc:date>
    <item>
      <title>EXOS Policies: how to allow bpdu and VRRP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44876#M11088</link>
      <description>Hello, everybody!&lt;BR /&gt;
&lt;BR /&gt;
Could you please tell me Ethertype value for EMISTP?&lt;BR /&gt;
&lt;BR /&gt;
I have to allow these packets in access rule applied to VLAN.&lt;BR /&gt;
&lt;BR /&gt;
Should it be something like&lt;BR /&gt;
&lt;BR /&gt;
entry EMISTP-BPDU { if match all {ethernet-type 0x&lt;B&gt;????&lt;/B&gt; ;&lt;BR /&gt;
} then {  permit ;  } }&lt;BR /&gt;
&lt;BR /&gt;
I would like also to allow VRRP. Would it be OK?&lt;BR /&gt;
&lt;BR /&gt;
entry vrrp { if match all { &lt;BR /&gt;
destination-address 224.0.0.18/32 ; &lt;BR /&gt;
} then { &lt;BR /&gt;
permit ; &lt;BR /&gt;
} &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
Please, look at my rules...&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance,&lt;BR /&gt;
Ilya&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Mon, 17 Oct 2016 19:16:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44876#M11088</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2016-10-17T19:16:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS Policies: how to allow bpdu and VRRP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44877#M11089</link>
      <description>Hi Ilya,&lt;BR /&gt;
&lt;BR /&gt;
Your VRRP rule is correct. &lt;BR /&gt;
For the STP BPDU's you can use :&lt;BR /&gt;
&lt;BR /&gt;
entry EMISTP-BPDU { if match all { &lt;BR /&gt;
ethernet-destination-address 01:00:0c??cc:cd;&lt;BR /&gt;
} then { &lt;BR /&gt;
permit ; &lt;BR /&gt;
} &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
This should work.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 18 Oct 2016 11:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44877#M11089</guid>
      <dc:creator>Ron_Huygens</dc:creator>
      <dc:date>2016-10-18T11:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS Policies: how to allow bpdu and VRRP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44878#M11090</link>
      <description>Thanks, Ron!&lt;BR /&gt;
&lt;BR /&gt;
Could you also tell me what traffic should I allow to permit PVST BPDUs?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance,&lt;BR /&gt;
&lt;BR /&gt;
Ilya</description>
      <pubDate>Tue, 18 Oct 2016 14:31:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44878#M11090</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2016-10-18T14:31:00Z</dc:date>
    </item>
    <item>
      <title>RE: EXOS Policies: how to allow bpdu and VRRP?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44879#M11091</link>
      <description>Hi, &lt;BR /&gt;
&lt;BR /&gt;
The destination-mac "01:00:0c??cc:cd" is related to PVST+ and "01:80:C2:00:00:00" related to EMISTP.&lt;BR /&gt;
&lt;BR /&gt;
&lt;U&gt;The policy rule would be:&lt;/U&gt;&lt;BR /&gt;
&lt;BR /&gt;
entry PVST-BPDU {  if { &lt;BR /&gt;
  ethernet-destination-address 01:00:0c??cc:cd;&lt;BR /&gt;
  } then { &lt;BR /&gt;
   permit; &lt;BR /&gt;
  } &lt;BR /&gt;
}&lt;BR /&gt;
&lt;BR /&gt;
entry EMISTP-BPDU { &lt;BR /&gt;
 if { &lt;BR /&gt;
  ethernet-destination-address 01:80:C2:00:00:00;&lt;BR /&gt;
  } then { &lt;BR /&gt;
   permit; &lt;BR /&gt;
  } &lt;BR /&gt;
}&lt;BR /&gt;</description>
      <pubDate>Wed, 19 Oct 2016 00:35:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/exos-policies-how-to-allow-bpdu-and-vrrp/m-p/44879#M11091</guid>
      <dc:creator>Henrique</dc:creator>
      <dc:date>2016-10-19T00:35:00Z</dc:date>
    </item>
  </channel>
</rss>

