<?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: RSTP between Extreme and Cisco in ExtremeSwitching (EXOS/Switch Engine)</title>
    <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55775#M16165</link>
    <description>One more thing, what if Cisco uses RSTP instead of PVST, how should the configuration on extreme side be?&lt;BR /&gt;</description>
    <pubDate>Wed, 30 Jul 2014 08:02:00 GMT</pubDate>
    <dc:creator>James_Red1</dc:creator>
    <dc:date>2014-07-30T08:02:00Z</dc:date>
    <item>
      <title>RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55770#M16160</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
Apologies for the the many posts. I'm relatively new to extreme.. Would just want to ask/seek help or sample configurations for anyone who has done RSTP config between Extreme and Cisco switches. Topology would be: &lt;BR /&gt;
&lt;BR /&gt;
A----B&lt;BR /&gt;
|        |&lt;BR /&gt;
C----D&lt;BR /&gt;
&lt;BR /&gt;
A&amp;amp;B are Extreme, C&amp;amp;D are Cisco. All are tagged/trunk ports.&lt;BR /&gt;
&lt;BR /&gt;
thank you,&lt;BR /&gt;
James&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2014 06:34:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55770#M16160</guid>
      <dc:creator>James_Red1</dc:creator>
      <dc:date>2014-07-30T06:34:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55771#M16161</link>
      <description>&lt;P class="fancybox-image"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="4eca6c48d8c244b6b00b6342f0d6c4f9_RackMultipart20140730-11659-1tk88gz-11_inline.jpg"&gt;&lt;img src="https://community.extremenetworks.com/t5/image/serverpage/image-id/5396iE9F1D3B9DAE2E03C/image-size/large?v=v2&amp;amp;px=999" role="button" title="4eca6c48d8c244b6b00b6342f0d6c4f9_RackMultipart20140730-11659-1tk88gz-11_inline.jpg" alt="4eca6c48d8c244b6b00b6342f0d6c4f9_RackMultipart20140730-11659-1tk88gz-11_inline.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;B&gt;&lt;U&gt;M6:U38&lt;/U&gt;&lt;/B&gt;     &lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    # Module vlan configuration.&lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan default delete ports all&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default delete ports 1-50&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default add ports 1-50&lt;BR /&gt;
&lt;BR /&gt;
    create vlan "data"&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan data tag 20&lt;BR /&gt;
&lt;BR /&gt;
    create vlan "test"&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan test tag 10&lt;BR /&gt;
&lt;BR /&gt;
    create vlan "unatagg"&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan unatagg tag 50&lt;BR /&gt;
&lt;BR /&gt;
    configure ports 49 auto off speed 10000 duplex full&lt;BR /&gt;
&lt;BR /&gt;
    configure ports 50 auto off speed 10000 duplex full&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan data add ports 1-2 tagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan Default add ports 1-50 untagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan test add ports 1-2 tagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default delete protocol mpls&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    # Module stp configuration.&lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    configure mstp region 0004968255cf&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s0 delete vlan default ports all&lt;BR /&gt;
&lt;BR /&gt;
    disable stpd s0 auto-bind vlan default&lt;BR /&gt;
&lt;BR /&gt;
    create stpd s1&lt;BR /&gt;
&lt;BR /&gt;
    create stpd s2&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s0 add vlan Default ports 1 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 add vlan test ports 1 emistp&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 add vlan data ports 1 emistp&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s0 add vlan Default ports 2 dot1d&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 add vlan test ports 2 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 add vlan data ports 2 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s0 tag 1&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 tag 10&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s1&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 tag 20&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s2&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt;M7:U37&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    # Module vlan configuration.&lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan default delete ports all&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default delete ports 1-12&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default add ports 1-12&lt;BR /&gt;
&lt;BR /&gt;
    create vlan "data"&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan data tag 20&lt;BR /&gt;
&lt;BR /&gt;
    create vlan "test"&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan test tag 10&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan data add ports 1-2 tagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan Default add ports 1-12 untagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vlan test add ports 1-2 tagged&lt;BR /&gt;
&lt;BR /&gt;
    configure vr VR-Default delete protocol mpls&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    # Module stp configuration.&lt;BR /&gt;
&lt;BR /&gt;
    #&lt;BR /&gt;
&lt;BR /&gt;
    configure mstp region 000496839c40&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s0 delete vlan default ports all&lt;BR /&gt;
