cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
511
Views
0
Helpful
1
Replies

Can you disable Spanning tree on a single interface?

beckmanp
Level 1
Level 1

We want to disable Spanning tree on a single port as it keeps blocking due to an error from a non Cisco device sending a q tagged BDPU on a non taged interface. To make sure there were no loops I shutdown all other interfaces and still this port goes down. I do not want to disable STP for the rest of the switch. How do I disable STP on this one port. This is on a 4507 running Native IOS 12.1

Any help appreciated.

1 Reply 1

Erick Bergquist
Level 6
Level 6

You can use the 'spanning-tree bpdufilter enable' command on the interface. This disables BPDUs on the interface. need IOS 12.1(12c)EW at least.

http://www.cisco.com/univercd/cc/td/doc/product/lan/cat4000/12_1_14/cmdref/s1.htm#81839

Caution Use care when entering the spanning-tree bpdufilter enable command. Enabling BPDU filtering on an interface is approximately equivalent to disabling the spanning tree for this interface. It is possible to create bridging loops if this command is not correctly used

Also, you could make the interface a L3 / routed interface to disable spanning tree but the device would have to be in its own subnet then.