Need solution for odd recurring event of users interconnecting two switchports
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 05:16 AM
After taking a new job and over the course 10 months I have seen an unusual thing happen. I have had users interconnect two data ports on the same switch 3 times. This occurs at the main campus and brings the entire network to it's knees, which I didn't think could happen. All the ports are configure portfast. Should I remove the portfast? What is the best/easiest way to prevent this from nuking the network again?
- Labels:
-
LAN Switching

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 05:33 AM - edited 12-19-2019 05:37 AM
Hello,
the best option would obviously be to keep users from physical access to the switches. If that is not possible, you could try and implement some sort of authentication. What is the typical configuration of an access port now ?
--> I have had users interconnect two data ports on the same switch 3 times.
What do the users actually do, connect two ports on the same switch to a hub ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 05:34 AM
Hi there,
It is best practice to enable BPDU Guard on access ports. On each access switchport add the following:
! spanning-tree bpduguard enable !
This will place the switchprort in a err-disabled state (requiring a shut/ no shut to bring it back up) when ever it receives a BPDU, ie when it is connected to another switch, or itself.
cheers,
Seb.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 01:06 PM
Seb Rupik response is the best, HOWEVER, BPDU Guard is of no use if someone has (secretly) enabled "auto-recovery" of error-disabled ports.
Another thing, if you're new to the job, don't enable BPDU Guard without permission.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2019 07:39 AM
You could try Seb's suggestion. That would be easy and might be enough.
Your devices might have additional features to further limit and/or mitigate someone spanning two ports, like unicast flooding limits, etc.
You mention the "... brings the entire network to it's knees ...", which makes me wonder about your L2 design (perhaps a L2 redesign would limit the impact area).
