Difference between revisions of "CCNA Explorer 3 STP"
m |
m |
||
Line 32: | Line 32: | ||
|- | |- | ||
|[[Image:ScreenShot142.jpg|800px|left|thumb|Loops int the cubicles]] | |[[Image:ScreenShot142.jpg|800px|left|thumb|Loops int the cubicles]] | ||
+ | |- | ||
+ | | | ||
+ | ==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]] | ||
|- | |- | ||
| | | |
Revision as of 13:30, 24 August 2010
Contents
STP
Redundant Layer 2 Topologies
Redundancy
Issues with Redundancy
|