Configuring STP
Configuring STP
Configuring STP
Objectives
View the default configuration of the spanning tree protocol. Select and enable the root bridge. Enable portfast on ports connected directly to host devices View how these configurations change the way in which traffic is forwarded.
Background/Scenario
The spanning-tree protocol is useful in ensuring that loops do not exist in the network. However, it can introduce increased latency and unintended inefficiencies if left to auto negotiate the root bridge. In this activity, observe how the spanning-tree protocol affects path selection and how that path selection can change based on the configuration of the root bridge.
Observation: Switch1 is NOT the root bridge. Notice that all ports are forwarding, and fa0/22 is specified as Root Fwd. Fa0/22 is connected to SW-B. d. On SW-B, from the privileged EXEC mode, issue the show spanning-tree command. Observation: SW-B is the root bridge. This is evident by the line This bridge is the root.
All contents are Copyright 19922008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 1 of 4
CCNA Exploration
LAN Switching and Wireless f. Close the Event List window by selecting the x in the upper right-hand corner, just below the Viewport button. This will allow you to see then entire topology.
g. Notice the Auto Capture / Play button and the Capture / Forward button on the bottom screen of the PT window. Below these buttons is a drop down box with Scenario 0 and Scenario 1. Be sure that Scenario 0 is selected. Scenario 0 is a ping originating from PC-PT E1 and destined to Server-PT Workgroup Server 1. Click the Auto Capture / Play button to view the path that the packet will take to reach that server. When the Buffer Full message appears, click on view previous events. h. Is the path that the packet took to reach that destination the most efficient path? Why did the packet take that path? i. Next, in the drop down box, select Scenario 1. Scenario 1 is a ping originating from PC-PT E2 and destined for Server-PT Workgroup Server 2. Click the Auto Capture / Play button to view the path that the packet will take to reach that server. When the Buffer Full message appears, click on view previous events. Is the path that the packet took to reach that destination the most efficient path? Why did the packet take that path?
j.
d. Save the configuration with the command copy run start. e. Select Switch 2. f. From the EXEC priviledge mode, enable the Switch 2 as the secondary root bridge by typing the command spanning-tree vlan 1 root secondary.
All contents are Copyright 19922008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 2 of 4
CCNA Exploration
LAN Switching and Wireless the blocking, listening, or learning states. For this exercise, enable portfast on ports that are connected to servers. a. Click on SW-A b. Using the interface range command, enable portfast on ports Fa0/1 Fa0/4. Additionally enable portfast on the port connected to Workgroup Server 2 (Fa0/13) Example: Switch(config)# interface range fa0/1 fa0/4 Switch(config-if-range)# spanning-tree portfast Switch(config-if-range)# interface fa0/13 Switch(config-if)# spanning-tree portfast c. Save the configuration with the copy run start command.
d. Repeat steps a and b on switches SW-B, SW-C, SW-D, SW-E, and SW-F. In addition, on switch Central, enable portfast on port fa0/13 e. Once you have completed the configuration, click the button power cycle devices. This will reboot all devices and allow you to watch the spanning-tree convergence. Be sure that you saved all configurations before rebooting devices.
d. How has the path changed? Is the path more efficient? Is there more efficient paths available? e. Next, in the drop down box, select Scenario 1. Scenario 1 is a ping originating from PC-PT E2 and destined for Server-PT Workgroup Server 2. Click the Auto Capture / Play button to view the path that the packet will take to reach that server. When the Buffer Full message appears, click on view previous events. f. How has the path changed? Is the path more efficient? Is there more efficient paths available?
All contents are Copyright 19922008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 3 of 4
CCNA Exploration
Step 7. Reflection.
a. How does specifying the root bridge affect efficiencies in the network? Changing the root bridge affects how packets are forwarded. With the root bridge, all ports are placed to forwarding. Whereas on other switches, certain ports may be placed in blocking, preventing traffic from taking the most efficient path. b. What are some factors that may be important to consider when selecting the root bridge? The decision varies on several factors. In this case, Central is the connection to the Internet and the Workgroup Server 1 and may be the most important or commonly accessed path for all devices. In addition, the speed of the connections to Central is Gigabit, versus Fastethernet. So packets taking that path have faster connection times. c. In this topology there is only one VLAN and 1 root bridge. There is a separate instance of spanningtree for each VLAN. How can specifying multiple VLANS and different root bridges for each VLAN improve efficiency? If there are several devices that must reach a specific server, such as workgroup server 2, it is possible to place all of these devices and the server in a separate VLAN. The root bridge for that VLAN can then be specified based on the most efficient path to reach that server.
d. How does enabling portfast increase efficiency in the network? The STP for that port assumes that the port is not part of a loop and immediately moves to the forwarding state and does not go through the blocking, listening, or learning states. For a switch that is newly connected to the network, this means that host devices connected to portfast enabled ports will be able to start sending and receiving traffic immediately.
All contents are Copyright 19922008 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
Page 4 of 4