bridge spanning-tree
Use this command to enable Spanning Tree Protocol (STP) globally on a bridge.
Use the no form of this command to disable STP globally on the bridge.
Command Syntax
bridge <1-32> spanning-tree enable
no bridge <1-32> spanning-tree enable (bridge-blocked|bridge-forward|)
Parameters
<1-32>
Bridge group ID.
bridge-blocked
Put ports of the bridge in the blocked state (default).
bridge-forward
Put ports of the bridge in the forwarding state.
Default
By default, this feature is enabled.
For the no form of this command, bridge-blocked is the default.
Command Mode
Configure mode
Applicability
This command was introduced before OcNOS version 1.3.
Examples
#configure terminal
(config)#bridge 2 spanning-tree enable
#configure terminal
(config)#no bridge 2 spanning-tree enable bridge-forward
Last modified date: 07/13/2023