Volume 1 - Chapter 9: Spanning Tree Protocol Concepts Flashcards
What term best describes the following?
The continual updating of a switch’s MAC address table with incorrect entries, in reaction to looping frames, resulting in frames being sent to the wrong locations.
MAC table instability
Describe multiple frame transmission in regards to STP issues.
When multiple copies of the same frame arrive at the destination
Describe the attributes of a STP blocked port.
Interfaces in a blocking state:
1) Do not forward user frames
2) Do not learn MAC address
3) Do not process received user frames
What process is used by Spanning Tree to determine what interfaces to put in a forwarding state?
Spanning-Tree Algorithm (STA)
What is the size of the bridge ID?
8 bytes
What fields does the spanning-tree bridge ID consist of?
The 2-byte priority field and a 6-byte system ID
What is the value of the system ID portion of the spanning-tree bridge ID?
The switch’s universal (burned-in) MAC address
Describe how the root bridge is elected.
The root bridge is elected based on the lowest bridge ID in the topology
If two switches have the same priority value in their BID, how is the root bridge determined?
By the MAC address (system-ID). The lowest MAC wins
In regards to the root bridge election:
What happens when a switch receives a hello message from another switch with a lower BID?
The switch stops claiming to be the root and forwards the BDPU from the superior switch
How is the designated switch chosen on a LAN segment?
The switch with the lowest cost to the root switch
Describe the tiebreaker process on a single switch to choose a root port when the cost to the root switch is the same.
1) Choose the root port based on the neighbor with the lowest bridge ID
2) Choose the root port based on the lowest neighbor port priority
3) Choose the root port based on the lowest neighbor internal port number
What state are all the ports on the root switch?
Designated and in a forwarding state.
When 2 switches are electing a DP, how is the DP chosen when the cost to the root switch is tied?
The switch with the lowest BID is elected as the designated switch and its non-root port becomes a DP
An interface that is not elected to be a root port or designated port is put into a _____ state.
Blocking
What is the command to change the spanning-tree method for determining a ports cost?
spanning-tree pathcost method short/long
What are the long and short port costs associated with a 10 Mbps interface?
Short: 100
Long: 2,000,000
What are the long and short port costs associated with a 100 Mbps interface?
Short: 19
Long: 200,000
What are the long and short port costs associated with a 1 Gbps interface?
Short: 4
Long: 20,000
What are the long and short port costs associated with a 10 Gbps interface?
Short: 2
Long: 2,000
What are the long and short port costs associated with a 100 Gbps interface?
Short: N/A
Long: 200
What are the long and short port costs associated with a 1 Tbps interface?
Short: N/A
Long: 20
If an interface is capable of speeds of 10/100/1000. What is the cost of the link?
The cost of the link will be whatever the current speed of the link is.
What is the default STP hello interval?
2 seconds