<?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 STP configuration compared to Cisco in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-compared-to-cisco/m-p/44671#M10991</link>
    <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I am sorry to ask very basic question but somehow I was not able to find exact answer :&lt;BR /&gt;
&lt;BR /&gt;
1) In extreme switches ; by default is STP enabled and running ? I mean if i dont do any configuration &lt;BR /&gt;
stpd s0 runs on all the ports ? Is it default 802.1D flavor ?&lt;BR /&gt;
&lt;BR /&gt;
2) I am somehow confused about configure stpd default-encap &amp;lt; &amp;gt; command . Can you please explain the usage.&lt;BR /&gt;
&lt;BR /&gt;
3) I Intend to use PVST+ . My impression from Cisco switches is that in case you enabled mode to pvst ,it creates a instance of stp for all vlans present in switch . Is this same for extreme as well .. &lt;BR /&gt;
&lt;BR /&gt;
I am planning following config :&lt;BR /&gt;
&lt;BR /&gt;
create stpd s1&lt;BR /&gt;
configure stpd s1 mode pvst-plus&lt;BR /&gt;
configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
configure stpd s1 add vlan ONM ports &amp;lt; &amp;gt;  pvst-plus&lt;BR /&gt;
enable stpd s1 &lt;BR /&gt;
&lt;BR /&gt;
My query is on command # 4 &lt;BR /&gt;
a) Basically I am creating a instance of pvst+ for vlan ONM .. for "N" number of vlans ; I have to repeat this command "N" number of times ?&lt;BR /&gt;
b) Am I supposed to explicitly mention ports in vlan ONM ? If at a later stage I bring up additional trunk with ONM vlan allowed ; I am supposed to edit this command each time ?&lt;BR /&gt;
&lt;BR /&gt;
Please let me know&lt;BR /&gt;</description>
    <pubDate>Tue, 31 May 2016 12:09:00 GMT</pubDate>
    <dc:creator>Gaurav_Madan</dc:creator>
    <dc:date>2016-05-31T12:09:00Z</dc:date>
    <item>
      <title>STP configuration compared to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-compared-to-cisco/m-p/44671#M10991</link>
      <description>Hi&lt;BR /&gt;
&lt;BR /&gt;
I am sorry to ask very basic question but somehow I was not able to find exact answer :&lt;BR /&gt;
&lt;BR /&gt;
1) In extreme switches ; by default is STP enabled and running ? I mean if i dont do any configuration &lt;BR /&gt;
stpd s0 runs on all the ports ? Is it default 802.1D flavor ?&lt;BR /&gt;
&lt;BR /&gt;
2) I am somehow confused about configure stpd default-encap &amp;lt; &amp;gt; command . Can you please explain the usage.&lt;BR /&gt;
&lt;BR /&gt;
3) I Intend to use PVST+ . My impression from Cisco switches is that in case you enabled mode to pvst ,it creates a instance of stp for all vlans present in switch . Is this same for extreme as well .. &lt;BR /&gt;
&lt;BR /&gt;
I am planning following config :&lt;BR /&gt;
&lt;BR /&gt;
create stpd s1&lt;BR /&gt;
configure stpd s1 mode pvst-plus&lt;BR /&gt;
configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
configure stpd s1 add vlan ONM ports &amp;lt; &amp;gt;  pvst-plus&lt;BR /&gt;
enable stpd s1 &lt;BR /&gt;
&lt;BR /&gt;
My query is on command # 4 &lt;BR /&gt;
a) Basically I am creating a instance of pvst+ for vlan ONM .. for "N" number of vlans ; I have to repeat this command "N" number of times ?&lt;BR /&gt;
b) Am I supposed to explicitly mention ports in vlan ONM ? If at a later stage I bring up additional trunk with ONM vlan allowed ; I am supposed to edit this command each time ?&lt;BR /&gt;
&lt;BR /&gt;
Please let me know&lt;BR /&gt;</description>
      <pubDate>Tue, 31 May 2016 12:09:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-compared-to-cisco/m-p/44671#M10991</guid>
      <dc:creator>Gaurav_Madan</dc:creator>
      <dc:date>2016-05-31T12:09:00Z</dc:date>
    </item>
    <item>
      <title>RE: STP configuration compared to Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-compared-to-cisco/m-p/44672#M10992</link>
      <description>1. No, it's disabled by default. If you enable the 's0' stp domain, only 'default' vlan will be automatically part of it by auto-bind by default.&lt;BR /&gt;
&lt;BR /&gt;
2. This command is to configure which type of BPDU packets will be sent out of a port in a vlan. For PVST+, untagged ports should be 'dot1d' encapsulation type and tagged ports should be 'pvst-plus' encapsulation type. &lt;BR /&gt;
&lt;BR /&gt;
# create vlan ONM tag 100&lt;BR /&gt;
# configure vlan ONM add port 1 2 tagged&lt;BR /&gt;
# configure vlan ONM add port 3 4 untagged&lt;BR /&gt;
&lt;BR /&gt;
# create stpd s1&lt;BR /&gt;
# configure stpd s1 mode dot1w  # This is for RSTP&lt;BR /&gt;
# configure stpd s1 add vlan ONM ports 1 2 pvst-plus&lt;BR /&gt;
# configure stpd s1 add vlan ONM ports 3 4 dot1d&lt;BR /&gt;
# configure stpd s1 tag 100&lt;BR /&gt;
# enable stpd s1&lt;BR /&gt;
&lt;BR /&gt;
3. You need to create an individual stp domain for every VLAN.&lt;BR /&gt;
&lt;BR /&gt;
4. You could use the 'auto-bind' feature to add ports into a corresponding stp domain automatically.&lt;BR /&gt;
&lt;BR /&gt;
# configure stpd s1 default-encapsulation pvst-plus&lt;BR /&gt;
# enable stpd s1 auto-bind vlan ONM&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 01 Jun 2016 12:58:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/stp-configuration-compared-to-cisco/m-p/44672#M10992</guid>
      <dc:creator>Kevin_Kim</dc:creator>
      <dc:date>2016-06-01T12:58:00Z</dc:date>
    </item>
  </channel>
</rss>

