• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
Front

How to study your flashcards.

Right/Left arrow keys: Navigate between flashcards.right arrow keyleft arrow key

Up/Down arrow keys: Flip the card between the front and back.down keyup key

H key: Show hint (3rd side).h key

image

PLAY BUTTON

image

PLAY BUTTON

image

Progress

1/42

Click to flip

42 Cards in this Set

  • Front
  • Back
How many root ports can a single switch have?
Only ONE, that always points towards the root bridge!
What are the 4 tie-breaking STP decisions?
1. Lowest Bridge ID
2. Lowest root path cost to root bridge
3. Lowest sender bridge ID
4. Lowest sender port ID
What is the correct terminology for a Spanning-Tree Loop?
A Bridging Loop
Explain the 'Disabled' port state in STP.
Explain the 'Disabled' port state in STP.
The cumulative cost of all the links leading to the root bridge is called the _______?
root path cost.
What is the STP Max Age timer?
The time that a switch stores a BPDU before discarding it. Default is 20 seconds. Range is 6-40
By default, how often are BPDUs sent?
Every 2 seconds.
Explain the 'learning' port state in STP
After the 'forward delay' from the listening state, it becomes a learning state. This port can still send and receive BPDUs, but can also now learn new MAC addresses.
What does the 'spanning tree vlan # root primary' command do?
It makes the switch attempt to become the root bridge. If the current root bridge priority is more than 24576, it sets its priority to 24576. If the current root bridge is less than that, it sets its priority to 4096 less than the current root
define PVST+
PVST plus. Allows all devices to operate with CST, PVST, and PVST+. It operates over both ISL and 802.1Q
Will a lower value or higher value make a switch the root bridge?
Lower Bridge Priority/MAC
When should you use STP PortFast?
Only from access layer switches to workstations.
What is an indirect link failure in STP, and how does a switch detect them?
It occurs when a link that is not directly connected to a switch fails. It is detected whenever a switch starts receiving inferior BPDUs from its designated bridge on the root or blocked ports.
Where is the ideal placement of the pri/sec root bridge?
Near the center of the Layer 2 network on a powerful switch.
What is the default bridge table aging timer?
300 seconds
In STP extended system-id, bridge priority can range from 0-61440 but only in multiples of _____?
4096
Explain the 'Listening' port state in STP.
This port can only send and receive BPDUs. Because of this it is allowed to become a root or designated port.
When are new path costs from BPDUs computed on a switch?
when the BPDU comes IN the switch.
What is contained in the STP Port ID?
8-bits for the Port Priority and 8-bits for the Port Number.
What is a designated port in Spanning Tree?
A port where only BDPUs with HIGHER root path costs are received. This means the that the other switch attached to that port is using that port as a root port! This port should stay online
What happens to a PortFast port that receives a BPDU?
It immediately enters the blocking state
What is the STP hello timer?
the time between Configuration BPDUs sent by the root bridge. Default is 2 seconds. Range is 1-10
What does the 'spanning tree vlan # root secondary' command do?
It sets the bridge priority to 28672. This is less than the default 32768, but more than the 'primary' keyword of 24576
What is a secondary root bridge used for and how do you configure one?
It is used in case the primary root bridge goes down you can engineer its replacement. Simply make another switch have a value lower than the default but higher than the primary root.
What is the value range and default value for bridge priority?
0-65535, defaults to 32768(0x8000)
What is the STP path cost of 10G, 1G, 622M, 155M, 100M, and 10M?
2, 4, 6, 14, 19, and 100
What is a BPDU?
a Bridge Protocol Data Unit. It is a data message that is exchanged between switches to support the Spanning Tree Protocol.
What command sets the STP port priority on a switch port?
(if)
spanning-tree vlan ## port-priority ###
(lower is better!)
What are the 5 steps to manual STP computation?
-ID path costs on all links.
-ID a root bridge.
-Select root ports (1 per switch)
-Select designated ports
-ID blocking ports
What happens when you change a STP timer on the root bridge?
It propagates all three timer values throughout the network with the BPDUs.
When a link goes down in STP, what is the total down time of that device based off of? / calculated from?
1. The max-age timer (20 seconds)
2. The Hello timer (2 seconds)
3. The forwarding delay for both listening and learning (15 seconds x2!)
Define STP PVST
Per-VLAN Spanning Tree. Cisco Proprietary, and operates a separate instance of STP on each VLAN. Requires ISL encapsulation between switches. PVST and CST cannot easily coexist
What is a root bridge?
The root bridge is the bridge with the lowest Bridge Priority value, or the lowest MAC is all values are equal. It has no disabled(blocking) ports
What command will allow you to see the spanning tree Port Cost value of an interface?
(priv)
show spanning-tree interface TYPE MOD/NUM cost
What are the 5 STP port states?
-Disabled
-Blocking
-Listening
-Learning
-Forwarding
What command set the bridge priority for STP?
(config)
spanning-tree vlan ## priority #####
What is the default forward delay timer?
15 seconds.
Explain the 'Forwarding' port state in STP.
After another forwarding delay from the learning state, the port is now a fully functioning port, and can send and receive all data
Explain the 'Blocking' port state in STP
Ports start in this state. This port cannot send or receive data and cannot add MAC addresses to its table. It can only receive BPDUs
What is the STP Forwarding Delay?
The time that a switch port must spend in the listening and learning states before advancing to the forwarding state. Default is 15 seconds. Range is 4-30
When does STP acknowledge that a topology change has occurred?
When a port goes up or down, usually any port going to the forwarding state, or a port going to the blocking state.
What are the three STP timers?
Hello time, Forward Delay, and Max Age