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

How do I enable a port disabled by BPDU Guard?

promanelka
Level 1
Level 1

In packet tracer, I enabled the following command on a switchport connected to a PC.

interface f0/1
  spanning-tree portfast
  spanning-tree bpduguard enable

I removed the PC and connected a new switch on that same port (f0/1). And as expected the new switch started sending BPDU Hello messages, also as expected BPDU Guard kicked in and disabled the interface.

How do I enable this interface?

I've tried disabling the BPDU Guard STP feature with the command:

interface f0/1
  spanning-tree bpduguard disable
  no shutdown

to no avail.

What should I do to remove the link from an err-disabled state and make the link in an up/up state?

2 Replies 2

Joseph W. Doherty
Hall of Fame
Hall of Fame

Packer Tracer can be hit or miss as to its fidelity.  You may need to reload the device or even restart PT.

Have you tried shutdown and no shutdown of the interface`?

You can also try configuring automatic recovery from the err-disable state. In global config mode try the following commands:

errdisable recovery cause bpduguard

errdisable recovery interval 30

The interface should recover form err-disable in 30 seconds. Use the following command to verify:

show errdisable recovery

HTH

Regards, LG
*** Please Rate All Helpful Responses ***