ch.10 RSTP and EtherChannel Configuration Flashcards

1
Q

What is a access switch

A

A switch used to connect to endpoint devices

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

What is a distribution switch

A

switches that do not connect to endpoints but rather to each access switch

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

How do you configure an EtherChannel

A
  1. Add the channel-group [number] mode on, command in interface configuration mode under each physical interface that should be in the channel to add it to the channel
  2. Use the same number for all commands on the same switch, but the channel-group number on the neighboring switch can differ
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What does the 802.3ad - Link Aggregation Control Protocol (LACP) do

A

negotiate so that only links that pass the configuration checks are actually used in an EtherChannel

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

What is one difference between LACP versus PAgp

A

LACP does support more links in a channel -16 compared to PaGPs maximum of 8
LACP only 8 can be active at one time

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

How do you fix a problem when a switch detects deifferent STP costs on ports in an EtherChannel and places them into a err-disabled state

A

Reconfigure the physical interfaces to use the same STP settings. Also the physical interfaces must be shutdown and then re-enabled using the no shutdown command

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

spanning-tree mode (pvst | rapid-pvst | mst)

A

Globale config command to set the STP mode

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

spanning-tree [vlan-number] root primary

A

Global config command that changes this switch to the root switch

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

spanning-tree [vlan vlan-number] root secondary

A

Global config that sets this switches STP base priority to 28,672

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

spanning-tree vlan vlan-id priority priority

A

Global config command that changes the bridge priority of this switch for the cpecified VLAN

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

spanning-tree [vlan vlan number] cost cost

A

interface subcommand that changes the STP cost to the configured value

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

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

A

interface subcommand that changes the STP port priority in that VLAN (0 to 240, in increments of 16)

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

channel-group channel-group-number mode (auto | desirable | active | passive | on)

A

Interface subcommand that enables EtherChannel on the interface

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

show spanning-tree

A

Lists details about the state of STP on the switch. including the state of each port

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

show spanning-tree valn valn-id

A

Lists STP info for the specified VLAN

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

show etherchannel [channel-group-number] (brief | detail | port | port-channel | summary)

A

Lists info about the state of EtherChannel on this switch