<?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: Weird issues with routing in Switches, Hubs, and Modems</title>
    <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030088#M11917</link>
    <description>Hi&lt;BR /&gt;&lt;BR /&gt;In fact what i meant by bpdu protection is enabling the filter not the protection command &lt;BR /&gt;&lt;BR /&gt;because once you enable bpdu protection, the switch will disable (drop the link) of that port once it receives a spanning tree bpdu&lt;BR /&gt;and this port in fact will expect a bpdu from any side.&lt;BR /&gt;&lt;BR /&gt;What you need to enable is the bpdu filtering which will filter the bpdu on that specific port :&lt;BR /&gt;&lt;BR /&gt;Switch(config)#span a1 bpdu-filter&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
    <pubDate>Mon, 02 Jul 2007 04:15:08 GMT</pubDate>
    <dc:creator>Mohieddin Kharnoub</dc:creator>
    <dc:date>2007-07-02T04:15:08Z</dc:date>
    <item>
      <title>Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030085#M11914</link>
      <description>OK. I'm stumped. It's probably something stupid but here goes... &lt;BR /&gt;&lt;BR /&gt;I have two sites. lets call them site 1 and site 2, at each site I have 2 5300XL running RSTP and XRRP. It's not a complicated setup, the 2 switches are trunked together and edge switches have redundant paths to each switch.&lt;BR /&gt;&lt;BR /&gt;Now, I have a layer 2 connection between the two sites - I created a new vlan dedicated for this, gave IPs to each switch on this vlan and plugged in the layer2 connection. I couldn't ping the switches at the other site, yet I could ping the other switch at the same site.&lt;BR /&gt;&lt;BR /&gt;I noticed that when the layer2 connection was plugged in the two sites started talking RSTP to each other and thus the root switch changed. This might be expected I think this might be causing the issue.&lt;BR /&gt;&lt;BR /&gt;I then went back to basics, and just created the new vlan on one switch at each site (where the layer2 connect plugs in). I still couldn't ping the other IP.&lt;BR /&gt;&lt;BR /&gt;I then decided to investigate ARP on the vlan and on one switch i could see the MAC address/IP of the other but not vice versa. 'show cdp neighbor' shows that they are seeing each other.&lt;BR /&gt;&lt;BR /&gt;Getting frustrated I then took the cable out of the 5300XL at one site and wacked it into a 2600 switch, simple setup with no STP. This worked perfectly.&lt;BR /&gt;&lt;BR /&gt;I don't suppose anyone has any ideas as to what I can investigate next?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance!</description>
      <pubDate>Sun, 01 Jul 2007 13:49:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030085#M11914</guid>
      <dc:creator>benben_3</dc:creator>
      <dc:date>2007-07-01T13:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030086#M11915</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Let talk in simple way.&lt;BR /&gt;&lt;BR /&gt;Say we have 2 Switches with multiple Vlans and routing enabled on both, &lt;BR /&gt;If we just need a L2 connectivity, then we simply create one Vlan on both Switches and TAG the link between them to this Vlan&lt;BR /&gt;&lt;BR /&gt;And no matter whats the IP you configured on this Vlan on both Switch, if you have one client on both side they should be able to talk.&lt;BR /&gt;&lt;BR /&gt;So be sure you check this on both sites, the Vlan you created (no IP needed unless routing is required to other Vlans) and its Tagged on the Uplink between the 2 Sites.&lt;BR /&gt;&lt;BR /&gt;Regarding the Spanning Tree, you should consider each site has its Own Spanning Tree Topology.&lt;BR /&gt;&lt;BR /&gt;So, on both sites make sure you enable Spanning tree priority 0 on Core1 and Priority 1 on Core2 .&lt;BR /&gt;&lt;BR /&gt;And, enable BPDU protection on the uplink between the 2 sites, so NO Spanning Tree bpdu  Chat will happen on that uplink between the 2 sites.&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Sun, 01 Jul 2007 23:06:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030086#M11915</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2007-07-01T23:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030087#M11916</link>
      <description>Thanks for the quick response - the bpdu stuff sounds like what I want as i wish to keep the two STP topologies separate.&lt;BR /&gt;&lt;BR /&gt;Just a quick question, rather than bpdu-protection, do I want to use bpdu-filter as the filter prevents tx and rx of bpdu which of course manipulates the STP topology?&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Mon, 02 Jul 2007 03:44:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030087#M11916</guid>
      <dc:creator>benben_3</dc:creator>
      <dc:date>2007-07-02T03:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030088#M11917</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;In fact what i meant by bpdu protection is enabling the filter not the protection command &lt;BR /&gt;&lt;BR /&gt;because once you enable bpdu protection, the switch will disable (drop the link) of that port once it receives a spanning tree bpdu&lt;BR /&gt;and this port in fact will expect a bpdu from any side.&lt;BR /&gt;&lt;BR /&gt;What you need to enable is the bpdu filtering which will filter the bpdu on that specific port :&lt;BR /&gt;&lt;BR /&gt;Switch(config)#span a1 bpdu-filter&lt;BR /&gt;&lt;BR /&gt;Good Luck !!!</description>
      <pubDate>Mon, 02 Jul 2007 04:15:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030088#M11917</guid>
      <dc:creator>Mohieddin Kharnoub</dc:creator>
      <dc:date>2007-07-02T04:15:08Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030089#M11918</link>
      <description>That BPDU stuff worked a treat - i've now got two separate STP instances.&lt;BR /&gt;&lt;BR /&gt;I'm still having the problem tho, at one site - i can see the MAC address of all the switches on that vlan, however at the other site I can only see the mac of the other core switch (which is trunked) and not the mac addresses of the other switches.&lt;BR /&gt;&lt;BR /&gt;Very strange... &lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 02 Jul 2007 09:18:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030089#M11918</guid>
      <dc:creator>benben_3</dc:creator>
      <dc:date>2007-07-02T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030090#M11919</link>
      <description>After some more investigating, I found get it to work like this...&lt;BR /&gt;&lt;BR /&gt;5300 switch (site 1) subnet A &amp;lt;--&amp;gt; Subnet A 2600 switch (site 1) Subnet B &amp;lt;--&amp;gt; Subnet B 5300 switch (site 2)</description>
      <pubDate>Mon, 02 Jul 2007 12:23:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030090#M11919</guid>
      <dc:creator>benben_3</dc:creator>
      <dc:date>2007-07-02T12:23:41Z</dc:date>
    </item>
    <item>
      <title>Re: Weird issues with routing</title>
      <link>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030091#M11920</link>
      <description>oops, hit the submit instead of preview button. &lt;BR /&gt;&lt;BR /&gt;With the 2600 routing between the 2 subnets it works fine however I wish to remove the 2600 and just have the 5300's. &lt;BR /&gt;&lt;BR /&gt;sh mac vlan no. shows the mac addreses of the switch at the other site like I said in earlier posts however 'sh arp vlan no.' does now show the IP. &lt;BR /&gt;&lt;BR /&gt;Any further thoughts on this?</description>
      <pubDate>Mon, 02 Jul 2007 12:25:58 GMT</pubDate>
      <guid>https://community.hpe.com/t5/switches-hubs-and-modems/weird-issues-with-routing/m-p/4030091#M11920</guid>
      <dc:creator>benben_3</dc:creator>
      <dc:date>2007-07-02T12:25:58Z</dc:date>
    </item>
  </channel>
</rss>

