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.

show bridge <brx> spanning-tree bridge <brief>

Displays bridge spanning tree information for a bridge group.

show bridge brx spanning-tree bridge [ brief ]
brx
The ID of the bridge group.
brief
Displays a summary of spanning tree information for a bridge group.

Operational mode

Use this command to display bridge spanning tree information for a bridge group. Use the brief parameter to display a summary of the spanning tree information for the bridge group. You see a detailed output when you do not use the brief parameter.

The following example shows how to display the spanning tree information for the br0 bridge-group.


vyatta@R1:~$ show bridge br0 spanning-tree bridge
	
br0
   link enabled    yes
   stp enabled     yes
   version         rstp
   bridge id       8.000.52:54:00:00:02:01
   designated root 8.000.52:54:00:00:01:01
   root port       dp0p1s1 (2)
   path cost        2000       internal path cost   0
   max age          20         bridge max age       20
   forward delay    15         bridge forward delay 15
   tx hold count    6          max hops             20
   hello time       2          ageing time          300
   time since topology change 12931
   topology change count      4
   topology change            no
   topology change port       dp0p1s3 (1)
   last topology change port  dp0p1s3 (1)
 

The following example shows how to display a summary of spanning tree information for the br0 bridge-group.


vyatta@R1:~$ show bridge br0 spanning-tree bridge brief
	
Bridge                   br0
Designated Root          8.000.52:54:00:00:01:01
Designated Root Cost     8000
Designated Root Port     dp0p1s1 (2)
Bridge ID                8.000.52:54:00:00:02:01