• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/34

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

34 Cards in this Set

  • Front
  • Back
Three classes of problems solved by STP
1. Broadcast storms
2. Mac table instability
3. Multiple frame transmission
IEEE designation for STP
802.1d
STP - Three criteria to put a port in forwarding state
1. Port is on root switch
2. Port is root-port (lowest cost path to root)
3. Port is designated port (port on switch with lowest cost back to root)
STP - The bridge ID is made up of…
2-byte priority followed by 6-byte MAC address
STP - Which switch is elected as root?
The switch with lowest bridge id
STP - What is a BPDU?
Bridge Protocol Data Unit
(name for STP messages)
STP - What are the fields in a Hello BPDU?
1. Root bridge id
2. Sender's bridge id
3. Cost to reach root.
4. Timers: Hello timer, MaxAge timer, Forward Delay timer
STP - What is a root port?
For non-root switches, one and only one port has the lowest-cost path back to root.
STP - What is a designated port?
For each LAN segment, the switch port that advertises the lowest-cost Hello BPDU onto that segment. In case of tie, lower bridge ID wins.
STP - What are the default port costs? (original/revised)
10 Mbps - 100/100
100 Mbps - 10/19
1 Gbps - 1/4
10 Gbps - 1/2
STP - How often does root switch send Hello BPDU
Every 2 seconds by default
Note: only the root switch sends Hello BPDUs
STP - What is the default MaxAge timer and how is it used?
10 times Hello, normally 20 seconds
Defines how long a switch should wait before trying to change STP topology
STP - What is the default forward delay timer?
15 seconds. Number of seconds that a port stays in the listening state, then learning state.
STP - What are the four possible port states and which are stable?
Blocking (stable)
Listening
Learning
Forwarding (stable)
STP - What does the listening state do?
Does not forward frames. Old, incorrect MAC table entries are timed-out.
STP - What does the learning state do?
Does not forward frames, but begins to fill in the MAC address table
STP - By default, what is the total time for convergence?
50 seconds
MaxAge (20 seconds) + Listening (15 seconds) + Learning (15 seconds)
STP - in what state(s) will a port forward frames?
Only in the forwarding state.
STP - What is PortFast?
Allows a switch to place a port immediately into the forwarding state. Appropriate for connection to end-user devices.
STP - What is BPDUGuard?
Disables a port if BPDUs are received. Appropriate for access ports.
STP - How does Cisco modify the bridge ID for per VLAN STP?
First 4 bits are the priority (multiple of 4096)
Next 12 bits are the System ID extension (typically VLAN ID)
6 byte MAC address
STP - CLI commands to set bridge priority
#spanning-tree vlan <id> root {primary | secondary}
#spanning-tree vlan <id> priority <value>
STP - CLI command to set interface cost
#spanning-tree vlan <id> cost <value>
STP - CLI command to set PortFast
#spanning-tree portfast
STP - CLI command to set BPDUGuard
#spanning-tree bpduguard
STP - CLI command to show spanning-tree info
#show spanning-tree vlan <vlanid>
STP - CLI command to show spanning-tree roots
#show spanning-tree root
STP - CLI command to debug spanning tree
#debug spanning-tree events
STP - CLI command to configure Rapid PVST
#spanning-tree mode rapid-pvst
STP - What is UplinkFast?
For access-layer switches, use uplinkfast on ports that uplink to distribution routers for faster reconvergence (2-4 seconds)
STP - (802.1D): Which switches will send Hellos once the network is stable?
Only the root
STP: Two commands that will show the STP status (forwarding or blocking) for an interface?
#show spanning-tree
#show spanning-tree interface <fa0/1>
STP: How is the cost of a forwarded HELLO message calcuated?
Cost of received hello plus cost of port on which it was RECEIVED (the return path).
STP: Will a switch forward HELLO messages out its root port if they were received on some other port?
No.