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:

A

2 seconds

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.

A

can’t

21
Q

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

A

can

22
Q

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

A

No

23
Q

STP: Do interfaces in a blocking state receive BPDUs?

A

Yes

24
Q

STP: Do interfaces in a blocking state send BPDUs?

A

No

25
Q

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

A

No

26
Q

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

A

Yes

27
Q

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

A

Yes

28
Q

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

A

Yes

29
Q

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

A

Yes

30
Q

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

A

Yes

31
Q

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

A

No

32
Q

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

A

No

33
Q

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

A

Yes

34
Q

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

A

No

35
Q

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

A

Blocking

36
Q

SW1(config)# spanning-tree portfast default
This command enables portfast on which ports?

A

All access ports

37
Q

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

A

root bridge

38
Q

What are the two ‘stable’ STP port states?

A

Blocking, Forwarding

39
Q

What are the two ‘transitional’ STP port states?

A

Listening, Learning

40
Q

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

A

Root Guard

41
Q

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

A

Loop Guard