- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- RSTP issue on HP J9145A 2910al-24G
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
03-06-2016 03:49 PM
03-06-2016 03:49 PM
RSTP issue on HP J9145A 2910al-24G
I'm running STP in rapid-pvst mode on a group of 4 switches split between 2 sites. They are setup like this:
Site A Site B
swtch1=============switch1
|| ||
switch2-------------------switch2
The "top" switches at each site are connected via 2 x 1Gb/s fibre links in a trunk. The switches within each site are connected via 2 x 1Gb/s copper in a trunk. The "bottom" switches are connected to each other via a single 1Gb/s fibre link. Site A, switch 1 is STP root.
The problem I'm having is that switch 2, site B is preferring the 1Gb fibre link over the 2Gb copper trunk. I've tried setting the path-cost and priority on that link/port to be very high but has no effect. Is this by design for some reason? Is there any way I can get the switch to prefer the 2Gb trunk over the 1Gb fibre?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2016 05:08 PM
03-21-2016 05:08 PM
Re: RSTP issue on HP J9145A 2910al-24G
I was using the wrong commands. Port 24 is used for the link between the two 'bottom' switches.
spanning-tree 24 path-cost 30000 -> does not work spanning-tree instance 1 24 path-cost 30000 -> does not work either
what does work is
spanning-tree port 24 vlan 1 path-cost 30000
So what are the first two commands used for? I still haven't found the working command in any documentation as yet, I found it by accident.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2016 09:34 AM
03-23-2016 09:34 AM
Re: RSTP issue on HP J9145A 2910al-24G
The other commands are for standard (non per-VLAN) spanning tree.