This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
icnd2:spanning-tree [2024/04/28 03:10] 114.119.158.167 old revision restored (2023/10/12 11:33) |
icnd2:spanning-tree [2024/10/31 21:17] (current) 114.119.145.216 old revision restored (2018/01/13 10:55) |
||
---|---|---|---|
Line 1: | Line 1: | ||
=====WHY===== | =====WHY===== | ||
- | Frame Loop Prevention Mechanism. Achieved by blocking all but one **'' | + | Frame Loop Prevention Mechanism. Achieved by blocking all but one ROOT port to a ROOT switch. Redundant links are then blocked to create a loop-free environment. |
=====CONCEPT===== | =====CONCEPT===== | ||
- | * It does this with Each Switch broadcasting a **'' | + | * It does this with Each Switch broadcasting a BPDU, made up of that SW's Priority + MAC. Default Priority is 32768. The SW with the lowest BPDU (superior) is elected the ROOT BRIDGE. |
- | * Each SW will then determine a **'' | + | * Each SW will then determine a ROOT PORT, one per SW. A DESIGNATED port is then elected on each segment. There can only be one DESIGNATED port per SEGMENT/ |
- | * There can only be **one DESIGNATED port per SEGMENT/ | + | * Any port that is not DESIGNATED or a ROOT port, is then set to a BLOCKING state. |
- | * Any port that is **not** **'' | + | |
- | Note that once a ROOT Bridge is elected, all other bridges will only forward HELLO BPDU's **originating** from the **'' | + | |
==TO DETERMINE A DESIGNATED PORT:== | ==TO DETERMINE A DESIGNATED PORT:== | ||
Line 13: | Line 11: | ||
* --COST IS SAME: Is my my Bridge ID lower? | * --COST IS SAME: Is my my Bridge ID lower? | ||
* --if NO to either, PORT WILL BE BLOCKED! | * --if NO to either, PORT WILL BE BLOCKED! | ||
- | |||
- | ==PORT COSTS== | ||
- | * **10Mb link:** **'' | ||
- | * **100Mb link:** **'' | ||
- | * **1Gb Link:** **'' | ||
- | |||
- | =====Root Port Election===== | ||
- | SW1 <> SW2 (Fa0/ | ||
- | |||
- | The BPDU with the lowest **'' | ||
- | |||
- | The **'' | ||
- | ====Tie Breakers==== | ||
- | stuff | ||
=====COMMANDS: | =====COMMANDS: |