- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Problems with Multiple Spanning Tree (MST)
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2012 12:52 AM
06-20-2012 12:52 AM
Problems with Multiple Spanning Tree (MST)
Hi gurus,
I have a simple problem, but can't see what I am doing wrong. I have a triangular setup between three 5406zl switches, and have made another mst instance to be able to allow some local VLAN's through a 10 gig line instead of a 2 gig trunk. See attached drawing.
Now I want to add another vlan to that instance. The vlan is numbered 200, and only exists in the two switches named h2sw001 and h2sw006. I tag the vlan on both switches on the interface D7, and everything works fine. Running the command "spanning-tree instance 1 vlan 200" on one of the switches works good, but when running the same command on the other switch the connection to that switch drops.
It doesn't matter what order I do it in, I lose connection with the last switch where I run that command. Management is in another VLAN in the ist instance. I don't have many VLANs configured on the switches (about 60), and no GVRP.
What am I missing?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-20-2012 05:25 AM
06-20-2012 05:25 AM
Re: Problems with Multiple Spanning Tree (MST)
I would do a "show span" before and after on the first switch, and see what is different in the configuration.
However, I think your problem is that "spanning-tree instance 1 vlan 200" will change your MST configuration hash. You can't have difference VLAN to instance mappings in the same region: potentially you could have packets hop between different instance trees and cause a forwarding loop.
"show span mst-config" should show you.
I think "spanning-tree instance 1 vlan 200" on the third switch in the region should fix things, even if VLAN 200 doesn't actually reach it.