bridge rapid-spanning-tree
Use this command to enable or disable RSTP on a specific bridge. Use the bridge-forward option with the no form of the command to place all ports on the specified bridge into the forwarding state.
Use the no form of the command to disable the Rapid Spanning Tree protocol on a bridge.
Command Syntax
bridge <1-32> rapid-spanning-tree enable
no bridge <1-32> rapid-spanning-tree enable (bridge-forward|bridge-block)
Parameters
<1-32>
Specify the bridge group ID.
enable
Enables the spanning tree protocol.
bridge-forward
(Optional) Puts all ports of the specified bridge into forwarding state.
bridge-block
(Optional) Puts all ports of the specified bridge into blocking state.
Default
When the bridge-forward option is used with the no parameter, the default behavior puts all bridge ports in the forwarding state.
If the bridge-block option is entered when using the no parameter, the behavior is to put all bridge ports in blocking state.
If no options are defined after the command no bridge <1-32> rapid-spanning-tree enable, then the default behavior is same as bridge-block command.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
configure terminal
(config)#bridge 2 rapid-spanning-tree enable
configure terminal
(config)#no bridge 2 rapid-spanning-tree enable bridge-forward
Last modified date: 07/06/2023