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?
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 ?
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.
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.
12-19-2019 07:39 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide