• 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/45

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;

45 Cards in this Set

  • Front
  • Back
What are the four STP port roles?
1) Root
2) Designated
3) Alternate
4) Backup
Define a Root port
Root—A forwarding port elected for the spanning-tree topology
Define a Designated port
Designated—A forwarding port elected for every switched LAN segment
Define an Alternate port
Alternate—A blocked port providing an alternate path to the root port in the spanning tree
Define a Backup port
Backup—A blocked port in a loopback configuration
Define BDPU
Switches send and receive spanning-tree frames, called bridge protocol data units (BPDUs), at regular intervals
Name the five STP interface states
1) Blocking
2) Listening
3) Learning
4) Forwarding
5) Disabled
Blocking
The interface does not participate in frame forwarding.
Listening
The first transitional state after the blocking state when the spanning tree determines that the interface should participate in frame forwarding.
Learning
The interface prepares to participate in frame forwarding.
Forwarding
The interface forwards frames.
Disabled
The interface is not participating in spanning tree because of a shutdown port, no link on the port, or no spanning-tree instance running on the port.
How does an interface move through the STP states?
- From initialization to blocking
- From blocking to listening or to disabled
- From listening to learning or to disabled
- From learning to forwarding or to disabled
- From forwarding to disabled
An interface in the BLOCKING state performs these functions
- Discards frames received on the interface
- Discards frames switched from another interface for forwarding
- Does not learn addresses
- Receives BPDUs
An interface in the LISTENING state performs these functions:
- Discards frames received on the interface
- Discards frames switched from another interface for forwarding
- Does not learn addresses
- Receives BPDUs
An interface in the LEARNING state performs these functions:
- Discards frames received on the interface
-Discards frames switched from another interface for forwarding
-Learns addresses
- Receives BPDUs
An interface in the FORWARDING state performs these functions:
- Receives and forwards frames received on the interface
- Forwards frames switched from another interface
- Learns addresses
- Receives BPDUs
A DISABLED interface performs these functions:
- Discards frames received on the interface
- Discards frames switched from another interface for forwarding
- Does not learn addresses
- Does not receive BPDUs
What is the default switch priority?
32768
Which command shows the current state of the spanning tree for this VLAN ID, from the perspective of the switch on which you issue the command?
show spantree [vlan_id]
Which command provides a summary of connected spanning tree ports by VLAN?
show spantree summary
Which command shows spanning tree statistical information?
show spantree statistics
Which command displays whether the spanning tree BackboneFast Convergence feature is enabled?
show spantree backbonefast
Which command sisplays only the blocked ports?
show spantree blockedports
Which command shows the path cost for the VLANs on a port?
show spantree portvlancost
Which command shows the UplinkFast settings?
show spantree uplinkfast
How do you enables BPDU Guard globally?
spanning-tree portfast bpduguard
How do you confirm BPDU Guard global configuration?
show spanning-tree summary totals
How do you Enable EtherChannel Guard?
spanning-tree etherchannel guard misconfig
How do you verify that EtherChannel guard is enabled?
show spanning-tree summary | include EtherChannel
How do you enable root guard?
Router(config-if)# spanning-tree guard root
Name the three STP modes.
1) PVST+
2) Rapid PVST+
3)MSTP
PVST+
This spanning-tree mode is based on the IEEE 802.1D standard and Cisco proprietary extensions. It is the default spanning-tree mode used on all Ethernet, Fast Ethernet, and Gigabit Ethernet port-based VLANs. The PVST+ runs on each VLAN on the switch up to the maximum supported, ensuring that each has a loop-free path through the network.
Rapid PVST+
This spanning-tree mode is the same as PVST+ except that is uses a rapid convergence based on the IEEE 802.1W standard. To provide rapid convergence, the rapid PVST+ immediately deletes dynamically learned MAC address entries on a per-port basis upon receiving a topology change. By contrast, PVST+ uses a short aging time for dynamically learned MAC address entries.
MSTP
This spanning-tree mode is based on the IEEE 802.1S standard. You can map multiple VLANs to the same spanning-tree instance, which reduces the number of spanning-tree instances required to support a large number of VLANs. The MSTP runs on top of the RSTP (based on IEEE 802.1W), which provides for rapid convergence of the spanning tree by eliminating the forward delay and by quickly transitioning root ports and designated ports to the forwarding state. You cannot run MSTP without RSTP.
How many instances does PVST+ and Rapid PVST+ support?
128
What is the default STP mode?
PVST+
How do you configure the port priority for an interface?
spanning-tree port-priority priority

For priority, the range is 0 to 240, in increments of 16; the default is 128. Valid values are 0, 16, 32, 48, 64, 80, 96, 112, 128, 144, 160, 176, 192, 208, 224, and 240. All other values are rejected. The lower the number, the higher the priority.
What are the three types of STP timers?
1) Hello timer
2) Forward-delay timer
3) Maximum-age timer
Hello Timer
Controls how often the switch broadcasts hello messages to other switches.
Forward-delay timer
Controls how long each of the listening and learning states last before the interface begins forwarding.
Maximum-age timer
Controls the amount of time the switch stores protocol information received on an interface.
Displays spanning-tree information on active interfaces only.
show spanning-tree active
Displays a detailed summary of interface information.
show spanning-tree detail
Displays a summary of interface states or displays the total lines of the STP state section.
show spanning-tree interface [interface-id]