18 - Spanning Tree Part 2 Flashcards

1
Q

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

A

Portfast

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

Configure spanning tree in PVST mode:
SW1(config)# […]

A

spanning-tree mode pvst

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

Configure the spanning-tree root for a VLAN:
SW1(config)# […]

A

spanning-tree vlan <vlan-id> root primary</vlan-id>

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

Configure the spanning-tree secondary root for a VLAN:
SW1(config)# […]

A

spanning-tree vlan <vlan-id> root secondary</vlan-id>

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

Configure the STP cost of an interface:
SW1(config-if)# […]

A

spanning-tree vlan <vlan-id> cost <cost></cost></vlan-id>

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

Configure the STP priority of an interface:
SW1(config-if)# […]

A

spanning-tree vlan <vlan-id> port-priority <priority></priority></vlan-id>

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

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

A

spanning-tree bpduguard enable

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

Enable BPDU Guard on all Portfast-enabled interfaces:
SW1(config)# […]

A

spanning-tree portfast bpduguard default

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

Enable portfast on a switch port:
SW1(config-if)# […]

A

spanning-tree portfast

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

Enable portfast on all access ports on the switch:
SW1(config)# […]

A

spanning-tree portfast default

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

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

A

BPDU Guard

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

PVST+ BPDUs are sent to destination MAC address:

A

0100.0ccc.cccd

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

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

A

28672

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

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

A

24576

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

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

A

0180.c200.0000

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

STP BPDUs are only forwarded on […] ports.

A

designated

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

STP default Forward delay timer:

A

15 seconds

18
Q

STP default hello timer:

19
Q

STP default max age timer:

A

20 seconds (10*hello timer)

20
Q

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

21
Q

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

22
Q

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

23
Q

STP: Do interfaces in a blocking state receive BPDUs?

24
Q

STP: Do interfaces in a blocking state send BPDUs?

25
STP: Do interfaces in a blocking state send/receive regular network traffic?
No
26
STP: Do interfaces in a Forwarding state learn MAC addresses?
Yes
27
STP: Do interfaces in a Forwarding state send/receive BPDUs?
Yes
28
STP: Do interfaces in a Forwarding state send/receive regular network traffic?
Yes
29
STP: Do interfaces in a Learning state learn MAC addresses?
Yes
30
STP: Do interfaces in a Learning state send/receive BPDUs?
Yes
31
STP: Do interfaces in a Learning state send/receive regular network traffic?
No
32
STP: Do interfaces in a Listening state learn MAC addresses?
No
33
STP: Do interfaces in a Listening state send/receive BPDUs?
Yes
34
STP: Do interfaces in a Listening state send/receive regular network traffic?
No
35
STP: Non-designated ports are in a [...] state.
Blocking
36
SW1(config)# spanning-tree portfast default This command enables portfast on which ports?
All access ports
37
The STP timers on the [...] determine the timers used for all switches in the network.
root bridge
38
What are the two 'stable' STP port states?
Blocking, Forwarding
39
What are the two 'transitional' STP port states?
Listening, Learning
40
Which STP optional feature prevents a newly connected switch from becoming the root bridge?
Root Guard
41
Which STP optional feature shuts down an interface if it stops receiving BPDUs?
Loop Guard