ch.10 RSTP and EtherChannel Configuration Flashcards
What is a access switch
A switch used to connect to endpoint devices
What is a distribution switch
switches that do not connect to endpoints but rather to each access switch
How do you configure an EtherChannel
- 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
- Use the same number for all commands on the same switch, but the channel-group number on the neighboring switch can differ
What does the 802.3ad - Link Aggregation Control Protocol (LACP) do
negotiate so that only links that pass the configuration checks are actually used in an EtherChannel
What is one difference between LACP versus PAgp
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 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
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
spanning-tree mode (pvst | rapid-pvst | mst)
Globale config command to set the STP mode
spanning-tree [vlan-number] root primary
Global config command that changes this switch to the root switch
spanning-tree [vlan vlan-number] root secondary
Global config that sets this switches STP base priority to 28,672
spanning-tree vlan vlan-id priority priority
Global config command that changes the bridge priority of this switch for the cpecified VLAN
spanning-tree [vlan vlan number] cost cost
interface subcommand that changes the STP cost to the configured value
spanning-tree [vlan vlan-number] port-priority priority
interface subcommand that changes the STP port priority in that VLAN (0 to 240, in increments of 16)
channel-group channel-group-number mode (auto | desirable | active | passive | on)
Interface subcommand that enables EtherChannel on the interface
show spanning-tree
Lists details about the state of STP on the switch. including the state of each port
show spanning-tree valn valn-id
Lists STP info for the specified VLAN