bridge spanning-tree errdisable-timeout
Use this command to enable the error-disable-timeout facility, which sets a timeout for ports that are disabled due to the BPDU guard feature.
The BPDU guard feature shuts down the port on receiving a BPDU on a BPDU-guard enabled port. This command associates a timer with the feature such that the port gets enabled back without manual intervention after a set interval.
Use the no parameter to disable the error-disable-timeout facility.
Command Syntax
bridge <1-32> spanning-tree errdisable-timeout enable
bridge <1-32> spanning-tree errdisable-timeout interval <10-1000000>
no bridge <1-32> spanning-tree errdisable-timeout enable
no bridge <1-32> spanning-tree errdisable-timeout interval
Parameters
<1-32>
Specify the bridge group ID.
enable
Enable the timeout mechanism for the port to be enabled back
interval
Specify the interval after which port shall be enabled.
<10-1000000>
Specify the error-disable-timeout interval in seconds.
Default
By default, the port is enabled after 300 seconds
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#bridge 1 spanning-tree errdisable-timeout enable
#configure terminal
(config)#bridge 4 spanning-tree errdisable-timeout interval 34
Last modified date: 07/13/2023