<?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: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43223#M10376</link>
    <description>Anybody?&lt;BR /&gt;
&lt;BR /&gt;
Am I understand right, that without STPD configuration on access-ports I can't get CISCO's "spanning-tree bpduguard enable" analogous functionality on Extremes?&lt;BR /&gt;</description>
    <pubDate>Tue, 24 Jan 2017 16:55:00 GMT</pubDate>
    <dc:creator>Ilya_Semenov</dc:creator>
    <dc:date>2017-01-24T16:55:00Z</dc:date>
    <item>
      <title>Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43218#M10371</link>
      <description>&lt;P&gt;Hello, everybody!&lt;BR /&gt;&lt;BR /&gt;I have a task from a customer to config ports on Extreme stack to prevent users from attaching switches and turn ports in forwarding mode immediately (dot1w).&lt;BR /&gt;&lt;BR /&gt;So, does anybody know more easliy way to get CISCO's "spanning-tree bpduguard enable" analog on Extremes, than described here - &lt;A href="https://extremeportal.force.com/ExtrArticleDetail?an=000082693" target="_blank" rel="nofollow noreferrer noopener"&gt;https://extremeportal.force.com/ExtrArticleDetail?an=000082693&lt;/A&gt;&lt;BR /&gt;I did these thing like in the article many times, but it is too difficult in this case because there are 8-slot stack where many vlans exist and vlans ports don't go in a row like VLAN10 port 1:1-48, but VLAN10 ports 1:1-4,1:6-10,1:18-21 etc.&lt;BR /&gt;&lt;BR /&gt;Many thanks in advance,&lt;BR /&gt;&lt;BR /&gt;Ilya&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43218#M10371</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2017-01-21T23:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43219#M10372</link>
      <description>I am using following config. I believe it is quite simple and does what you need:&lt;BR /&gt;
configure mstp region region1&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
configure stpd s0 priority 4096# the above usualy complain that vlan default is already autobinded =&amp;gt; "disable stpd s0 auto-bind vlan default" try it again and then auto-bind it again&lt;BR /&gt;
enable stpd s0 auto-bind vlan VLAN-X&lt;BR /&gt;
enable stpd s0 auto-bind vlan VLAN-Y  ...# you need to add every vlan to the s0&lt;BR /&gt;
configure stpd s0 ports link-type edge 1:1-48 &lt;BR /&gt;
configure stpd s0 ports edge-safeguard enable 1:1-48 recovery-timeout 60&lt;BR /&gt;
configure stpd s0 ports bpdu-restrict enable 1:1-48 recovery-timeout 60  ...# the above will do the job for ports 1-48 on the unit 1. Be sure you do not configure it on your uplink &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
enable stpd s0probably there is also some more nice way...&lt;BR /&gt;
&lt;BR /&gt;
Good luck&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43219#M10372</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2017-01-22T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43220#M10373</link>
      <description>Hello, Zdenek!&lt;BR /&gt;
&lt;BR /&gt;
We all need "auto-bind" for untagged ports too...&lt;BR /&gt;
&lt;BR /&gt;
Why if I say: "enable stpd VLAN-X auto-bind vlan VLAN-X" it works for tagged ports only?&lt;BR /&gt;
&lt;BR /&gt;
I have about 2000+ ports in 30 vlans on 8 stacks which set in a random order.&lt;BR /&gt;
&lt;BR /&gt;
It would be suicide for me to say to the customer: "Well, guys, now find out all untag ports for all VLANs on that stack and set them separated with comma in "configure stpd VLAN-X ports edge-safeguard enable ......." and "recovery-timeout 60&lt;BR /&gt;
configure stpd s0 ports bpdu-restrict enable ..........". For every VLAN!&lt;BR /&gt;
&lt;BR /&gt;
But even if they will do that, a human factor make an inevitable mistake, correcting this configuration later...&lt;BR /&gt;
&lt;BR /&gt;
Anyway, many thanks for your reply! For years I have been looking a simple and straightforward way to turn on STP globally on Extremes and now I have it!&lt;BR /&gt;
&lt;BR /&gt;
Unfortunately, on Saturday I've changed STP config everywhere from MST to PVST+ with ELRP (dedicated VLAN) on access-switches.&lt;BR /&gt;
&lt;BR /&gt;
The problems were: &lt;BR /&gt;
1) CISCOs didn't see Extremes as root in case of MST. Is it expected behaviour?&lt;BR /&gt;
2) There was not possible in 15.3 to set access ports in edge-safeguard mode in case of MST&lt;BR /&gt;
3) After upgrade to EXOS 16.2 stack switches where MST instance had been enabled started to turn off ports arbitrary with no messages to syslog. So now I've reverted to 15.3 back. If PVST+ works fine, I will try to upgrade the stacks again in several days.&lt;BR /&gt;
&lt;BR /&gt;
So, now I have PVST+ STP on per VLAN basis.&lt;BR /&gt;
&lt;BR /&gt;
My confs:&lt;BR /&gt;
&lt;BR /&gt;
Core (X8):&lt;BR /&gt;
&lt;BR /&gt;
create stpd   VLAN-X &lt;BR /&gt;
configure stpd   VLAN-X  default-encapsulation pvst-plus &lt;BR /&gt;
configure stpd VLAN-X  mode dot1w &lt;BR /&gt;
   configure   stpd   VLAN-X  priority 4096&lt;BR /&gt;
