Difference between revisions of "Configure Spanning Tree Protocol (STP) Consistently"

From Notes_Wiki
(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")
 
(No difference)

Latest revision as of 06:38, 4 December 2025

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