&lt;BR /&gt;
    disable stpd s0 auto-bind vlan default&lt;BR /&gt;
&lt;BR /&gt;
    create stpd s1&lt;BR /&gt;
&lt;BR /&gt;
    create stpd s2&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 priority 1&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s0 auto-bind vlan Default&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 add vlan test ports 1 emistp&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 add vlan data ports 1 emistp&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 add vlan test ports 2 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 add vlan data ports 2 pvst-plus&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s1 tag 10&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s1&lt;BR /&gt;
&lt;BR /&gt;
    configure stpd s2 tag 20&lt;BR /&gt;
&lt;BR /&gt;
    enable stpd s2&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt;K7:U32(3550)&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt; &lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree mode pvst&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree extend system-id&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    vlan 10,20-21&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
    vlan 50&lt;BR /&gt;
&lt;BR /&gt;
    name UNTAGGED&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
    vlan 200&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    interface FastEthernet0/1&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
    interface FastEthernet0/2&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt;K7:U33:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt; &lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    interface GigabitEthernet3/0/2&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
    no shutdown&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
    interface GigabitEthernet3/0/3&lt;BR /&gt;
&lt;BR /&gt;
    switchport trunk encapsulation dot1q&lt;BR /&gt;
&lt;BR /&gt;
    switchport mode trunk&lt;BR /&gt;
&lt;BR /&gt;
    no shutdown&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt;!&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt; &lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree mode pvst&lt;BR /&gt;
&lt;BR /&gt;
    spanning-tree extend system-id&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    vlan 10,20-21&lt;BR /&gt;
&lt;BR /&gt;
    !&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    &lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt; &lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt;Point to be consider:&lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    &lt;B&gt;&lt;U&gt; &lt;/U&gt;&lt;/B&gt;&lt;BR /&gt;
&lt;BR /&gt;
    1)       In Cisco, the Uplink to Extreme will be a trunk port. ( if not,  ask him to do it) So, we need to add all the VLANs as tagged VLANs in the  uplink port to Cisco.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
    2)       In Cisco, there is no need to configure the tag value for VLAN/STP  domain (every instance running in Cisco for per VLAN – can be called as  different STP domain). Because they create VLAN with numbers which is the tag  value.&lt;BR /&gt;
&lt;BR /&gt;
    So, we need to tag the STPD  domain in our switch. We will be creating 1 STPD for 1 VLAN. So, for that STPD,  the tag value should be exactly same as the VLAN which is participating in that  STPD domain.&lt;BR /&gt;
&lt;BR /&gt;
    3)       VLAN left is the “the native VLAN” in Cisco. By default, VLAN 1 is  the native VLAN in Cisco. Check if customer is using the VLAN 1 for data  purpose. If customer is not using, then just delete our VLAN “default” from the  uplink port. If he is using, simply add our “Default” VLAN to any of the  created STPD domain. Trust me, it will work. But, make sure you are adding the  VLAN “default” to the same STPD domain in all the other switches.&lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;
     &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2014 06:41:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55771#M16161</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-07-30T06:41:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55772#M16162</link>
      <description>Thank you for the info Summit. Some clarifications:&lt;BR /&gt;
&lt;UL&gt; if I have 4 VLANS passing through that link, do I have to create 4 stpd instances? Why is it that ports 1&amp;amp;2 uses different types, emistp and pvst-plus? 
&lt;LI&gt;If I will not use Default VLAN, can I just delete it from s0 and disable s0? 
 &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 30 Jul 2014 07:11:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55772#M16162</guid>
      <dc:creator>James_Red1</dc:creator>
      <dc:date>2014-07-30T07:11:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55773#M16163</link>
      <description>Yes, 4 STPD domain.&lt;BR /&gt;
You can configure it as PVST-plus. This doesn't make any major difference.</description>
      <pubDate>Wed, 30 Jul 2014 07:23:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55773#M16163</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-07-30T07:23:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55774#M16164</link>
      <description>ok, noted on that.&lt;BR /&gt;
&lt;BR /&gt;
I more question, I noticed that in M6 you didn't configure priority for s1 and s2. In M7 you configured priority in s2 only giving it a value of 1(higher priority). &lt;BR /&gt;
&lt;UL&gt; 
&lt;LI&gt;Does that mean that each vlan/stpd has its own priority? 
 
