- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Spanning-tree on procurve
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
01-20-2017 10:19 AM
01-20-2017 10:19 AM
Spanning-tree on procurve
I am new to HP and only worked on there vendors. I am enable Rapid Spanning-Tree. I saw this in the configurtion.
Note Spanning-Tree is off. PLease let me know if I need to remove this (spanning-tree priority 4)
interface Trk1
untagged vlan 1
spanning-tree priority 4
exit
interface Trk4
untagged vlan 1
spanning-tree priority 4
exit
interface Trk5
untagged vlan 1
spanning-tree priority 4
exit
Multiple Spanning Tree (MST) Configuration Information
STP Enabled [No] : No
Force Version [MSTP-operation] : MSTP-operation
Default Path Costs [802.1t] : 802.1t
MST Configuration Name : 2c59e50fd7c0
MST Configuration Revision : 0 Switch Priority : 32768
Forward Delay [15] : 15 Hello Time [2] : 2
Max Age [20] : 20 Max Hops [20] : 20
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017 09:50 AM
01-24-2017 09:50 AM
Re: Spanning-tree on procurve
Hello. When trunks are created the spanning-tree priority for them is lowered so that they are preferred over single links of the same speed (and path-cost) downstream. There is no effect when spanning-tree is disabled.
8 is the default priority. If you don't plan on enabling spanning-tree and really do not want to see it displayed in "show run" you could set the priority manually. If it were me I'd leave it alone.
HP-Stack-2920(config)# show run interface trk1
Running configuration:
interface Trk1
untagged vlan 1
spanning-tree priority 4
exit
HP-Stack-2920(config)# span trk1 priority 8
HP-Stack-2920(config)# show run interface trk1
Running configuration:
interface Trk1
untagged vlan 1
exit