Configure Spanning Tree Protocol (STP) Consistently
From Notes_Wiki
Revision as of 06:38, 4 December 2025 by Kalyan (talk | contribs) (Created page with "'''Verify STP mode (RSTP/MSTP) matches across all switches in the site.''' Set appropriate STP priorities for root and secondary switches: #spanning-tree vlan <VLAN_ID> priority 4096 # Root #spanning-tree vlan <VLAN_ID> priority 8192 # Secondary")
Verify STP mode (RSTP/MSTP) matches across all switches in the site.
Set appropriate STP priorities for root and secondary switches:
#spanning-tree vlan <VLAN_ID> priority 4096 # Root #spanning-tree vlan <VLAN_ID> priority 8192 # Secondary