# show spanning-tree bridge

## **Command Name**

show spanning-tree bridge

## **Synopsis**

This **show spanning-tree bridge** command displays various information about the Spanning Tree Protocol (STP) bridge configuration and status on a network switch.

## **Description**

The show spanning-tree bridge command is used to view details of the STP bridge on a switch. It provides valuable information such as bridge address, forwarding time, hello time, bridge identifier, maximum age, STP protocol type, bridge priority, and detailed STP information. This command is crucial for network administrators to monitor and manage STP configurations, ensuring efficient network performance and stability.

## **Syntax**

<mark style="color:blue;">**`show spanning-tree bridge [{ address | forward-time | hello-time | id | max-age | protocol | priority | detail }]`**</mark>

## **Parameters**

* **`address`**: Displays the MAC address of the bridge.
* **`forward-time`**: Shows the bridge's forward delay time.
* **`hello-time`**: Provides the bridge's hello time setting.
* **`id`**: Displays the bridge identifier.
* **`max-age`**: Shows the maximum age setting of the bridge.
* **`protocol`**: Indicates the STP protocol version the bridge is using.
* **`priority`**: Displays the bridge priority value.
* **`detail`**: Provides detailed information about the STP bridge configuration.

## **Options**

N/A

## **Examples**

* **To display the bridge priority of the STP bridge:**

  ```markup
  show spanning-tree bridge priority

  ```
* **To view detailed STP bridge configuration:**

  ```markup
  show spanning-tree bridge detail

  ```
* **For showing the bridge's forward delay time:**

  ```markup
  show spanning-tree bridge forward-time

  ```

## **Command Mode**

Privileged EXEC Mode

***

## **Summary**

The show spanning-tree bridge command is a comprehensive tool for inspecting various aspects of the STP bridge on a network switch. This command is instrumental in diagnosing and troubleshooting STP-related issues, as well as in regular monitoring of STP performance and configuration. It is important for network administrators to understand each parameter's impact on the spanning tree topology and overall network performance. Care should be taken when interpreting the output, especially when making decisions related to network adjustments or optimizations.
