Spanning Tree Protocol Device and Port States and Roles

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/18

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

19 Terms

1
New cards

STP/PVST/PVST+ port states

Disabled
Blocking
Listening
Learning
Forwarding

2
New cards

RSTP/RPVST/RPVST+/MST port states

Disabled
Discarding
Learning
Forwarding

3
New cards

Disabled

Discards everything, including BPDUs.

4
New cards

Blocking

Discards everything except BPDUs.

5
New cards

Listening

Discards traffic and doesn’t learn MAC addresses. Exchanges BPDUs and determines its role (root, designated, alternate, backup, non-designated (blocked)).

6
New cards

Learning

Port prepares itself for forwarding by learning MAC addresses from received frames, but still discards the frames.

7
New cards

Forwarding

Forwards frames received from the attached segment and frames from other ports to the attached segment.

8
New cards

Discarding

Does not forward traffic or learn MAC addresses. It still sends and receives BPDUs for negotiation.

9
New cards

PVST/PVST+/RSTP/RPVST/RPVST+/MST Port Roles

Root
Designated
Alternate
Backup
Edge
Disabled

10
New cards

STP Port Roles

Root
Designated
Non-Designated (Blocked)
Disabled

11
New cards

Root device role

The leader of the network segment and central point of the spanning tree topology.
All ports on this device are designated.
Device with the lowest bridge ID (BID).

12
New cards

BID

Bridge ID
STP Priority.MAC
8 bytes: priority 2 bytes, MAC 6 bytes

13
New cards

Root port role

All bridges other than the root bridge have a root port

It’s the lowest-path-cost port to the root bridge, serving as the single point of entry for traffic from the root bridge.

14
New cards

Designated port role

This port will forward traffic. Between two ports on a segment, it’s the port on the switch with the lower path cost to the root bridge.

15
New cards

Alternate port role

This port provides a secondary path to the root bridge, should the root bridge become unreachable from the root port.

It’s pre-determined to prevent network disruption during a topology recalculation.

It’s in a discarding or blocking state, not forwarding traffic, but processing BPDUs.

16
New cards

Backup port role

This port serves as a backup for a designated port on the same segment. It takes over as the designated port if the designated port becomes invalid, similar to how the alternate port serves as a backup to the root port.

It provides a backup for downstream traffic (away from the root) as opposed to upstream traffic (towards the root).

17
New cards

Edge port role

This port role is intended for direct connection to an end-user device. It’s manually configured and bypasses the initial Blocking and Learning states, transitioning immediately to forwarding for immediate connectivity for the host.

config-if#spanning-tree port type edge

18
New cards

Non-Designated (Blocked) port role

This port is neither a root nor designated. It doesn’t participate in frame forwarding. It only listens to and process BPDUs.

19
New cards

Priority

Lowest priority becomes the root bridge for a given VLAN.

Priority multiples of 4096

Range from 0 to 61,440 (0x to 15× 4096)

Default: 32,768