<?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: spanning-tree interopability problems with cisco in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/spanning-tree-interopability-problems-with-cisco/m-p/3676835#M6429</link>
    <description>&lt;BR /&gt;I have seen two spanning tree ideosynchrasies&lt;BR /&gt;when mixing Cisco and another vendor (it was&lt;BR /&gt;Extreme when I ran into this).&lt;BR /&gt;&lt;BR /&gt;Cisco switch sends the BPDU's on trunks&lt;BR /&gt;SNAP encapsulated.  The Extreme switch&lt;BR /&gt;that received them did not un-SNAP&lt;BR /&gt;them, and forwared them as usual traffic.&lt;BR /&gt;Any Cisco switches on untagged ports then&lt;BR /&gt;exitted the network with a message about&lt;BR /&gt;"802.1q BPDU received on non trunk".&lt;BR /&gt;Extreme eventually dealt with this.&lt;BR /&gt;&lt;BR /&gt;The other problem is when connecting&lt;BR /&gt;untagged ports between Cisco (and other)&lt;BR /&gt;switches running CDP (Cisco Discovery&lt;BR /&gt;Protocol).  If the native vlan at both&lt;BR /&gt;ends is not the same, CDP disables the&lt;BR /&gt;port, and logs a message.  Solution is to ensure connections between untagged ports&lt;BR /&gt;always use same native vlan, or always&lt;BR /&gt;use 802.1q between switches, or turn cdp&lt;BR /&gt;off.&lt;BR /&gt;&lt;BR /&gt;I think if you always use 802.1q between&lt;BR /&gt;switches, and never use native vlans, you will be OK.&lt;BR /&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 23 Nov 2005 18:49:01 GMT</pubDate>
    <dc:creator>Bruce Campbell_3</dc:creator>
    <dc:date>2005-11-23T18:49:01Z</dc:date>
    <item>
      <title>spanning-tree interopability problems with cisco</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/spanning-tree-interopability-problems-with-cisco/m-p/3676834#M6428</link>
      <description>Here's my scenario:&lt;BR /&gt;&lt;BR /&gt;Switch A is a cisco 3550, running an 802.1q trunk to switch B, which is a Procurve 2524.  The Procurve (switch B) has a port set to vlan 95 (untagged/native).  Switch B connects back to another cisco switch (switch C) that I have no control over.  &lt;BR /&gt;&lt;BR /&gt;The problem is this: switch C is seeing 802.1Q BPDUs coming thru the Procurve switch (which I actually think are originating from switch A, not the Procurve), and switch C disables the port because the BPDU types do not match.  I can't run a 802.1Q trunk between switch B and C (like I said, switch C is out of my control).  The only solution to this that I've found thus far is to disable spanning-tree altogether for vlan 95 on switch A.  I can leave spanning-tree up for all the other VLANs and everything is fine.&lt;BR /&gt;&lt;BR /&gt;I know what the problem really traces back to, that would be cisco's insistance of using PVST, without the option to revert to the actual 802.1D standard.  My question is this:  is there any way I can set the Procurve to not pass along the BPDUs coming out of switch A, or else a way to "force" the port to a non-trunking mode (ala the cisco command "switchport mode access")?  I know I could just leave spanning tree disabled for VLAN 95 (there is literally only the one port in that VLAN, it's only used for an uplink outside the network), but since I don't have this problem in an all-cisco environment, I'd like to figure out some other solution.&lt;BR /&gt;&lt;BR /&gt;I was thinking of maybe playing around with using MST instead of 802.1D, but the 2500-series Procurves don't appear to support it (only the 2600s and higher), plus then there's the issue of older cisco's (2900xl's for instance) not supporting it either.&lt;BR /&gt;&lt;BR /&gt;Of course, what I'd REALLY like is for $(*@#@@!!'ing cisco to just adhere to the standard, but we know that won't be happening.&lt;BR /&gt;&lt;BR /&gt;Does anybody have any ideas on this?</description>
      <pubDate>Tue, 22 Nov 2005 14:17:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/spanning-tree-interopability-problems-with-cisco/m-p/3676834#M6428</guid>
      <dc:creator>Carl Boyd</dc:creator>
      <dc:date>2005-11-22T14:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: spanning-tree interopability problems with cisco</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/spanning-tree-interopability-problems-with-cisco/m-p/3676835#M6429</link>
      <description>&lt;BR /&gt;I have seen two spanning tree ideosynchrasies&lt;BR /&gt;when mixing Cisco and another vendor (it was&lt;BR /&gt;Extreme when I ran into this).&lt;BR /&gt;&lt;BR /&gt;Cisco switch sends the BPDU's on trunks&lt;BR /&gt;SNAP encapsulated.  The Extreme switch&lt;BR /&gt;that received them did not un-SNAP&lt;BR /&gt;them, and forwared them as usual traffic.&lt;BR /&gt;Any Cisco switches on untagged ports then&lt;BR /&gt;exitted the network with a message about&lt;BR /&gt;"802.1q BPDU received on non trunk".&lt;BR /&gt;Extreme eventually dealt with this.&lt;BR /&gt;&lt;BR /&gt;The other problem is when connecting&lt;BR /&gt;untagged ports between Cisco (and other)&lt;BR /&gt;switches running CDP (Cisco Discovery&lt;BR /&gt;Protocol).  If the native vlan at both&lt;BR /&gt;ends is not the same, CDP disables the&lt;BR /&gt;port, and logs a message.  Solution is to ensure connections between untagged ports&lt;BR /&gt;always use same native vlan, or always&lt;BR /&gt;use 802.1q between switches, or turn cdp&lt;BR /&gt;off.&lt;BR /&gt;&lt;BR /&gt;I think if you always use 802.1q between&lt;BR /&gt;switches, and never use native vlans, you will be OK.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 23 Nov 2005 18:49:01 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/spanning-tree-interopability-problems-with-cisco/m-p/3676835#M6429</guid>
      <dc:creator>Bruce Campbell_3</dc:creator>
      <dc:date>2005-11-23T18:49:01Z</dc:date>
    </item>
  </channel>
</rss>

