Difference between revisions of "CCNA Explorer 3 STP"
m |
m (added Category:Spanning Tree using HotCat) |
||
(14 intermediate revisions by 2 users not shown) | |||
Line 34: | Line 34: | ||
|- | |- | ||
| | | | ||
+ | ==Introduction to STP== | ||
+ | ===The Spanning Tree Algorithm=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot143.jpg|800px|left|thumb|STP Topology]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot144.jpg|800px|left|thumb|STP Redundancy]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot145.jpg|800px|left|thumb|STP Port names]] | ||
+ | |- | ||
+ | | | ||
+ | '''Root ports''' - Switch ports closest to the root bridge.<br/> | ||
+ | '''Designated ports''' - All non-root ports that are still permitted to forward traffic on the network.<br/> | ||
+ | '''Non-designated ports''' - All ports configured to be in a blocking state to prevent loops. | ||
+ | |- | ||
+ | |[[Image:ScreenShot146.jpg|800px|left|thumb|Root Bridge]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot147.jpg|800px|left|thumb|BID fields]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot148.jpg|800px|left|thumb|Port cost]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot149.jpg|800px|left|thumb|Configuring port costs]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot150.jpg|800px|left|thumb|Path Cost]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot151.jpg|800px|left|thumb|Verify port and path costs]] | ||
+ | |- | ||
+ | | | ||
+ | ===STP BPDU=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot152.jpg|800px|left|thumb|BPDU Fields]] | ||
+ | |- | ||
+ | | | ||
+ | '''Version''' - The version field indicates the version of the protocol, This field contains the value zero.<br/> | ||
+ | '''Message type''' - The message type field indicated the type of message, this field contains the value zero.<br/> | ||
+ | '''Flags''' - The flags field includes one of the following: Topology change(TC) bit, which signals a topology change in the event a path to the root bridge has been disrupted. Topology change acknowledgment(TCA) bit, which is set to acknowledge receipt of a configuration messege with the TC bit set.<br/> | ||
+ | '''Root ID''' - The Root ID field indicates the root bridge by listing its 2-byte prority followed by its 6-byte MAC address ID.<br/> | ||
+ | '''Bridge ID''' - The Bridge ID field indicates the priority and MAC address ID of the bridge sending the message<br/> | ||
+ | '''Port ID''' - The Port ID field indicates the port number from which the configuration message was sent.<br/> | ||
+ | '''Forward Delay''' - The Forward delay field indicates the length of time that bridges should wait before transitioning to a new state after topology change. | ||
+ | |- | ||
+ | |[[Image:ScreenShot154.jpg|800px|left|thumb|BPDU Fields]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot155.jpg|800px|left|thumb|BPDU Process Step 1]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot156.jpg|800px|left|thumb|BPDU Process Step 2]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot157.jpg|800px|left|thumb|BPDU Process Step 3]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot158.jpg|800px|left|thumb|BPDU Process Step 4]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot159.jpg|800px|left|thumb|BPDU Process Step 5]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot160.jpg|800px|left|thumb|BPDU Process Step 6]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot161.jpg|800px|left|thumb|BPDU Process Step 7]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot162.jpg|800px|left|thumb|BPDU Process Step 8]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot163.jpg|800px|left|thumb|BPDU Process Step 9]] | ||
+ | |- | ||
+ | | | ||
+ | ===Bridge ID=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot164.jpg|800px|left|thumb|BID Fields]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot165.jpg|800px|left|thumb|Priority-based desicions]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot166.jpg|800px|left|thumb|MAC Address-based desicions]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot167.jpg|800px|left|thumb|Configure STP]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot168.jpg|800px|left|thumb|Verify STP]] | ||
+ | |- | ||
+ | | | ||
+ | ===Port Roles=== | ||
+ | ;Root Port: The root port exists on non-root bridges and is the switch port with the best path to the root bridge. | ||
+ | ;Designated Port: The designated port exists on root and non-root bridges. For root bridges, all switch ports are designated ports. Only one designated port is allowed per segment. Designated ports are capable of populating the MAC table. | ||
+ | ;Non-designated Port: The non-designated port is a switch port that is blocked, so it is not forwarding data frames and not populating the MAC address table with source addresses. | ||
+ | ;Disabled Port: The disabled port is a switch port that is administratively shut down. | ||
+ | {| | ||
+ | |[[Image:ScreenShot169.jpg|800px|left|thumb|STP Port Roles]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot170.jpg|800px|left|thumb|STP Port Roles]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot171.jpg|800px|left|thumb|Configure port priority]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot172.jpg|800px|left|thumb|Verify Port Roles and Priority]] | ||
+ | |} | ||
+ | |||
+ | ===STP Port States and BPDU Timers=== | ||
+ | Port States: | ||
+ | ;Blocking: The port is a non-designated port and does not participate in frame forwarding. The port receives BPDU frames to determine the location and root ID of the root bridge switch and what port roles each switch port should assume in the final active STP topology. | ||
+ | ;Listening: STP has determined that the port can participate in frame forwarding according to the BPDU frames that the switch has received thus far. At this point, the switch port is not only receiving BPDU frames, it is also transmitting its own BPDU frames and informing adjacent switches that the switch port is preparing to participate in the active topology. | ||
+ | ;Learning: The port prepares to participate in frame forwarding and begins to populate the MAC address table. | ||
+ | ;Forwarding: The port is considered part of the active topology and forwards frames and also sends and receives BPDU frames. | ||
+ | ;Disabled: The Layer 2 port does not participate in spanning tree and does not forward frames. The disabled state is set when the switch port is administratively disabled. | ||
+ | {| | ||
+ | |[[Image:ScreenShot173.jpg|800px|left|thumb|STP Port States]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot174.jpg|800px|left|thumb|BPDU Timers]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot175.jpg|800px|left|thumb|BPDU Roles and Timers]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot176.jpg|800px|left|thumb|Configure network diameter]] | ||
+ | |} | ||
+ | ====PortFast==== | ||
+ | {| | ||
+ | |PortFast is a Cisco technology. When a switch port configured with PortFast is configured as an access port, that port transitions from blocking to forwarding state immediately, bypassing the typical STP listening and learning states. | ||
+ | |- | ||
+ | |[[Image:ScreenShot177.jpg|800px|left|thumb|Cisco Portfast technology]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot178.jpg|800px|left|thumb|Configure portfast]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot179.jpg|800px|left|thumb|Verify portfast]] | ||
+ | |} | ||
+ | |||
+ | ==STP Convergence== | ||
+ | ===STP Convergence=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot180.jpg|800px|left|thumb|STP Convergence]] | ||
+ | |- | ||
+ | | | ||
+ | ===Step 1. Electing A Root Bridge=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot181.jpg|800px|left|thumb|Electing a root bridge]] | ||
+ | |- | ||
+ | | | ||
+ | === Step 2. Elect Root Ports=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot182.jpg|800px|left|thumb|Elect a root port step 1]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot183.jpg|800px|left|thumb|Elect a root port step 2]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot184.jpg|800px|left|thumb|Elect a root port step 3]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot185.jpg|800px|left|thumb|Elect a root port step 4]] | ||
+ | |- | ||
+ | | | ||
+ | ===Step 3. Electing Desgnated Ports and Non-Designated Ports=== | ||
+ | {| | ||
+ | |[[Image:ScreenShot186.jpg|800px|left|thumb|Elect port step 1]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot187.jpg|800px|left|thumb|Elect port step 2]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot188.jpg|800px|left|thumb|Elect port step 3]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot189.jpg|800px|left|thumb|Elect port step 4]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot190.jpg|800px|left|thumb|Elect port step 5]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot191.jpg|800px|left|thumb|Elect port step 6]] | ||
+ | |- | ||
+ | |[[Image:ScreenShot192.jpg|800px|left|thumb|Elect port step 7]] | ||
+ | |- | ||
+ | | | ||
+ | ===STP Topology Change=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew059.jpg|800px|left|thumb|STP Topology Change]] | ||
+ | |- | ||
+ | |Topology change notification(TCN) messages are flooded out the root port, until it reaches the root bridge. | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew060.jpg|800px|left|thumb|STP Broadcast notification]] | ||
+ | |- | ||
+ | |The Root Bridge broadcasts Topology change messages | ||
+ | |- | ||
+ | | | ||
+ | |||
+ | ==PVST+, RSTP and Rapid-PVST+== | ||
+ | ===Cisco and STP Variants=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew061.jpg|800px|left|thumb|STP Variants]] | ||
+ | |- | ||
+ | | | ||
+ | ===PVST+=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew062.jpg|800px|left|thumb|PVST+]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew063.jpg|800px|left|thumb|PVST+ Bridge ID]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew064.jpg|800px|left|thumb|PVST+ Bridge ID example]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew065.jpg|800px|left|thumb|Default PVST+ configuration]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew066.jpg|800px|left|thumb|Configure PVST+]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew067.jpg|800px|left|thumb|Configure PVST+]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew068.jpg|800px|left|thumb|Configure PVST+ Priority]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew069.jpg|800px|left|thumb|Verify PVST+]] | ||
+ | |- | ||
+ | | | ||
+ | ===RSTP=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew070.jpg|800px|left|thumb|RSTP]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew071.jpg|800px|left|thumb|Characteristics of RSTP]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew072.jpg|800px|left|thumb|RSTP BPDU]] | ||
+ | |- | ||
+ | | | ||
+ | ===Edge Ports=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew073.jpg|800px|left|thumb|Edge Ports]] | ||
+ | |- | ||
+ | | | ||
+ | ===Link Types=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew074.jpg|800px|left|thumb|Link Types]] | ||
+ | |- | ||
+ | | | ||
+ | '''Point-to-point Link Type''' - Links attaches to switch ports that are operating in full-duplex mode<br/> | ||
+ | '''Shared Link Type''' - This link is attached to a port that is operating in half-duplex mode<br/> | ||
+ | |- | ||
+ | | | ||
+ | ===RSTP Port States and Port Roles=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew075.jpg|800px|left|thumb|RSTP Port States]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew076.jpg|800px|left|thumb|RSTP Port States]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew077.jpg|800px|left|thumb|RSTP Port States]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew078.jpg|800px|left|thumb|RSTP Port Roles]] | ||
+ | |- | ||
+ | | | ||
+ | ===Configure Rapid-PVST+=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew079.jpg|800px|left|thumb|Rapid-PVST+ Topology]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew080.jpg|800px|left|thumb|Rapid-PVST+ Example configuration]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew081.jpg|800px|left|thumb|Rapid-PVST+ verification]] | ||
+ | |- | ||
+ | | | ||
+ | ===Design STP for Trouble Avoidance=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew082.jpg|800px|left|thumb|Know where the root is]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew083.jpg|800px|left|thumb|Manual Pruning]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew084.jpg|800px|left|thumb|Layer 3 Switching]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew085.jpg|800px|left|thumb|Layer 3 Switching]] | ||
+ | |- | ||
+ | | | ||
+ | ===Troubleshoot STP Operation=== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew086.jpg|800px|left|thumb|Troubleshoot a failure]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew087.jpg|800px|left|thumb|PortFast configuration error]] | ||
+ | |- | ||
+ | |[[Image:ScreenShotNew088.jpg|800px|left|thumb|Network diameter issues]] | ||
+ | |- | ||
+ | | | ||
+ | ==Chapter Summary== | ||
+ | {| | ||
+ | |[[Image:ScreenShotNew089.jpg|800px|left|thumb|Chapter summary]] | ||
+ | |- | ||
+ | | | ||
+ | |||
+ | [[Category:Spanning Tree]] |
Latest revision as of 08:33, 13 August 2013
Contents
STP
Redundant Layer 2 Topologies
Redundancy
Issues with Redundancy
|