Vol 1 Ch 10 RSTP and EtherChannel Configuration Flashcards

1
Q

What is the size of the priority field used for RSTP and RSTP+?

A

The field size is 16 bits long, the first four bits are for the priority number, which is a multiple of 4,096, and the last 12 bits is for the VLAN ID. For RTSP, the VLAN ID is all zeroes because RSTP does not create STP per VLAN. For RSTP+, the VLAN ID is used fro the VLAN ID, with values from 1 to 4095.

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

What is the adjoining the priority field in RSPT?

A

Next to the 16-bit priority field composed of 4 bits for priority number at 12 bits for VLAN ID, there is the 48 bit System ID - MAC address field.

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

What are some configurable priority values for RSTP?

A
The priority values are all multiples of 4096.
0
4096
...
28672
32768
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How is the final priority value calculated?

A

The final priority value is calculated by the switch as a sum of the configurable priority value (first 4 bits) and the VLAN ID 9last 12 bits).

Example;
Priority 32777 (priority 32768 sys-id-ext 9)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Which of the two SPT standards (RSTP or RSTP+) works with VLANs?

A

Standard RSTP behaves as if VLANs do not exits, while Cisco’s RSTP+ integrates VLAN information into the entire process.

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

If there is no EtherChannel, what would happen to multiple links between two switches?

A

With no EtherChannel, all links would be blocked except for one., due to RSTP that is turned on by default on Cisco switches.

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

Is RSTP turned on by fault on Cisco switches?

A

Yes.

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

On which layers can EtherChannel be implemented?

A

EtherChannel can be implemented in one of two ways, as layer 2 or layer 3.

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

What are the two DYNAMIC configuration options for configuring EtherChannel?

A

The two DYNAMIC configuration options for EtherChannel are:

  1. Cisco-proprietary Port Aggregation Protocol (PAgP)
  2. IEEE standard Link Aggregation Control Protocol (LACP
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What are the three synonymous terms when configuring EtherChannel?

A

EtherChannel
PortChannel
Channel-group

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

How are interfaces added to an EtherChannel?

A

The interfaces must be added via the interface command mode.

In the example below, I am adding two interfaces to channel-group “1”. Note that mode must be “on”

enable
conf t
interface fa0/14
channel-group 1 mode on
interface fa 0/15
channel-group 1 mode on
^Z
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

What two show commands can I use to check EtherChannel?

A
  1. show spanning-tree vlan ___

2. show etherchannel ___ summary

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

How do I configure PAgP?

A

Interface range fa 0/3 -4
channel-group 2 mode desirable
exit

Note: at least one end of the link must be in mode DESIRABLE. The other end can be in mode DESIRABLE or AUTO.

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

How do I configure LACP?

A

interface ranfe fa 0/3 - 4
channel group 3 mode active
exit

Note: at least one end of the link must be in mode ACTIVE. The other end can be in mode ACTIVE or PASSIVE.

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

What command do I use to configure load distribution on an EtherChannel?

A

port-channel load-balance ______

The default is src-mac

Options include:
src-mac
dst-mac
src-dst-mac
src-ip
dst-ip
src-dst-ip
src-port
dst-port
src-dst-port
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What global configuration command do I use to set-up the spanning-tree mode?

A

spanning-tree mode [pvst | rapid-pvst | mst]

17
Q

what global configuration command do I use to make a switch “root primary”

A

spanning-tree [vlan ______] root primary

NOTE: This command sets the priority to the lower of 24,676 or 4,096 less of the curent root bridge.

18
Q

what global configuration command do I use to make a switch “root secondary”

A

spanning-tree [vlan ______] root secondary

NOTE: This command sets the priority to 28,672.

19
Q

List of GLOBAL commands for SPT

p 259

A

spanning-tree mode [pst | rapid-pvst | mst]

spanning-tree [vlan ________] root primary

spanning-tree [vlan ________] root secondary

spanning-tree vlan ______ priority _______

20
Q

List of INTERFACE commands for SPT

p 259

A

spanning-tree [vlan ________] cost _______

spanning-tree [vlan _________] port-priority _______