bridge multiple-spanning-tree
Use this command to enable MSTP on a bridge.
Use the no form of this command to disable MSTP on the bridge.
Command Syntax
bridge <1-32> multiple-spanning-tree enable
no bridge <1-32> multiple-spanning-tree enable (bridge-forward|bridge-block)
Parameters
<1-32>
Specify the bridge-group ID.
enable
Enables the spanning tree protocol.
bridge-forward
Puts all ports of the specified bridge into forwarding state.
bridge-block
Puts all ports of the specified bridge into blocking state.
Default
If the bridge-forward option is entered when using the no parameter, the default behavior is to put all bridge ports in 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> multiple-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 multiple-spanning-tree enable
#configure terminal
(config)#no bridge 2 multiple-spanning-tree enable bridge-forward
Last modified date: 07/06/2023