04 - Building Redundancy Switched Topology Flashcards

1
Q

This instance of spanning tree is a Cisco enhancement of STP that provides separate 802.1D spanning-tree for each VLAN.

A

PVST+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

This instance of spanning tree is the legacy standard, one spanning instance for entire network.

A

IEEE 802.1D STP

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

This instance of spanning tree maps multiple VLANs into same spanning-tree instance

A

802.1s (MSTP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

This instance of spanning tree improves convergence by adding roles to ports and enhancing BPDU exchanges.

A

802.1w (RSTP)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

This instance of spanning tree is a Cisco enhancement of RSTP using PVST+

A

Rapid PVST+

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are the 3 types of BPDUs?

A
  • Configuration BPDUS
  • TCN BPDUs (topology change notification)
  • TCA BPDUs (topology change ack)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

How is a root bridge elected?

A

Based on lowest BID (combination of priority and MAC).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What are the fields in a BPDU frame?

A
  • Protocol ID
  • Version
  • Message type
  • Flags
  • Root bridge ID
  • Root path cost
  • Send bridge ID
  • Port ID
  • Message age
  • Maximum age
  • Hello time
  • Forward delay
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the port roles?

A
  • Root port
  • Designated port
  • Nondesignated port
  • Disabled port
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

A _____ port will find the best path to the root bridge.

A

root

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

A ___ port will receive and forward frames toward the root bridge as needed.

A

designated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

A ___ port does not forward (blocking)

A

nondesignated

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

A ____ port is a shutdown port

A

Disabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the classic STP port states?

A
  • Disabled
  • Blocking
  • Listening
  • Learning
  • Forwarding
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

A classic STP port state of ____ is administratively shut down.

A

Disabled

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

A classic STP port state of ____ receives BPDUs but cannot receive or transmit data.

17
Q

A classic STP port state of ____ is listening to see if there is a possibility that it will be selected as root or designated.

18
Q

A classic STP port state of ____ after a time, forward delay in the listening state, the port is moved to ____.

19
Q

A classic STP port state of ____ after another time. Forward delay in the learning state, the port is moved to ____.

A

Forwarding

20
Q

What are the RSTP port states?

A
  • Discarding
  • Learning
  • Forwarding
21
Q

A RSTP port state of ____ prevents the forwarding of data frames, thus “breaking” the continuity of a Layer 2 loop.

A

Discarding

22
Q

A RSTP port state of ____ accepts data frames to populate the MAC table to limit flooding of unknown unicast frames.

23
Q

Spanning tree can be set in increments of …

24
Q

Default priority is ____ + VLAN number

25
How do you change the switch priority?
* spanning-tree vlan vlan-id priority bridge-priority | * spanning-tree vlan vlan-id root primary
26
How do you debug spanning-tree?
debug spanning-tree events
27
What are the link types?
point to point & shared
28
MST information is conveyed with ___ BPDU regardless of the number of internal instances. Individual instances do not send individual BPDUs
one
29
What type of port should be configured between switches when using MST?
Trunk with no pruning
30
What is pruning?
Getting rid of unwanted VLANs
31
This is a Cisco enhancement of STP that allows a switchport to be in forwarding much faster than a switchport in normal STP mode. • Immediate transition to forwarding state • Configured only on access ports
PortFast
32
* If BPDU is received, it shuts down the port | * Usually used in combination of PortFast
BPDU guard
33
How do you configure BPDUguard and portfast on an interface?
SwitchX(config)# interface FastEthernet0/1 SwitchX(config-if)# spanning-tree portfast SwitchX(config-if)# spanning-tree bpduguard enable
34
How do you enable PortFast on all nontrunking interfaces and enable BPDU guard globally for all PortFast-enabled ports?
SwitchX(config)# spanning-tree portfast bpduguard default | SwitchX(config)# spanning-tree portfast default
35
How long does it take standard STP without portfast configured to progress from blocked to forwarding?
50 seconds