- Community Home
- >
- Networking
- >
- Switching and Routing
- >
- Comware Based
- >
- Re: bpdu frame on access 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
01-29-2021 12:02 AM
01-29-2021 12:02 AM
Hello,
On a 5510 switch, I have bpdu frames on an interface when I scan with wireshark.
The stp edge port feature is enabled on it.
Every 2 seconds, the switch sends bpdu frames on the interface. The computer connected to the interface receives them every 2 seconds.
Here is the port configuration:
port link-mode bridge
port access vlan X
stp edged-port
The stp bpdu-protection feature is disabled
My question :
On an interface configured as stp edge port, I should not receive bpdu frames? The switch should not send these frames out?
thanks for your reply
Regards.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2021 12:26 AM - edited 01-29-2021 12:45 AM
01-29-2021 12:26 AM - edited 01-29-2021 12:45 AM
SolutionHI @JM0945 !
It is expected. STP edge doesn't mean the port must stay silent and sends no BPDUs, rather it means that we do not expect any inbound BPDU from the connected device. However, our switches keep sending BPDUs in order to detect any miswiring or misconfiguration. Like if somebody connects a switch to an edge port, we can inform that device as fast as we can (stp hello interval) that we speak STP. Also, even if that device is unmanaged switch that is STP-agnostic, but creates a loop, we can easily detect it, because we will start getting our own BPDUs back on this edge port.