Use LEFT and RIGHT arrow keys to navigate between flashcards;
Use UP and DOWN arrow keys to flip the card;
H to show hint;
A reads text to speech;
51 Cards in this Set
- Front
- Back
Logical Layer 2 loops may occur due to |
the learning and forwarding process. |
|
Ethernet frames do not have a |
time to live (TTL) attribute. |
|
Ethernet frames continue to propagate between switches endlessly. This continued propagation between switches can result in |
MAC database instability. |
|
Instability occurs due to |
constant changes in mac address table resulting in high cpu load. |
|
A broadcast storm occurs when |
there are broadcast frames caught in a Layer 2 loop and all available bandwidth is consumed. |
|
Unicast frames sent onto a looped network can result in |
duplicate frames arriving at the destination device. |
|
Spanning tree is enabled, by default, on Cisco switches to |
prevent Layer 2 loops from occurring. |
|
STP ensures that |
there is only one logical path between all destinations on the network. |
|
Blocking the redundant paths is critical to |
preventing loops on the network. |
|
The physical paths still exist to provide redundancy, but these paths are disabled to |
prevent the loops from occurring. |
|
The Spanning Tree Algorithm designates a switch as the |
root bridge and uses it as the reference point for all path calculations. |
|
All switches that are participating in STP |
exchange BPDU frames to determine which switch has the lowest bridge ID (BID). |
|
The switch with the lowest BID automatically becomes the |
root bridge for the STA calculations. |
|
After a switch boots it begins to send out BPDU frames every |
two seconds. |
|
BPDU frames that are sent contain the BID of the |
local switch as the root ID. |
|
Each switch maintains local information about |
its own BID, the root ID, and the path cost to the root. |
|
When adjacent switches receive a BPDU frame, theycompare the |
root ID from the BPDU frame with the local root ID. |
|
If the root ID in the BPDU is lower than the local root IDthe switch |
updates the local root ID and the ID in its BPDU messages. |
|
The BID is made up of a |
priority value, an extended system ID, and the MAC address of the switch. |
|
The extended system ID value isadded to the bridge priority value in the BID to |
identify the priority and VLAN of the BPDU frame. |
|
The BID is only taken into account if |
path costs are equal. |
|
After the root bridge has been determined, the STA calculatesthe |
shortest path to the root bridge. |
|
The STA considers both path and port costs when determining which |
ports to block. |
|
The sum of the port cost values determinesthe overall |
path cost to the root bridge. |
|
Paths with the lowest cost become |
preferred. |
|
The default port costs are defined by |
the speed at which the port operates. |
|
10 Gb/s Ethernet ports have a port cost of |
2 |
|
1 Gb/s Ethernet ports have a port cost of |
4 |
|
100 Mb/s Fast Ethernet ports have a port cost of |
19 |
|
10 Mb/s Ethernet ports have a port cost of |
100 |
|
Although switch ports have a default port cost associated with them, the port cost is |
configurable. |
|
The ability to configure individual port costs givesthe administrator the flexibility to |
manually control the spanning tree paths to the root bridge. |
|
Generally, the switch with the lower BID has its port configured as a |
designated port. |
|
The switch with the higher BID has its port configured as an |
alternate port. |
|
The first priority is the lowestpath cost to the |
root bridge. |
|
The sender’s BID is used only if |
port costs are equal. |
|
Port roles |
Root ports Designated ports Alternate and backup ports Disabled ports |
|
Root ports |
Switch ports closest to the root bridge. |
|
Designated ports |
All non-root ports that are still permitted to forward traffic on the network. |
|
Alternate and backup ports are configured to be in a |
blocking state to prevent loops. |
|
Disabled ports are switch ports that are |
shut down. |
|
If the root ID from a BPDU received is lower than the root ID on the receiving switch, thenthe receiving switch |
updates its root ID, identifying the adjacent switch as the root bridge. |
|
There is a root bridge electedfor each |
spanning tree instance. |
|
There is only one STP instance |
per VLAN. |
|
The switch uses the customizable port priority value to |
break the path cost tie. |
|
If the customizable port priority value on each port is at the default value the lowest |
port ID is used. |
|
The extended system ID value is added to the bridge priority value in the BID to |
identify the priority and VLAN of the BPDU frame. |
|
Priority is the initial deciding factor when |
electing a root bridge. |
|
If the priorities and extended system ID's of all the switches are the same, the device with the lowest |
MAC address becomes the root bridge. |
|
Bridge Priority > |
Extended System ID |
|
Extended System ID > |
MAC Address |