<?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: STP mode or default, whats the difference? in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29397#M4800</link>
    <description>Hi Brandon,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for posting back..... do have another question to assert my understanding:&lt;BR /&gt;
&lt;BR /&gt;
So in the examples given the following would apply:&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s1 mode dot1w&lt;BR /&gt;
enable stpd s1 rapid-root-failover&lt;BR /&gt;
configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
enable stpd s1 auto-bind vlan management&lt;BR /&gt;
configure stpd s1 add vlan managment ports 1:48 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
The stpd domain of s1 is configured for RSTP, but due to the 'default-encapsulation pvst-plus' then all vlans in that domain (s1) will transmit PVST+ (one-to-one) BPDU's (In this case only the&lt;BR /&gt;
management vlan is configured). &lt;BR /&gt;
&lt;BR /&gt;
Is there therefore any need to configure 'configure stpd s1 add vlan managment ports 1:48 pvst-plus' if the the 'default-encapsulation' is already sending out pvst-plus BPDU's as its part of the management Vlan belonging to the s1 spanning tree domain?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
&lt;BR /&gt;
Martin.&lt;BR /&gt;
&lt;BR /&gt;</description>
    <pubDate>Fri, 30 Oct 2015 21:14:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-30T21:14:00Z</dc:date>
    <item>
      <title>STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29391#M4794</link>
      <description>Hi there,&lt;BR /&gt;
&lt;BR /&gt;
Working on a site that has adopted an odd configuration for spanning-tree that I'm trying to make sense of. The below is an edited example taken from an edge switch. The network consists of all extreme devices.&lt;BR /&gt;
&lt;BR /&gt;
Its seems as though PVST+ has been adopted as the spanning tree protocol between switchs and RSTP else where.&lt;BR /&gt;
&lt;BR /&gt;
One of the things I can't make complete sense of is the 'mode', and then the 'default-encapsulation', then configuration of the spanning-tree protocol on the uplink ports.&lt;BR /&gt;
&lt;BR /&gt;
My question is, if you configure the mode, say dot1w, then does configuring the default-encapsulation for that same STP domain (say pvst-plus) override it?&lt;BR /&gt;
&lt;BR /&gt;
Also, as in the case of the STP domain of s1, is there any need to specify pvst-plus on the port 1:48 if you have already configured the 'default-encapsulation' as pvst-plus?&lt;BR /&gt;
&lt;BR /&gt;
create stpd s1&lt;BR /&gt;
configure stpd s1 mode dot1w&lt;BR /&gt;
enable stpd s1 rapid-root-failover&lt;BR /&gt;
configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
create stpd s2&lt;BR /&gt;
configure stpd s2 mode dot1w&lt;BR /&gt;
enable stpd s2 rapid-root-failover&lt;BR /&gt;
create stpd s3&lt;BR /&gt;
configure stpd voice mode dot1w&lt;BR /&gt;
enable stpd voice rapid-root-failover&lt;BR /&gt;
configure stpd voice default-encapsulation dot1d&lt;BR /&gt;
&lt;BR /&gt;
configure stpd mangament tag 1000&lt;BR /&gt;
configure stpd data tag data 500&lt;BR /&gt;
configure stpd data tag data 300&lt;BR /&gt;
&lt;BR /&gt;
enable stpd management&lt;BR /&gt;
enable stpd data&lt;BR /&gt;
enable stpd voice&lt;BR /&gt;
&lt;BR /&gt;
enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
enable stpd s1 auto-bind vlan management&lt;BR /&gt;
enable stpd s2 auto-bind vlan data&lt;BR /&gt;
enable stpd s3 auto-bind voice&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s1 add vlan managment ports 1:48 pvst-plus&lt;BR /&gt;
configure stpd s2 add vlan data ports 1:48 pvst-plus&lt;BR /&gt;
configure stpd s3 add vlan voice ports 1:48 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
I believe the answer is that the default encapsulation will override it, and with auto-bind on each of the stp domains of each of the ports will automatically bind to the default encapsulation type of the Vlans configured. So there is no need to add the addition of pvst-plus on port 1:48 for s1? &lt;BR /&gt;
&lt;BR /&gt;
Should the default encapsulation type not be compatible it will step back to that configured for the mode?&lt;BR /&gt;
&lt;BR /&gt;
I base that on the output below that shows &lt;BR /&gt;
&lt;BR /&gt;
STACK.7 # show stpd "voice" ports 1:2 detail&lt;BR /&gt;
Stpd: DATA       Port: 1:2       PortId: 8002    Stp: ENABLED    Path Cost: 200000&lt;BR /&gt;
Port Mode: 802.1D&lt;BR /&gt;
Port State:  FORWARDING         Topology Change Ack: FALSE&lt;BR /&gt;
Port Priority: 128&lt;BR /&gt;
Designated Root:   10:00:02:04:96:27:89:1c      Designated Cost: 18000&lt;BR /&gt;
Designated Bridge: 80:00:02:04:96:83:78:bf      Designated Port Id: 8002&lt;BR /&gt;
Partner STP version: Dot1w&lt;BR /&gt;
Restricted Role: Disabled&lt;BR /&gt;
Active Role: Disabled&lt;BR /&gt;
Edge Port Safe Guard: Disabled&lt;BR /&gt;
Bpdu Restrict: Disabled&lt;BR /&gt;
Participating Vlans: voice&lt;BR /&gt;
&lt;BR /&gt;
STACK.8 # show stpd "management" ports 1:2 detail&lt;BR /&gt;
Stpd: managment      Port: 1:2       PortId: 8002    Stp: ENABLED    Path Cost: 200000&lt;BR /&gt;
Port Mode: PVST+&lt;BR /&gt;
Port State:  FORWARDING         Topology Change Ack: FALSE&lt;BR /&gt;
Port Priority: 128&lt;BR /&gt;
Designated Root:   10:00:02:04:96:27:89:1c      Designated Cost: 18000&lt;BR /&gt;
Designated Bridge: 80:00:02:04:96:83:78:bf      Designated Port Id: 8002&lt;BR /&gt;
Partner STP version: Dot1w&lt;BR /&gt;
Restricted Role: Disabled&lt;BR /&gt;
Active Role: Disabled&lt;BR /&gt;
Edge Port Safe Guard: Disabled&lt;BR /&gt;
Bpdu Restrict: Disabled&lt;BR /&gt;
Participating Vlans: management&lt;BR /&gt;
&lt;BR /&gt;
Many thanks in advance&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Sun, 04 Oct 2015 02:19:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29391#M4794</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-04T02:19:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29392#M4795</link>
      <description>&lt;BR /&gt;
