- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- Re: Procurve 2510 MSTP
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-20-2014 04:44 AM
03-20-2014 04:44 AM
Procurve 2510 MSTP
Hello,
I’m trying to set up a failover network, where all the switches are connected in a loop. we have 2 Vlans on the switches vlan 1 and vlan 30. im having a few issues trying to set this up i wonder if anyone can help?
on all switches ports 1-10 are on vlan 1 and ports 11-20 are on vlan 30
if I enable stp on one switch everything works and there are no issues but if i enable spanning tree on 2 or more they start blocking all the ports?
I have attached a image of what I’m trying to do i hope someone can help
Regards
Ketan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2014 05:34 AM
03-20-2014 05:34 AM
Re: Procurve 2510 MSTP
Hi Ketan_Desai,
To confirm you have uplink ports connecting each switch together and both VLANs are trunked on these interconnecting ports?
I would set all the edge ports to admin "span <port_range> admin-edge-port
This will take the edge ports out of the topology so wont affect STP when it converges.
Set your "root" switch to the lowest priority "span prio 0". Normally this would be the switchthat has your router/firewall connected to.
What you can do is force STP to block on a specific port between two of your switches, to do this issue the following command on the switch that you want to block "span <port> priority <higher than 8>". This will force STP to see this port as a lower priority than the other inter switch connecting ports and block at this port.
This in itself should be enough to get the resilience in place and working. If you have any issues, strip everythig back to the most basic architecture - one connection between each switch on one port and then expand on that once it is stable.
HTH.
Don't forget to mark a post resolved if your question was answered.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2014 05:00 AM
03-21-2014 05:00 AM
Re: Procurve 2510 MSTP
Hello,
Thanks for your reply.
yes i have uplinks to all the switches. vlan 1 is untagged on one of the uplinks and vlan 30 is untagged on the other uplink. no has been selected on each other
port default vlan (1) Backup(30)
------ ------------------ --------------
1 untaggd no
2 untaggd no
11 no untagged
12 no untagged
i will give it a try today and get back to you
Thanks
Ketan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-21-2014 05:18 AM
03-21-2014 05:18 AM
Re: Procurve 2510 MSTP
Personally, I would trunk the four ports together and tag both VLANs on the trunks. By doing this you can use STP to block one of the inter-switch links. You could setup two MSTP regions for each VLAN if you need to have a different root bridge switch for each VLAN, but from what you are saying it would make more sense to put both VLANs over the same inter-switch links and then change one of the trunks STP priority so it blocks at that designated trunk.
Don't forget to mark a post resolved if your question was answered.