Volume 1 - Chapter 10: RSTP and EtherChannel Configuration Flashcards

1
Q

What is the primary reason for using PVST to create a different topology for different VLANs?

A

For load balancing. Traffic for one VLAN goes over one link, while another VLAN’s traffic goes over a different link.

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

Which version of spanning-tree was created by Cisco

A

PVST+

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

What is the IEEE standard for MSTP?

A

802.1s as an amendment to 802.1Q.

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

Which later version of STP was a non-Cisco version?

A

MSTP.

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

What is the global command to tell a switch to use PVST+?

A

spanning-tree mode pvst

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

What is the command to tell the switch to use RSTP?

A

Technically does not exist. Only the Per VLAN version of Rapid STP is supported

spanning-tree mode rapid-pvst

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

What is the global command to tell the switch to use MSTP?

A

spanning-tree mode mst

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

Describe how the BID differs in PVST+.

A

In PVST+, the priority field is modified to include a System ID extension subfield.

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

What size is the System ID subfield used in PVST+?

A

12 bits.

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

What value is represented by the System ID subfield used in PVST+?

A

It refers to the VLAN ID.

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

What is the range of values for the priority field of a BPDU on a switch utilizing STP?

A

0 to 65,535

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

What is the command to set the spanning tree priority for a specific VLAN in PVST+?

A

spanning-tree vlan vlannumber priority prioritynumber

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

What is the size of the configured priority of a PVST+ BID?

A

4 bits

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

What is the correct order and size of a PVST BID?

A

BID Priority is 2 bytes, consisting of the following:
- Priority: 4 bits
- System ID Extension: 12 bits

Followed by the System ID, which is 6 bytes

Total BID size is 8 bytes

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

What is the command to set a switch to act as the root primary?

A

spanning-tree vlan x root primary

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

What is the command to set a switch to act as the root secondary?

A

spanning-tree vlan x root secondary

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

How does a switch become the root primary when using the following command:

spanning-tree vlan x root primary

A

By choosing a priority of 24,576 or 4096 lower than the current root switch

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

How does a switch become the root secondary when using the following command:

spanning-tree vlan x root primary

A

By choosing a priority of 28,672

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

Which multicast address do switches utilizing RSTP send to as per IEEE?

A

0180.C200.0000

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

Which multicast address do switches utilizing RPVST+ send to as per IEEE?

A

0100.0CCC.CCCD

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

What VLAN does RSTP send its BPDU messages out by default?

A

The currently configured native VLAN, and without a VLAN tag.

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

What is the system ID extension used by RSTP in the BID?

A

0000.0000.0000 since RSTP does not create a tree for each VLAN.

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

What is the command to enable the use of PortFast on a switchport?

A

spanning-tree portfast

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

What is the command to enable the use of BPDU Guard on a switchport?

A

spanning-tree bpduguard enable

25
Q

What must be done to re-enable an interface that has been put into err-disable after trigging BPDU Guard

A

Shutdown, then no shutdown

26
Q

Which commands are used to apply PortFast logic to an interface but only in the port operates as an access port or trunk?

A

For access interfaces:
spanning-tree portfast

For trunk interfaces:
spanning-tree portfast trunk

27
Q

When running the command “show spanning-tree”, interface Gi0/1 shows the “Type” as P2p.

What does this detail indicate about the interface’s operation?

A

That the interface is not configured to use PortFast logic.

28
Q

When running the command “show spanning-tree”, interface Gi0/1 shows the “Type” as P2p Edge.

What does this detail indicate about the interface’s operation?

A

That the interface is configured to use PortFast logic.

29
Q

What is the command to enable PortFast on all access-interfaces by default?

A

spanning-tree portfast default

30
Q

When PortFast is enabled globally across the switch’s access interfaces, what is the command to disable the use of PortFast on a specific interface?

A

In interface configuration mode:

spanning-tree portfast disable

31
Q

What is the command to enable BPDU Guard on all access-interfaces by default?

A

spanning-tree bpduguard default

32
Q

When BPDU guard is enabled globally across the switch’s access interfaces, what is the command to disable the use of BPDU Guard on a specific interface?

A

In interface configuration mode:

spanning-tree bpduguard disable

33
Q

What is the command to enable BPDU Guard on all PortFast-enabled interfaces by default?

A

spanning-tree portfast bpduguard default

34
Q

What is the command to enable BPDU Guard on all PortFast-enabled interfaces by default?

A

spanning-tree portfast bpdufilter default

35
Q

