Vol 1 Ch 10 RSTP and EtherChannel Configuration Flashcards
What is the size of the priority field used for RSTP and RSTP+?
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.
What is the adjoining the priority field in RSPT?
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.
What are some configurable priority values for RSTP?
The priority values are all multiples of 4096. 0 4096 ... 28672 32768
How is the final priority value calculated?
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)
Which of the two SPT standards (RSTP or RSTP+) works with VLANs?
Standard RSTP behaves as if VLANs do not exits, while Cisco’s RSTP+ integrates VLAN information into the entire process.
If there is no EtherChannel, what would happen to multiple links between two switches?
With no EtherChannel, all links would be blocked except for one., due to RSTP that is turned on by default on Cisco switches.
Is RSTP turned on by fault on Cisco switches?
Yes.
On which layers can EtherChannel be implemented?
EtherChannel can be implemented in one of two ways, as layer 2 or layer 3.
What are the two DYNAMIC configuration options for configuring EtherChannel?
The two DYNAMIC configuration options for EtherChannel are:
- Cisco-proprietary Port Aggregation Protocol (PAgP)
- IEEE standard Link Aggregation Control Protocol (LACP
What are the three synonymous terms when configuring EtherChannel?
EtherChannel
PortChannel
Channel-group
How are interfaces added to an EtherChannel?
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
What two show commands can I use to check EtherChannel?
- show spanning-tree vlan ___
2. show etherchannel ___ summary
How do I configure PAgP?
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 do I configure LACP?
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.
What command do I use to configure load distribution on an EtherChannel?
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