- Community Home
- >
- Networking
- >
- Legacy
- >
- Switches, Hubs, Modems
- >
- Spanning tree issue with trunks
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
Discussions
Discussions
Discussions
Forums
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
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
тАО10-20-2009 11:40 PM
тАО10-20-2009 11:40 PM
Spanning tree issue with trunks
I have a problem in our netwerk with recently installed Procurve switches and was looking for some help.
The situation:
Switch A (5406 ZL)
Switch B (5406 ZL)
Switch C (2610)
Switch A and B are directly connected to eachother with a trunk of 4. Total 4Gb
Switch C is connected to A and B with a 1Gb per link. When switch C was connected spanning tree blocked the link between A and B. This link has a Cost of 10.000 and a priority of 64.
The links from A to C and from B to C have a cost of 20.000 and a priority of 128.
In a test setup with 3 switches (2610) no matter what I do, the trunk will be the active link or become the active link when it was interupted and returns.
What to do/configure?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 01:57 AM
тАО10-21-2009 01:57 AM
Re: Spanning tree issue with trunks
The solution is pretty simple: make sure one of your 5406 becomes the root, you should be able to do this with "spanning-tree priority 0"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 02:10 AM
тАО10-21-2009 02:10 AM
Re: Spanning tree issue with trunks
"sh span" should help you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 02:24 AM
тАО10-21-2009 02:24 AM
Re: Spanning tree issue with trunks
This the result:
Multiple Spanning Tree (MST) Information
STP Enabled : Yes
Force Version : MSTP-operation
IST Mapped VLANs : 1-4094
Switch MAC Address : 0024a8-07d6c0
Switch Priority : 32768
Max Age : 20
Max Hops : 20
Forward Delay : 15
Topology Change Count : 125
Time Since Last Change : 5 days
CST Root MAC Address : 0008a2-01c8b0
CST Root Priority : 32768
CST Root Path Cost : 200000
CST Root Port : 2
IST Regional Root MAC Address : 0024a8-07d6c0
IST Regional Root Priority : 32768
IST Regional Root Path Cost : 0
IST Remaining Hops : 20
Root Guard Ports :
TCN Guard Ports :
Protected Ports :
Filtered Ports :
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 02:41 AM
тАО10-21-2009 02:41 AM
Re: Spanning tree issue with trunks
"CST Root Port : This switch is root"
instead of:
"CST Root Port : 2"
But wait. AFAIK port #2 is only capable of 10/100, so it seems that you root switch is connected by this port, so your topology looks probably like this:
root(?)
|
|
(port #2)
2610
/ \
/ \
5406 5406
What device do you have there on that port?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 03:51 AM
тАО10-21-2009 03:51 AM
Re: Spanning tree issue with trunks
Just to unblock the port between A and B, do as they said.
use this commands in A or B
#spannint-tree instance 0 priority 1
this will make that switch the ROOT and will unblock the trunk link between the 2 switches.
and just for clarification, would you please use #show lldp info remote-device
in switch C, just to check the ROOT MAC address belongs to which device in your network.
Regards,
Islam Hassan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 03:56 AM
тАО10-21-2009 03:56 AM
Re: Spanning tree issue with trunks
The "show lldp info remote-device" command returns 2 entries, the link to switch A and the link to switch B. It does not talk about the STP root (port 2).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО10-21-2009 04:07 AM
тАО10-21-2009 04:07 AM
Re: Spanning tree issue with trunks
spanning-tree 2 bpdu-filter
If your switch supports pvst-filter then use this:
spanning-tree 2 bpdu-filter pvst-filter
BTW: you should also consider enabling bpdu-protection/pvst-protection on ports you don't use to connect your switches together.