enable stpd  VLAN-X  auto-bind vlan VLAN-X&lt;BR /&gt;
configure stpd VLAN-X  tag   X &lt;BR /&gt;
enable stpd  VLAN-X&lt;BR /&gt;
&lt;BR /&gt;
The same config for about 30 vlans. Stacks have also the same config, but without "configure stpd VLAN-X  priority 4096" command.&lt;BR /&gt;
&lt;BR /&gt;
As I told earlier, access ports don't go in order on stacks (about 2000+ ports between 30 vlans).  &lt;BR /&gt;
&lt;BR /&gt;
Am I understand right, that without STPD configuration on access-ports I can't get "spanning-tree bpduguard enable" analogous functionality?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks to you, Zdenek!</description>
      <pubDate>Sun, 22 Jan 2017 21:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43220#M10373</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2017-01-22T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43221#M10374</link>
      <description>Hi Ilya.&lt;BR /&gt;
&lt;BR /&gt;
the autobind works for untagged vlans/ports also&lt;BR /&gt;
the autobind works for tagged vlans/ports also&lt;BR /&gt;
&lt;BR /&gt;
there is also very nice XOS application called ezSpanningtre = &lt;A href="https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree" target="_blank" rel="nofollow noreferrer noopener"&gt;https://github.com/extremenetworks/EXOS_Apps/tree/master/EZ_SpanningTree&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
it will autobind newly created vlan automatically = you do not have to remember it everytime you create new vlan...&lt;BR /&gt;
&lt;BR /&gt;
here is my config regardless of the port-to-vlan assignment. I do not care if you have 10 ports or 3000 ports &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
configure vlan untagged-ports auto-move inform&lt;BR /&gt;
create vlan ONE tag 100&lt;BR /&gt;
configure vlan "ONE" add ports 7-8 un&lt;BR /&gt;
configure vlan "ONE" add ports 11-12 tagged&lt;BR /&gt;
disable s0 auto-bind "Default"&lt;BR /&gt;
configure stpd s0 delete vlan "Default" ports all&lt;BR /&gt;
configure mstp region region1&lt;BR /&gt;
configure stpd s0 mode mstp cist&lt;BR /&gt;
enable s0 auto-bind vlan "Default"&lt;BR /&gt;
enable s0 auto-bind vlan "ONE"&lt;BR /&gt;
configure s0 ports link-type edge 1-10 edge-safeguard enable recovery-timeout 60 bpdu-restrict&lt;BR /&gt;
enable s0&lt;BR /&gt;
If I connect any port to any port it does work &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Good luck &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;BR /&gt;
&lt;BR /&gt;
Z.&lt;BR /&gt;
&lt;BR /&gt;
log example:&lt;BR /&gt;
01/28/2017 09:02:28.54 &lt;I&gt; Toggling AdminState on Port 7 with pif 0x5c3a4001/28/2017 09:02:28.53 &lt;I&gt; Toggling AdminState on Port 8 with pif 0x5c4b08&lt;BR /&gt;
01/28/2017 09:02:28.53 &lt;STP.ENBLPORTTIMEREXP&gt; Port (7) is re-enabled as the disable time out has expired.&lt;BR /&gt;
01/28/2017 09:02:28.53 &lt;STP.ENBLPORTTIMEREXP&gt; Port (8) is re-enabled as the disable time out has expired.&lt;BR /&gt;
01/28/2017 09:01:28.56 &lt;I&gt; Port 7 link down&lt;BR /&gt;
01/28/2017 09:01:28.54 &lt;I&gt; Port 8 link down&lt;BR /&gt;
01/28/2017 09:01:28.52 &lt;I&gt; Toggling AdminState on Port 7 with pif 0x5c3a40&lt;BR /&gt;
01/28/2017 09:01:28.52 &lt;I&gt; Toggling AdminState on Port 8 with pif 0x5c4b08&lt;BR /&gt;
01/28/2017 09:01:28.52 &lt;STP.DSBLPORTBRDGDTECT&gt; BPDU Restrict Port (7) has received a bpdu and will be shutdown.&lt;BR /&gt;
01/28/2017 09:01:28.52 &lt;STP.DSBLPORTBRDGDTECT&gt; BPDU Restrict Port (8) has received a bpdu and will be shutdown.&lt;BR /&gt;
01/28/2017 09:01:26.89 &lt;I&gt; Port 8 link UP at speed 1 Gbps and full-duplex&lt;BR /&gt;
01/28/2017 09:01:26.87 &lt;I&gt; Port 7 link UP at speed 1 Gbps and full-duplex&lt;BR /&gt;
&lt;BR /&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STP.DSBLPORTBRDGDTECT&gt;&lt;/STP.DSBLPORTBRDGDTECT&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/I&gt;&lt;/STP.ENBLPORTTIMEREXP&gt;&lt;/STP.ENBLPORTTIMEREXP&gt;&lt;/I&gt;&lt;/I&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43221#M10374</guid>
      <dc:creator>Zdeněk_Pala</dc:creator>
      <dc:date>2017-01-22T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43222#M10375</link>
      <description>Hello, Zdenek!&lt;BR /&gt;
