<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									How to check spanning tree status in Arista Switches? - Alcatel R&amp;S				            </title>
            <link>https://www.hacktheforum.com/alcatel-routing-switching/how-to-check-spanning-tree-status-in-arista-switches/</link>
            <description>Hack The Forum Discussion Board</description>
            <language>en</language>
            <lastBuildDate>Thu, 16 Apr 2026 07:58:18 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>How to check spanning tree status in Arista Switches?</title>
                        <link>https://www.hacktheforum.com/alcatel-routing-switching/how-to-check-spanning-tree-status-in-arista-switches/#post-462</link>
                        <pubDate>Sun, 11 Aug 2024 17:30:52 +0000</pubDate>
                        <description><![CDATA[To get a summary of the spanning tree status:


show spanning-tree

Switch# show spanning-tree
Spanning tree is enabled
Spanning tree mode is rapid-pvst
Bridge priority is 32768
Bri...]]></description>
                        <content:encoded><![CDATA[<p>To get a summary of the spanning tree status:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">show spanning-tree

Switch# show spanning-tree
Spanning tree is enabled
Spanning tree mode is rapid-pvst
Bridge priority is 32768
Bridge address is 00:1e:67:60:6d:40
Root bridge is 00:1e:67:60:6d:40
Root bridge priority is 32768
Root port is Ethernet1
Root path cost is 0
Total number of VLANs: 1
  VLAN 10
    Spanning tree status: forwarding
    Root bridge: 00:1e:67:60:6d:40
    Bridge port: Ethernet1
    Port role: root port
    Port status: forwarding</pre>
</div>
</div>
<p>This command provides information about the spanning tree instance, the root bridge, and the port roles.</p>
<p> </p>
<p><strong>View Detailed STP Information for Each VLAN:</strong></p>
<p>To see detailed information for each VLAN, including the status of ports and roles:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">show spanning-tree vlan &lt;vlan-id&gt;</pre>
</div>
</div>
<p>Replace <code>&lt;vlan-id&gt;</code> with the specific VLAN number you want to check. For example:</p>
<div class="dark bg-gray-950 rounded-md border- border-token-border-medium">
<div class="overflow-y-auto p-4" dir="ltr">
<pre contenteditable="false">show spanning-tree vlan 10</pre>
</div>
</div>]]></content:encoded>
						                            <category domain="https://www.hacktheforum.com/alcatel-routing-switching/">Alcatel R&amp;S</category>                        <dc:creator>kajal</dc:creator>
                        <guid isPermaLink="true">https://www.hacktheforum.com/alcatel-routing-switching/how-to-check-spanning-tree-status-in-arista-switches/#post-462</guid>
                    </item>
							        </channel>
        </rss>
		