cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
2
Replies

Avoid Looping Issue

nasr.khan
Level 1
Level 1

Hi,

Edge Switches are connected to BackBone-SW as trunk. Interfaces on EDGE switches are with portfast.

How to avoid looping concerns and disable interface if user connects hub,switch,router to ports on Edge-SW.

Backbone switch Cisco 4506

Edge switch cisco 2960

2 Replies 2

Jason Fraioli
Level 3
Level 3

This may be what you are looking for on your portfast interfaces.

spanning-tree portfast bpduguard default

edit: BPDUGuard will shut down the interface, and you can use the following commands the auto-recover the interface.

errdisable recovery cause bpduguard

errdisable recovery interval 180

Thanks.

Do I need to configure any commands on Backbone-SW.

What is ideal "MSTP Akka PVST" in my scenario.

One BackBone-Sw with 12 Edge-SW connected via SFP as trunk ports.

We have 45 Vlans including Voice/Data Vlans.

where does VTP Pruning fits??

Where does BpduFilter fits??