&lt;BR /&gt;
Many thanks for your reply.&lt;BR /&gt;
&lt;BR /&gt;
In what version of EXOS auto-bind does work for untagged ports? Enlight me, please.&lt;BR /&gt;
&lt;BR /&gt;
I believe that ezSpanningtree is a great application, but it requires EXOS 21.x. All my switches are G1, so I can't use it anyway.&lt;BR /&gt;
&lt;BR /&gt;
MSTP is not recommended STP protol for Summit. You can use search in this community to easily find out how tricky, dangerous and unstable Extreme's MSTP is. There are a lot of topics and related articles.&lt;BR /&gt;
&lt;BR /&gt;
So, may be auto-bind works for untag in MSTP, but in PVS+ it doesn't. (Like bpdu-restrict, unfortunately)&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 22 Jan 2017 21:22:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43222#M10375</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2017-01-22T21:22:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43223#M10376</link>
      <description>Anybody?&lt;BR /&gt;
&lt;BR /&gt;
Am I understand right, that without STPD configuration on access-ports I can't get CISCO's "spanning-tree bpduguard enable" analogous functionality on Extremes?&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jan 2017 16:55:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43223#M10376</guid>
      <dc:creator>Ilya_Semenov</dc:creator>
      <dc:date>2017-01-24T16:55:00Z</dc:date>
    </item>
    <item>
      <title>RE: Are there any easy ways to configure edge-safeguard mode with bpdu-restrict?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43224#M10377</link>
      <description>Hi Ilya,&lt;BR /&gt;
&lt;BR /&gt;
the exact functionality of Cisco IOS' "spanning-tree bpduguard enable" requires some spanning tree protocol on the port. Thus on EXOS you need to configure and &lt;I&gt;stpd&lt;/I&gt; that includes the access port to exaclty recreate the &lt;I&gt;BPDUguard&lt;/I&gt; functionality.&lt;BR /&gt;
&lt;BR /&gt;
You may be able to create similar functionality using ELRP to guard against loops, and perhaps something based on ACLs, log entries, and scripts triggered by logs to react to a BPDU.&lt;BR /&gt;
&lt;BR /&gt;
Erik&lt;BR /&gt;</description>
      <pubDate>Sun, 26 Feb 2017 00:33:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/are-there-any-easy-ways-to-configure-edge-safeguard-mode-with/m-p/43224#M10377</guid>
      <dc:creator>Erik_Auerswald</dc:creator>
      <dc:date>2017-02-26T00:33:00Z</dc:date>
    </item>
  </channel>
</rss>