When BPDU Filter is enabled globally across the switch’s access interfaces, what is the command to disable the use of BPDU Filter on a specific interface?

A

spanning-tree bpdufilter disable

36
Q

What command is used to filter incoming and outgoing BPDUs on an interface?

A

spanning-tree bpdufilter enable

37
Q

What is the command to enable the use of Root Guard for a specific interface?

A

spanning-tree guard root

38
Q

What happens to a Root Guard enabled interface when it receives a superior hello?

A

STP puts the port into a Broken state (BRK) and discards all traffic.

39
Q

When running the command “show spanning-tree”, interface Gi0/1 shows the “Type” as P2p *Root_Inc.

What does this detail indicate about the interface’s operation?

A

That the port has been put into a BRK state due to triggering Root Guard.

40
Q

What is the command to enable Loop Guard by default across all P2P switch ports?

A

spanning-tree loopguard default

41
Q

What is the command to enable the use of Loop Guard on a specific interface?

A

spanning-tree guard loop

42
Q

What is the command to disable the use of Loop Guard on a specific interface?

A

no spanning-tree guard loop

43
Q

What is the interface subcommand to set a port into a static EtherChannel?

A

channel-group # mode on

44
Q

What is the command to show information about a specific EtherChannel interface?

A

show interface channel-group #

45
Q

What is the command to show information EtherChannel?

A

show etherchannel

or show etherchannel summary

46
Q

What are the original and current IEEE standards for LACP?

A

Originally: 802.3ad

Current: 802.1AX

47
Q

What is the maximum support amount of physical interfaces in a LACP channel?

A

16

48
Q

What is the maximum support amount of physical interfaces in a PAgP channel?

A

8 active interfaces, with 8 additionally on standby

49
Q

What are the commands to assign an interface to a PAgP EtherChannel?

A

In interface configuration mode:

channel-group # mode auto
channel-group # mode desirable

50
Q

What are the commands to assign an interface to a LACP EtherChannel?

A

In interface configuration mode:

channel-group # mode active
channel-group # mode passive

51
Q

A technician configures 2 interfaces into an EtherChannel using the following commands:

Switch 1 | Ports Gi1/0/1-2
channel-group 10 mode passive

Switch 2 | Ports Gi1/0/1-2
channel-group 10 mode passive

What type of EtherChannel will be formed by this configuration?

A

An EtherChannel will not be formed. The technician is trying to configure an LACP channel, but at least one side of the channel must be configured to use active

52
Q

A technician configures 2 interfaces into an EtherChannel using the following commands:

Switch 1 | Ports Gi1/0/1-2
channel-group 10 mode active

Switch 2 | Ports Gi1/0/1-2
channel-group 10 mode passive

What type of EtherChannel will be formed by this configuration?

A

A LACP EtherChannel will be formed

53
Q

A technician configures 2 interfaces into an EtherChannel using the following commands:

Switch 1 | Ports Gi1/0/1-2
channel-group 10 mode auto

Switch 2 | Ports Gi1/0/1-2
channel-group 10 mode desirable

What type of EtherChannel will be formed by this configuration?

A

A PAgP EtherChannel will be formed

54
Q

A technician configures 2 interfaces into an EtherChannel using the following commands:

Switch 1 | Ports Gi1/0/1-2
channel-group 10 mode auto

Switch 2 | Ports Gi1/0/1-2
channel-group 10 mode auto

What type of EtherChannel will be formed by this configuration?

A

An EtherChannel will not be formed. The technician is trying to configure an PAgP channel, but at least one side of the channel must be configured to use desirable

55
Q

A technician configures 2 interfaces into an EtherChannel using the following commands:

Switch 1 | Ports Gi1/0/1-2
channel-group 10 mode active

Switch 2 | Ports Gi1/0/1-2
channel-group 10 mode desirable

What type of EtherChannel will be formed by this configuration?

A

An EtherChannel will not be formed. One side of the channel is configured to use LACP with the active command, the other side is configured to use PAgP with the desirable command.

56
Q

What interface configurations must be identical on both ends of a switch-to-switch link in order for a successful EtherChannel to form?

A

Speed
Duplex
Port Mode: Access or Trunk
If using access; the assigned VLAN
If using trunk; the allowed VLAN list
If using trunk; the native VLAN

57
Q

What is the command to set the EtherChannel load-balancing method?

A

port-channel load-balance method

58
Q

What are the configurable methods for loading balancing?

A

src-mac
dst-mac
src-dst-mac

src-ip
dst-ip
src-dst-ip

src-port
dst-port
src-dst-port