CCNA Day 20 - STP

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/76

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 9:07 PM on 4/21/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

77 Terms

1
New cards

Blocking and forwarding

What are the two ‘stable’ STP port states?

2
New cards

Listening and learning

What are the two ‘transitional’ STP port states?

3
New cards

Blocking state

What state are non-designated ports in?

4
New cards

Listening, Learning, and Forwarding

What STP Port states Send BPDUs?

5
New cards

Blocking, Listening, Learning, and Forwarding

What STP port state receives BPDUs?

6
New cards

Forwarding

What STP port states forward frames?

7
New cards

Learning and Forwarding

What STP port states learn MAC Addresses?

8
New cards

15 seconds

What is the default STP forward delay timer?

9
New cards

2 seconds

What is the default STP hello timer?

10
New cards

20 seconds (10*Hello timer)

What is the default STP max age timer?

11
New cards

Designated

STP BPDUs are only forwarded on [designated/non-designated] ports.

12
New cards

Can

A forwarding interface [can/can’t] move directly to a blocking state.

13
New cards

Can’t

A blocking interface [can/can’t] move directly to a forwarding state.

14
New cards

0100.0ccc.cccd

PVST+BPDUs are sent to destination MAC address:

15
New cards

Per VLAN Spanning Tree

What is PVST?

16
New cards

0180.c200.0000

Standard STP (Not PVST) BPDUs are sent to destination MAC address:

17
New cards

Root Bridge

The STP timers on the […] determine the timers used for all switches in the network

18
New cards

Portfast

Allows an STP port to move immediately to the forwarding state

19
New cards

BPDU Guard

If enabled on an interface, will shut down the interface if it receives a BPDU from another switch.

20
New cards

spanning-tree portfast

Enable portfast on a switch port:

SW1(config-if)#[…]

21
New cards

spanning-tree portfast default

Enable portfast on all access ports on the switch:

SW1(config)#[…]

22
New cards

spanning-tree bpduguard enable

Enable BPDU guard on a switch port:

SW1(config-if)# […]

23
New cards

spanning-tree portfast bpduguard default

Enable BPDU Guard on all Portfast-enabled interfaces:

SW1(config)#[…]

24
New cards

Root Guard

An optional STP feature that prevents a newly connected switch from becoming the root bridge.

25
New cards

Loop Guard

An optional STP feature that shuts down an interface if it stops receiving BPDUs.

26
New cards

spanning-tree mode pvst

Configure spanning tree in PVST mode:

SW1(config)#[…]

27
New cards

spanning-tree vlan [vlan-id] root primary

Configure the spanning-tree root for a VLAN:

SW1(config)#[…]

28
New cards

24576 or 4096 less than the current root’s priority

What is the STP priority after running spanning-tree vlan vlan-id root primary?

29
New cards

spanning-tree vlan [vlan-id] root secondary

Configure the spanning-tree secondary root for a VLAN:

SW1(config)#[…]

30
New cards

28672

What is the STP priority after running spanning-tree vlan vlan-id root secondary?

31
New cards

spanning-tree vlan [vlan-id] cost [cost]

Configure the STP cost of an interface:

SW1(config-if)#[…]

32
New cards

spanning-tree vlan [vlan-id] port-priority [priority]

Configure the STP priority of an interface:

SW1(config-if)#[…]

33
New cards

Listening and Learning

What states does portfast allow a port to skip?

34
New cards

Forwarding

What state does a portfast-enabled port immediately enter when it comes online?

35
New cards

Switch

Portfast should not be enabled on a port connected to a […]

36
New cards

spanning-tree portfast [edge]

Configure Portfast on an individual interface:

SW1(config-if)#[…]

37
New cards

spanning-tree portfast [edge] default

Enable portfast by default:

SW1(config)#[…]

38
New cards

Access

Configuring PortFast in global config mode enables it on all […] ports

39
New cards

show spanning-tree interface [interface-name] detail

View detailed STP information about an interface:

SW1#[…]

40
New cards

spanning-tree portfast [edge] trunk

Configure PortFast on a trunk port:

SW1(config-if)#[…]

41
New cards

Yes

Does a PortFast-enabled port send BPDUs?

42
New cards

All PortFast-enabled ports

When BPDU Guard is enabled by default, which ports is it active on?

43
New cards

Yes

Does a PortFast-enabled port send BPDUs?

44
New cards

It will revert to acting like a regular STP port (without portfast)

What happens when a PortFast-enabled port receives a BPDU?

45
New cards

BPDU Guard

What STP feature err-disables a switch port if it receives an STP BPDU?

46
New cards

spanning-tree bpduguard enable

Enable BPDU Guard on a port:
SW1(config-if)#[…]

47
New cards

spanning-tree portfast [edge] bpduguard default

Enable BPDU Guard by default:

SW1(config)#[…]

48
New cards

All PortFast-enabled ports

When BPDU Guard is enabled by default, which ports is it active on?

49
New cards

spanning-tree bpduguard disable

Disable BPDU Guard on a specific port (after it was enabled by default):

SW1(config-if)#[…]

50
New cards

ErrDisable Recovery

Which feature can automatically re-enable err-disabled ports?

51
New cards

show errdisable recovery

View the status of ErrDisable Recovery on the switch:

SW1#[…]

52
New cards

300 Seconds

What is the default ErrDisable Recovery Interval?

53
New cards

errdisable recovery interval [seconds]

Modify the ErrDisable Recovery interval:

SW1(config)#[…]

54
New cards

errdisable recovery cause [cause]

Enable ErrDisable Recovery for a particular cause:

SW1(config)#[…]

55
New cards

BPDU Filter

Which STP feature prevents a switchport from sending BPDUs?

56
New cards

spanning-tree bpdufilter enable

Enable BPDU Filter on a port:

SW1(config-if)#[…]

57
New cards

spanning-tree portfast [edge] bpdufilter default

Enable BPDU Filter by default:

SW1(config)#[…]

58
New cards

spanning-tree bpdufilter disable

Disable BPDU Filter on a port (after it has been enabled by default):

SW1(config-if)#[…]

59
New cards

The port ignores the BPDU

What happens if a port with BPDU Filter enabled at the interface level receives a BPDU?

60
New cards

PortFast and BPDU Filter are disabled and the port operates as a normal STP port

What happens if a port with BPDU Filter enabled at the global level receives a BPDU?

61
New cards

All PortFast-enabled ports

When BPDU Filter is enabled by default, which ports is it active on?

62
New cards

Root Guard will disable a port if it receives a superior BPDU?

What would cause Root Guard to disable a port?

63
New cards

spanning-tree guard root

Enable Root Guard on a port:

SW1(config-if)#[…]

64
New cards

Broken (Root Inconsistent)

If a Root Guard-enabled port receives a superior BPDU, what state will it enter?

65
New cards

Broken

In the output of show spanning-tree, what does BKN mean?

66
New cards

Root Inconsistent

In the output of show spanning-tree, what does ROOT_Inc mean?

67
New cards

When it stops receiving superior BPDUs?

When does a port disabled by Root Guard get re-enabled?

68
New cards

Unidirectional Link

A network link where data transmission occurs in only one direction.

69
New cards

Layer 1

Issues with what layer cause Unidirectional Links?

70
New cards

Loop Guard

What optional STP feature protects against loops caused by unidirectional links?

71
New cards

Broken (Loop Inconsistent)

When a Loop Guard-enabled port’s Max Age counts down to 0, it enters this state

72
New cards

spanning-tree guard loop

Enable Loop Guard on a port:

SW1(config-if)#[…]

73
New cards

spanning-tree loopguard default

Enable Loop Guard by default:

SW1(config)#[…]

74
New cards

spanning-tree guard none

Disable Loop Guard on a port:

SW1(config-if)#[…]

75
New cards

All ports

On which ports does the command spanning-tree loopguard default enable Loop Guard?

76
New cards

No

Can Loop Guard and Root Guard be enabled on the same port at the same time?

77
New cards

When it starts receiveing BPDUs again

When will a Loop Guard-enabled port automatically recover?