Hi Martin,&lt;BR /&gt;
&lt;BR /&gt;
We're working on picking these up a bit faster than this.  I'll post something for you tomorrow; requires some study on my side.      &lt;BR /&gt;
&lt;BR /&gt;
Best regards,&lt;BR /&gt;
Mike</description>
      <pubDate>Fri, 09 Oct 2015 02:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29392#M4795</guid>
      <dc:creator>Mike_D</dc:creator>
      <dc:date>2015-10-09T02:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29393#M4796</link>
      <description>Thanks Mike</description>
      <pubDate>Fri, 09 Oct 2015 02:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29393#M4796</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T02:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29394#M4797</link>
      <description>How are you getting on Mike. Thanks</description>
      <pubDate>Fri, 09 Oct 2015 02:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29394#M4797</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T02:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29395#M4798</link>
      <description>Just bumping this one as I'm going to need the answer very soon in order to correct any configuration errors. Thanks</description>
      <pubDate>Fri, 09 Oct 2015 02:56:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29395#M4798</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-09T02:56:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29396#M4799</link>
      <description>Hi Martin,&lt;BR /&gt;
&lt;BR /&gt;
The STP mode is the operational mode of the STP domain. For example, dot1d means that the the domain will operate according to 802.1d, and dot1w means that it will operate according to RSTP (802.1w).&lt;BR /&gt;
&lt;BR /&gt;
MSTP will set it to 802.1s, and then you will also need to specify whether this STP domain is for the CIST, or if it is an MST instance.&lt;BR /&gt;
&lt;BR /&gt;
The encapsulation defines how the BPDUs will be transmitted. If the default-encapsulation is set to dot1d, the BPDUs will be sent untagged. EMISTP is an Extreme proprietary encapsulation mode, that send the BPDUs encapsulated in an 802.1Q tag with an STPD ID in the VLAN ID field. The pvst-plus encapsulation mode is for compatibility for third-party switches running PVST+. In this mode, STP domains must have a one-to-one  relationship with VLANs.&lt;BR /&gt;
&lt;BR /&gt;
Let me know if you have any questions.&lt;BR /&gt;
&lt;BR /&gt;
-Brandon</description>
      <pubDate>Fri, 30 Oct 2015 20:40:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29396#M4799</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2015-10-30T20:40:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29397#M4800</link>
      <description>Hi Brandon,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for posting back..... do have another question to assert my understanding:&lt;BR /&gt;
&lt;BR /&gt;
So in the examples given the following would apply:&lt;BR /&gt;
&lt;BR /&gt;
configure stpd s1 mode dot1w&lt;BR /&gt;
enable stpd s1 rapid-root-failover&lt;BR /&gt;
configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
enable stpd s1 auto-bind vlan management&lt;BR /&gt;
configure stpd s1 add vlan managment ports 1:48 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
The stpd domain of s1 is configured for RSTP, but due to the 'default-encapsulation pvst-plus' then all vlans in that domain (s1) will transmit PVST+ (one-to-one) BPDU's (In this case only the&lt;BR /&gt;
management vlan is configured). &lt;BR /&gt;
&lt;BR /&gt;
Is there therefore any need to configure 'configure stpd s1 add vlan managment ports 1:48 pvst-plus' if the the 'default-encapsulation' is already sending out pvst-plus BPDU's as its part of the management Vlan belonging to the s1 spanning tree domain?&lt;BR /&gt;
&lt;BR /&gt;
Many thanks,&lt;BR /&gt;
&lt;BR /&gt;
Martin.&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Fri, 30 Oct 2015 21:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29397#M4800</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-30T21:14:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP mode or default, whats the difference?</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29398#M4801</link>
      <description>If the default encapsulation is already pvst-plus, there is no need to specify the encapsulation for each port. Specifying it per port allows you to override the default encapsulation.&lt;BR /&gt;
&lt;BR /&gt;
Also, note that in order to do PVST+, you must create a separate STP domain for each VLAN participating in PVST+.</description>
      <pubDate>Fri, 30 Oct 2015 21:14:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-mode-or-default-whats-the-difference/m-p/29398#M4801</guid>
      <dc:creator>BrandonC</dc:creator>
      <dc:date>2015-10-30T21:14:00Z</dc:date>
    </item>
  </channel>
</rss>

