home

Supported platforms

Vyatta documentation

Learn how to install, configure, and operate the Vyatta Network Operating System (Vyatta NOS) and Orchestrator, which help drive our virtual networking and physical platforms portfolio.

interfaces bridge <brx> spanning-tree

Enables spanning tree protocol on a bridge group.

set interfaces bridge brx spanning-tree
delete interfaces bridge brx spanning-tree
show interfaces bridge brx spanning-tree

Spanning tree protocol is disabled.

brx
The ID of bridge group.
spanning-tree
Specifies the Spanning Tree Protocol.

Configuration mode


interfaces {
	  bridge brx {
		     spanning-tree
	  }
}

Use this command to enable the IEEE 802.1D Spanning Tree Protocol (STP) on a bridge group. When STP is enabled on a bridge group, it is enabled for all interfaces and vifs assigned to the bridge group.

Use the set form of this command to enable STP on a bridge group.

Use the delete form of this command to restore the default state of STP on a bridge group; that is, STP is disabled..

Use the show form of this command to view the STP configuration on a bridge group.