&lt;/LI&gt;&lt;LI&gt;Is it possible that in a same switch(m7), port2 for s2 is forwarding while the port2 for s1 is blocking since it has lower priority? 
&lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 30 Jul 2014 07:46:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55774#M16164</guid>
      <dc:creator>James_Red1</dc:creator>
      <dc:date>2014-07-30T07:46:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55775#M16165</link>
      <description>One more thing, what if Cisco uses RSTP instead of PVST, how should the configuration on extreme side be?&lt;BR /&gt;</description>
      <pubDate>Wed, 30 Jul 2014 08:02:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55775#M16165</guid>
      <dc:creator>James_Red1</dc:creator>
      <dc:date>2014-07-30T08:02:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55776#M16166</link>
      <description>Yes. every STPD domain has it's own priority. &lt;BR /&gt;
You can play with priority or port cost to change the forwarding/blocking.&lt;BR /&gt;
&lt;BR /&gt;
RSTP: Hint: Think about, how cisco works with RSTP. If there are 10 vlans configured with RSTP on Cisco then how many BPDU packet Cisco device will sent out? What is the TAG value those BPDU?&lt;BR /&gt;
&lt;BR /&gt;
Depending upon that configure it on Extreme devices.&lt;BR /&gt;
&lt;BR /&gt;
Please go through EXOS concept guide for further information.</description>
      <pubDate>Wed, 30 Jul 2014 09:12:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55776#M16166</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-07-30T09:12:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55777#M16167</link>
      <description>Hi Sumit,&lt;BR /&gt;
&lt;BR /&gt;
Can you give me a little more hint on the rstp config?  Will the basic config below work when interconnecting with Cisco? &lt;BR /&gt;
&lt;BR /&gt;
3 VLANS will pass through the link, all ports tagged&lt;BR /&gt;
&lt;BR /&gt;
VLAN100 - Test1, ports 1:1, 1:2 tagged&lt;BR /&gt;
VLAN101 - Test2, ports 1:1, 1:2 tagged&lt;BR /&gt;
VLAN102 - Test3, ports 1:1, 1:2 tagged&lt;BR /&gt;
&lt;BR /&gt;
create stpd Test&lt;BR /&gt;
configure stpd Test mode dot1w&lt;BR /&gt;
configure stpd Test add vlan Test1 ports 1:1,1:2&lt;BR /&gt;
configure stpd Test add vlan Test2 ports 1:1,1:2&lt;BR /&gt;
configure stpd Test add vlan Test3 ports 1:1,1:2&lt;BR /&gt;
configure stpd Test ports link-type point-to-point 1:1,1:2&lt;BR /&gt;
configure stpd Test tag 100&lt;BR /&gt;
&lt;BR /&gt;
Thanks!&lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2014 08:45:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55777#M16167</guid>
      <dc:creator>James_Red1</dc:creator>
      <dc:date>2014-08-05T08:45:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55778#M16168</link>
      <description>The above configuration may work. &lt;BR /&gt;
The configuration is always depends on other end(Cisco) also. &lt;BR /&gt;
&lt;BR /&gt;</description>
      <pubDate>Tue, 05 Aug 2014 16:42:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55778#M16168</guid>
      <dc:creator>Sumit_Tokle</dc:creator>
      <dc:date>2014-08-05T16:42:00Z</dc:date>
    </item>
    <item>
      <title>RE: RSTP between Extreme and Cisco</title>
      <link>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55779#M16169</link>
      <description>I'm four months watching extreme switches, everything was fine until I got to configure spanning tree.&lt;BR /&gt;
on cisco virtually nothing to configure spanning tree with almost everything is automated.  &lt;BR /&gt;
but extreme it is very confusing.&lt;BR /&gt;
If I enable pvst + must create a domain per vlan, associating ports, just watch the "show configuration stp" is long.&lt;BR /&gt;
with that my clients are scared. They are accustomed to something practical and simple to configure.&lt;BR /&gt;
&lt;BR /&gt;
I think that should change how extreme configure spanning tree&lt;BR /&gt;</description>
      <pubDate>Fri, 15 Aug 2014 10:06:00 GMT</pubDate>
      <guid>https://community.extremenetworks.com/t5/extremeswitching-exos-switch/rstp-between-extreme-and-cisco/m-p/55779#M16169</guid>
      <dc:creator>Jhonn_Bejar</dc:creator>
      <dc:date>2014-08-15T10:06:00Z</dc:date>
    </item>
  </channel>
</rss>

