Chap 2 - Spanning Tree Protocol Flashcards
What happens on a port in Disabled state?
It is admin’ed down.
What happens on a port in Blocking state?
- BPDUs: Receive only
- Modify MAC table: No
What happens on a port in Listening state?
- BPDUs: Sends and receives
- Modify MAC table: No
What happens on a port in Learning state?
- BPDUs: Send and receive
- Modify MAC table: Yes
What happens on a port in Forwarding state?
- BPDUs: Sends and receives
- Modify MAC table: Yes
- Forwarding: Yes
What are the 3 802.1D port types?
- Root Port (RP)
- Designated Port (DP)
- Blocking Port
How many RPs are there on a switch?
No more than 1 RP per VLAN
What is the Destination MAC of a BPDU?
01:80:c2:00:00:00
What are the 2 types of BPDUs?
- Configuration BPDU
- Topology Change Notification (TCN) BPDU
What 4 things does a Configuration BPDU do?
- Identifies the Root Bridge
- Identifies RP
- Identifies DP
- Identifies Blocking Ports
What are the 7 fields in a Configuration BPDU?
- STP Type
- Root Path Cost
- Root Bridge Identifier
- Local Bridge Identifier
- Hello Timer
- Forward Delay Timer
- Max Age
What does a Topology Change Notification (TCN) BPDU signify?
Communicates changes in the Layer 2 topology to other switches.
What is the Max Age time?
If a switch loses communication with the generating switch of a BPDU the Max Age time is the length of time a switch considers that BPDU to be valid.
What is the default Max Age time?
20 seconds
How is the Root Bridge determined?
- The bridge with the lowest Priority
- if there is a tie then the bridge with the lowest MAC address
What is the default Priority?
32768 + sys-id-ext
What is the sys-id-ext?
A number equal to the VLAN number.
What is the root path cost?
The cumulative outbound interface cost to get to the root bridge.