Jeremy's It Lab CCNA STP Day 21 (Part 2)

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

1/40

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 6:14 PM on 7/25/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

41 Terms

1
New cards

[...] allows an STP port to move immediately to the forwarding state.

Portfast

2
New cards

Configure spanning tree in PVST mode:

SW1(config)# [...]

spanning-tree mode pvst

3
New cards

Configure the spanning-tree root for a VLAN:

SW1(config)# [...]

spanning-tree vlan vlan-id root primary

4
New cards

Configure the spanning-tree secondary root for a VLAN:

SW1(config)# [...]

spanning-tree vlan vlan-id root secondary

5
New cards

Configure the STP cost of an interface:

SW1(config-if)# [...]

spanning-tree vlan vlan-id cost cost

6
New cards

Configure the STP priority of an interface:

SW1(config-if)# [...]

spanning-tree vlan vlan-id port-priority priority

7
New cards

Enable BPDU Guard on a switch port:

SW1(config-if)# [...]

spanning-tree bpduguard enable

8
New cards

Enable BPDU Guard on all Portfast-enabled interfaces:

SW1(config)# [...]

spanning-tree portfast bpduguard default

9
New cards

Enable portfast on a switch port:

SW1(config-if)# [...]

spanning-tree portfast

10
New cards

Enable portfast on all access ports on the switch:

SW1(config)# [...]

spanning-tree portfast default

11
New cards

If an interface with [...] enabled receives a BPDU from another switch, the interface will be shut down.

BPDU Guard

12
New cards

PVST+ BPDUs are sent to destination MAC address:

0100.0ccc.cccd

13
New cards

spanning-tree vlan vlan-id root secondary sets the STP priority to [...]

28672

14
New cards

spanning-treee vlan vlan-id root primary sets the STP priority to [...], or 4096 less than the current root's priority.

24576

15
New cards

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

0180.c200.0000

16
New cards

STP BPDUs are only forwarded on [...] ports.

designated

17
New cards

STP default Forward delay timer:

15 seconds

18
New cards

STP default hello timer:

2 seconds

19
New cards

STP default max age timer:

20 seconds (10*hello timer)

20
New cards

STP: A blocking interface [can/can't] move directly to a forwarding state.

can't

21
New cards

STP: A forwarding interface [can/can't] move directly to a blocking state.

can

22
New cards

STP: Do interfaces in a blocking state learn MAC addresses?

No

23
New cards

STP: Do interfaces in a blocking state receive BPDUs?

Yes

24
New cards

STP: Do interfaces in a blocking state send BPDUs?

No

25
New cards

STP: Do interfaces in a blocking state send/receive regular network traffic?

No

26
New cards

STP: Do interfaces in a Forwarding state learn MAC addresses?

Yes

27
New cards

STP: Do interfaces in a Forwarding state send/receive BPDUs?

Yes

28
New cards

STP: Do interfaces in a Forwarding state send/receive regular network traffic?

Yes

29
New cards

STP: Do interfaces in a Learning state learn MAC addresses?

Yes

30
New cards

STP: Do interfaces in a Learning state send/receive BPDUs?

Yes

31
New cards

STP: Do interfaces in a Learning state send/receive regular network traffic?

No

32
New cards

STP: Do interfaces in a Listening state learn MAC addresses?

No

33
New cards

STP: Do interfaces in a Listening state send/receive BPDUs?

Yes

34
New cards

STP: Do interfaces in a Listening state send/receive regular network traffic?

No

35
New cards

STP: Non-designated ports are in a [...] state.

Blocking

36
New cards

SW1(config)# spanning-tree portfast default

This command enables portfast on which ports?

All access ports

37
New cards

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

root bridge

38
New cards

What are the two 'stable' STP port states?

Blocking, Forwarding

39
New cards

What are the two 'transitional' STP port states?

Listening, Learning

40
New cards

Which STP optional feature prevents a newly connected switch from becoming the root bridge?

Root Guard

41
New cards

Which STP optional feature shuts down an interface if it stops receiving BPDUs?

Loop Guard