- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- HPE Aruba Networking & ProVision-based
- >
- How can I deactivate STP only on one port?
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
08-21-2012 06:59 AM - edited 08-21-2012 07:01 AM
08-21-2012 06:59 AM - edited 08-21-2012 07:01 AM
How can I deactivate STP only on one port?
Hello!
I have the CSE-H53 Serial-Ethernet-Converter from the company Sollae on a HP 4200vl (L11.20).
The device use port A20.
When I look in the switch log I see following entries:
I 08/21/12 09:37:20 ports: port A20 is Blocked by STP
I 08/21/12 09:37:21 ports: port A20 is now off-line
I 08/21/12 09:37:39 ports: port A20 is Blocked by STP
I 08/21/12 09:37:40 ports: port A20 is now off-line
I 08/21/12 09:39:01 ports: port A20 is Blocked by STP
I 08/21/12 09:39:01 ports: port A20 is now off-line
I 08/21/12 09:39:05 ports: port A20 is Blocked by STP
I 08/21/12 09:39:06 ports: port A20 is now off-line
After the block/offline action from the switch the device is permanent offline.
Is it possible to deactivate Spanning Tree for one Port?
The Spanning Tree config from the switch:
spanning-tree
spanning-tree config-name "sus"
spanning-tree config-revision 1
spanning-tree force-version RSTP-operation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-24-2012 03:46 AM
08-24-2012 03:46 AM
Re: How can I deactivate STP only on one port?
spanning-tree A20 bpdu-filter
This will "stop a specific port or ports from transmitting BPDUs, receiving BPDUs, and assume a continuous fowarding state" (on a 5400zl and other ProVision switches).
Be careful when playing with spanning tree though - you don't want to create a bigger problem!