4 - RSTP and EtherChannel Configuration Flashcards

1
Q

What does the term access switch to refer to?

A

Switches that connect to endpoint devices

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

What does the term distribution switch refer to?

A

Switches that do NOT connect to end points, but connect to each access switch

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

What is PVST+?

A

Cisco proprietary Per VLAN STP protocol that creates one STP instance per VLAN

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

What is RPVST+?

A

Cisco proprietary Per VLAN RSTP protocol, including more features than the standardized RSTP

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

What is the IEEE equivalent of Cisco’s PVST+ / RPVST+?

A

Multiple Spanning Tree Protocol (MSTP)

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

True/False: Cisco Switches support standard STP/RSTP and PVST+ and RPVST+

A

False. They do not support single tree (CST)

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

What is the config parameter for PVST+?

A

pvst

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

What is the config parameter for RPVST+?

A

rapid-pvst

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

What is the config parameter for MSTP?

A

mst

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

What is the difference between the BID and priority field in normal STP/RSTP compared with PVST+/RPVST+?

A

The original priority field of 2 bytes is now divided into 4 bits of priority and a 12 bit subfield (System ID extension) aka VLAN ID

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

What values are valid for the PVST+/RPVST+ 4 bit priority field?

A

Still 0-65535 but in multiples of 4096

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

What’s another way to conveniently configure a switch priority for a given VLAN without setting a value manually?

A

spanning-tree vlan 2 root primary
OR
spanning-tree vlan 2 root secondary

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

How does RSTP differ from RPVST+ with regards to transmission of BPDUs?

A

RPVST+ sends one set of messages for each VLAN, opposed to one set of messages overall

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

What does RSTP do differently from RPVST+ with regards to transmission of messages on VLAN trunk links?

A

RSTP sends messages in native VLAN with no header/tag. RPVST+ sends each VLANs messages inside that VLAN with the 802.1Q header listing that VLAN

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

What is the TLV and what is it used for?

A

Type Length Value. RPVST+ adds to the BPDU that identifies the VLAN ID.

Standard RSTP doesn’t do this because it ignores VLANs

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

How do you set the switch priority for a given VLAN?

A

spanning-tree vlan 1 priority 4096

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

How do you configure a switch’s STP/RSTP port cost for a given port?

A

Interface subcommand:

spanning-tree vlan 1 cost x

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

What configuration command is used to configure EtherChannels on each physical interface?

A

channel-group

19
Q

What is the difference between an EtherChannel and a PortChannel?

A

Nothing. They are the same thing

20
Q

What is the difference between an EtherChannel and a Channel-group?

A

Nothing. They are the same thing

21
Q

What command is used to show the status of an EtherChannel/Channel-group/Port Channel?

A

show etherchannel

22
Q

What commands would you use to manually configure an EtherChannel?

A

int f0/1
channel-group 10 mode on
int f0/2
channel-group 10 mode on

23
Q

How do you show a summary of a given EtherChannel?

A

show etherchannel 1 summary

24
Q

How do Dynamic EtherChannel configuration protocols work?

A

Switches can use the protocol for particular channel-group number to exchange messages with neighboring switch to discover if configuration settings pass all checks. If so link is added to the EtherChannel and used.

25
What are two common protocols for dynamic EtherChannel configuration?
PAgP(Port Aggregation Protocol) - Cisco | LACP (Link Aggregation Control Protocol) - IEEE
26
How many EtherChannel links does LACP support?
16
27
How many EtherChannel links does PAgP support?
8
28
What two mode keywords are used when enabling PAgP?
desirable and auto
29
What two mode keywords are used when enabling LACP?
active and passive
30
Can you use the `on` keyword to configure LACP or PAgP?
No. This uses neither of those protocols
31
How would you configure PAgP on two switches?
SW1: channel-group 1 mode desirable SW2: channel-group 1 mode auto | desirable
32
How would you configure LACP on two switches?
SW1: channel-group 1 mode active SW2: channel-group 1 mode active | passive
33
What command would you use to verify an EtherChannel configuration?
show etherchannel 1 port-channel
34
What items must match on ALL ports participating in an EtherChannel?
- speed - duplex - operational access mode (ALL trunk or ALL access) - access VLAN - OR allowed VLAN list - OR native VLAN - STP interface settings
35
How do switches negotiate and check settings for EtherChannel between themselves and other switches?
Either use PAgP / LACP if already in use or CDP if using manual configuration
36
What would happen in an EtherChannel with mismatched STP cost?
It would fail
37
What command is used to configure EtherChannel load distribution?
Global command: port-channel load-balance
38
What values does EtherChannel load distribution use to make choices?
Various numeric values found in Layer 2, 3, and 4 headers
39
What are some common goals of using different EtherChannel load distribution methods?
- Cause all messages in single app flow to use the same link in a channel (prevent inadvertent reordering) - Use all active links in EtherChannel adjusting to addition and removal of active links over time - Balance traffic across active links
40
What command is used to show EtherChannel load balancing configuration?
show etherchannel load-balance
41
How would you show how a switch would distribute traffic on an EtherChannel?
test etherchannel load-balance interface po1 mac ...
42
What standard is 802.w?
RSTP
43
What IEEE standard is 802.1D?
STP
44
What IEEE standard is MST?
802.1s