SlideShare une entreprise Scribd logo
1  sur  29
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1
Instructor Materials
Chapter 3: STP
CCNA Routing and Switching
Scaling Networks
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9
Chapter 3: STP
Scaling Networks
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Chapter 3- Sections & Objectives
 3.1 Spanning Tree Concepts
 Examine the purpose of STP and how the spanning tree
algorithm is used create a loop-free topology.
 3.2 Varieties of Spanning Tree Protocols
 Examine the varieties of Spanning Tree protocols including
PVST+ and Rapid PVST+.
 3.3 Spanning Tree Configuration
 Configure PVST+ and Rapid PVST+ to improve network
performance.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11
3.1 Spanning Tree
Concepts
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
Purpose of Spanning Tree
 Redundancy at OSI Layers 1 and 2
 When multiple paths exist between
two devices on a network, and there
is no spanning tree implementation
on the switches, a Layer 2 loop
occurs.
 Issues with Layer 1 Redundancy: MAC Database Instability
 Ethernet has no mechanism enabled to block continued propagation of
these frames on a switched network that continue to propagate between
switches.
 Issues with Layer 1 Redundancy: Broadcast Storms
 A broadcast storm occurs when there are so many broadcast frames
caught in a Layer 2 loop that all available bandwidth is consumed.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
Purpose of Spanning Tree
 Issues with Layer 1 Redundancy: Duplicate Unicast Frames
 An unknown unicast frame is when the switch does not have
the destination MAC address in its MAC address table and
must forward the frame out all ports, except the ingress port.
 Unknown unicast frames sent onto a looped network can
result in duplicate frames arriving at the destination device.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
STP Operation
 Spanning Tree Algorithm: Introduction
 STP ensures that there is only one logical path between all
destinations on the network by intentionally blocking redundant
paths that could cause a loop.
 Spanning Tree Algorithm: Port Roles
 Root ports - Ports closest to the root bridge.
 Designated ports - Non-root ports permitted to forward traffic.
 Alternate and backup ports - Blocking state to prevent loops.
 Disabled ports - A disabled port is a switch port that is shut down.
 Spanning Tree Algorithm: Root Bridge
 The root bridge serves as a reference point for all STP
calculations.
 The switch with the lowest BID will become the root bridge
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
STP Operation
 Spanning Tree Algorithm: Root Path Cost
 Default port costs are defined by the speed at which the port operates
 Internal root path cost is determined by summing up the individual port
costs along the path from the switch to the root bridge.
 Use the spanning-tree cost value interface configuration command on
both ends of a link to apply a custom cost.
 Use the show spanning-tree command to verify the port and internal root
path cost to the root bridge.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
STP Operation
 Port Role Decisions for RSTP
 Root bridge automatically configures all of its switch ports in
the designated role.
 Designated ports are configured for all LAN segments.
 Designated and Alternate Ports
 The switch with the lower cost path to the root bridge (root
path cost) will have its port selected as the designated port.
 The alternate port will not send or receive traffic on that
segment.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
STP Operation
 802.1D BPDU Frame Format
 The spanning tree algorithm depends on the exchange of BPDUs.
 The BPDU frame information is included in the Data portion of an
Ethernet frame and identifies the following fields:
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Concepts
STP Operation
 802.1D BPDU Propagation and Process
 By default, BPDU frames are sent every two seconds.
 Each switch maintains local information about its own BID, the root
ID, and the root path cost.
 Extended System ID
 The bridge ID (BID) is used to determine the root bridge on a
network. The BID field of a BPDU frame contains three separate
fields:
 Bridge priority – Default 32768
 Extended system ID - Identifies the VLAN participating in STP
 MAC address - When the bridge priorities are equal, the MAC
address is the deciding factor as to which switch is going to
become the root bridge.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 19
3.2 Varieties of Spanning
Tree Protocols
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Varieties of Spanning Tree Protocols
Overview
 Types of Spanning Tree Protocols
 Several varieties of spanning tree protocols have emerged
since the original IEEE 802.1D.
 Characteristics of the Spanning Tree Protocols
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Varieties of Spanning Tree Protocols
PVST+
 Overview of PVST+
 Cisco developed PVST+ to run an independent instance of the Cisco
implementation of IEEE 802.1D for each VLAN in the network.
 Port States and PVST+ Operation
 STP and PVST+ use five port states consisting of Blocking, Listening,
Learning, Forwarding, and Disabled.
 Extended System ID and PVST+ Operation
• Extended system ID ensures switches
have unique BIDs for each VLAN.
• To manipulate the root-bridge election,
assign a lower priority to the desired
root bridge switch for the VLAN(s).
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Varieties of Spanning Tree Protocols
Rapid PVST+
 Overview of Rapid PVST+
 Rapid PVST+ is the Cisco implementation of per-VLAN
RSTP.
 RSTP can achieve much faster convergence.
 RSTP BPDU
 RSTP uses type 2, version 2 BPDUs and populates the flag
byte in a slightly different manner than in the original 802.1D.
 Edge Ports
 RSTP edge port is a switch port that
is never intended to be connected to
another switch.
 It immediately transitions to the
forwarding state when enabled.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Varieties of Spanning Tree Protocols
Rapid PVST+
 Link Types
 Point-to-Point - A port operating in full-duplex mode typically
connects a switch to a switch and is a candidate for a rapid
transition to a forwarding state.
 Shared - A port operating in half-duplex mode connects a
switch to a legacy hub that attaches multiple devices.
• RSTP must determine the port role:
• Root ports and Alternate (backup)
ports do not use the link-type
parameter in most cases.
• Designated ports make the most use
of the link-type parameter and
transition to the forwarding state if the
link-type parameter is set to point-to-
point.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 24
3.3 Spanning Tree
Configuration
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
PVST+ Configuration
 Catalyst 2960 Default Configuration
 Default spanning tree mode is PVST+.
 Configuring and Verifying the Bridge ID
• Method 1:
• Use the spanning-tree vlan
vlan-id root primary global
config command.
• Method 2:
• Use the spanning-tree vlan
vlan-id priority value global
config command.
• Use the show spanning-tree
command to verify the bridge
priority of a switch.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
PVST+ Configuration
 PortFast and BPDU Guard
 PortFast immediately transitions an access port from blocking
to forwarding state while BPDU guard puts an access port in
an errdisabled (error-disabled) state if it receives a BPDU.
 Use the spanning-tree portfast interface configuration mode
command to enable PortFast on a switch port.
 Use the spanning-tree bpduguard enable interface
configuration mode command to enable BPDU guard on a
Layer 2 access port.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
PVST+ Configuration
 PVST+ Load Balancing
 The goal is to configure two or more root bridges for different
sets of VLANs and make use of redundant links.
S3(config)# spanning-tree vlan 20 root primary
S3(config)# spanning-tree vlan 10 root secondary
S3(config)#
S1(config)# spanning-tree vlan 10 root primary
S1(config)# spanning-tree vlan 20 root secondary
S1(config)#
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
Rapid PVST+ Configuration
 Spanning Tree Mode
 Rapid PVST+ is the Cisco implementation of RSTP.
 It supports RSTP on a per-VLAN basis.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
STP Configuration Issues
 Analyzing the STP Topology
 Use show cdp neighbors to
discover topology
 Use STP knowledge to determine
the root switch
 Use show spanning-tree vlan to
verify which switch is the root and
port status (forwarding or
blocking).
 Expected Topology versus Actual Topology
 Troubleshooting consists of comparing the actual state of the network
against the expected state of the network and spotting the differences.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
STP Configuration Issues
 Overview of STP Status
 Use the show spanning-tree command without specifying any
additional options provides a quick overview of the status of
STP for all VLANs that are defined on a switch.
• Use the show spanning-tree vlan vlan_id command to get STP
information for a particular VLAN.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
STP Configuration Issues
 Spanning Tree Failure Consequences
 There are two types of STP failures:
 STP might erroneously block ports that should have gone into the
forwarding state.
 STP might erroneously move one or more ports into the forwarding state
 Repairing a Spanning Tree Problem
 Manually remove redundant links in the switched network, either
physically or through configuration, until all loops are eliminated.
 Chances are that restoring the redundant links will trigger a new
broadcast storm.
 Before restoring the redundant links, determine and correct the cause of
the spanning tree failure.
 Carefully monitor the network to ensure that the problem is fixed.
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Spanning Tree Configuration
Switch Stacking Concepts
 Switch Stacking Concepts
 A switch stack can consist of up to nine Catalyst 3750 switches
connected through their StackWise ports.
 One of the switches controls the operation of the stack and is
called the stack master.
 The switch is managed as a single switch, through a single IP
address, including passwords, VLANs, and interfaces.
 Spanning Tree and Switch Stacks
 Another benefit to switch stacking is the ability to add more
switches to a single STP instance without increasing the STP
diameter.
 The IEEE recommends a maximum diameter of seven switches for
the default STP timers.
© 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 33
3.3 Chapter Summary
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
 Problems that can result from a redundant Layer 2 network include broadcast storms, MAC database
instability, and duplicate unicast frames. STP is a Layer 2 protocol that ensures that there is only one
logical path between all destinations on the network by intentionally blocking redundant paths that could
cause a loop.
 STP sends BPDU frames for communication between switches. One switch is elected as the root bridge
for each instance of spanning tree. An administrator can control this election by changing the bridge
priority. Root bridges can be configured to enable spanning tree load balancing by VLAN or by a group
of VLANs, depending on the spanning tree protocol used. STP then assigns a port role to each
participating port using a path cost. The root path cost is equal to the sum of all the port costs along the
path to the root bridge. A port cost is automatically assigned to each port; however, it can also be
manually configured. Paths with the lowest cost become preferred, and all other redundant paths are
blocked.
 PVST+ is the default configuration of IEEE 802.1D on Cisco switches. It runs one instance of STP for
each VLAN. A newer, faster-converging spanning tree protocol, RSTP, can be implemented on Cisco
switches on a per-VLAN basis in the form of Rapid PVST+. Multiple Spanning Tree (MST) is the Cisco
implementation of Multiple Spanning Tree Protocol (MSTP), where one instance of spanning tree runs
for a defined group of VLANs. Features such as PortFast and BPDU guard ensure that hosts in the
switched environment are provided immediate access to the network without interfering with spanning
tree operation.
 Switch stacking allows connection of up to nine Catalyst 3750 switches to be configured and presented
to the network as a single entity. STP views the switch stack as a single switch. This additional benefit
helps ensure the IEEE recommended maximum diameter of seven switches.
Chapter Summary
Summary
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Contenu connexe

Tendances

CCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfCCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfVuz Dở Hơi
 
CCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPCCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPVuz Dở Hơi
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorialIT Tech
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basicTapan Khilar
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11Nil Menon
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsVuz Dở Hơi
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)DH Da Lat
 
CCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsCCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsVuz Dở Hơi
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPVuz Dở Hơi
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4Vuz Dở Hơi
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkVuz Dở Hơi
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPTAIRTEL
 
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityCCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityVuz Dở Hơi
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkVuz Dở Hơi
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9Nil Menon
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02Irsandi Hasan
 
Ccnp presentation day 4 sd-access vs traditional network architecture
Ccnp presentation   day 4  sd-access vs traditional network architectureCcnp presentation   day 4  sd-access vs traditional network architecture
Ccnp presentation day 4 sd-access vs traditional network architectureSagarR24
 

Tendances (20)

CCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospfCCNAv5 - S2: Chapter 8 single area ospf
CCNAv5 - S2: Chapter 8 single area ospf
 
Cisco nx os
Cisco nx os Cisco nx os
Cisco nx os
 
Ccna day3
Ccna day3Ccna day3
Ccna day3
 
CCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCPCCNAv5 - S2: Chapter10 DHCP
CCNAv5 - S2: Chapter10 DHCP
 
Cisco router configuration tutorial
Cisco router configuration tutorialCisco router configuration tutorial
Cisco router configuration tutorial
 
Cisco router basic
Cisco router basicCisco router basic
Cisco router basic
 
CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11CCNA 2 Routing and Switching v5.0 Chapter 11
CCNA 2 Routing and Switching v5.0 Chapter 11
 
CCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control ListsCCNAv5 - S2: Chapter 9 Access Control Lists
CCNAv5 - S2: Chapter 9 Access Control Lists
 
Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)Cisco commands List for Beginners (CCNA, CCNP)
Cisco commands List for Beginners (CCNA, CCNP)
 
CCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband SolutionsCCMAv5 - S4: Chapter 6: Broadband Solutions
CCMAv5 - S4: Chapter 6: Broadband Solutions
 
CCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRPCCNAv5 - S3: Chapter 7 EIGRP
CCNAv5 - S3: Chapter 7 EIGRP
 
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
CCNAv5 - S4: Chapter 5: Network Address Translation for ipv4
 
CCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the networkCCNAv5 - S4: Chapter 9 troubleshooting the network
CCNAv5 - S4: Chapter 9 troubleshooting the network
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
Ccna PPT
Ccna PPTCcna PPT
Ccna PPT
 
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site ConnectivityCCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
CCNAv5 - S4: Chapter 7: Securing Site-to-site Connectivity
 
CCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the networkCCNAv5 - S4: Chapter8 monitoring the network
CCNAv5 - S4: Chapter8 monitoring the network
 
CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9CCNA 2 Routing and Switching v5.0 Chapter 9
CCNA 2 Routing and Switching v5.0 Chapter 9
 
CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02CCNA v6.0 ITN - Chapter 02
CCNA v6.0 ITN - Chapter 02
 
Ccnp presentation day 4 sd-access vs traditional network architecture
Ccnp presentation   day 4  sd-access vs traditional network architectureCcnp presentation   day 4  sd-access vs traditional network architecture
Ccnp presentation day 4 sd-access vs traditional network architecture
 

Similaire à CCNA3 Verson6 Chapter3

CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3Waqas Ahmed Nawaz
 
CCNAv5 - S3: Chapter2 Lan Redundancy
CCNAv5 - S3: Chapter2 Lan RedundancyCCNAv5 - S3: Chapter2 Lan Redundancy
CCNAv5 - S3: Chapter2 Lan RedundancyVuz Dở Hơi
 
Brk 135 t-ccna_switching
Brk 135 t-ccna_switchingBrk 135 t-ccna_switching
Brk 135 t-ccna_switchingparthasn83
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4Chaing Ravuth
 
Sca n instructorppt_chapter2_final
Sca n instructorppt_chapter2_finalSca n instructorppt_chapter2_final
Sca n instructorppt_chapter2_finalPhuc Anh Tran
 
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point ConnectionsCCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point ConnectionsVuz Dở Hơi
 
Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfVuz Dở Hơi
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2Andy Juan Sarango Veliz
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNCisco Canada
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8Chaing Ravuth
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksYaser Rahmati
 
rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01Lema John Michael
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksVuz Dở Hơi
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalFisal Anwari
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERhasby if
 

Similaire à CCNA3 Verson6 Chapter3 (20)

CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
CCNA (R & S) Module 04 - Scaling Networks - Chapter 3
 
ENCOR_Capitulo 2.pptx
ENCOR_Capitulo 2.pptxENCOR_Capitulo 2.pptx
ENCOR_Capitulo 2.pptx
 
CCNAv5 - S3: Chapter2 Lan Redundancy
CCNAv5 - S3: Chapter2 Lan RedundancyCCNAv5 - S3: Chapter2 Lan Redundancy
CCNAv5 - S3: Chapter2 Lan Redundancy
 
Brk 135 t-ccna_switching
Brk 135 t-ccna_switchingBrk 135 t-ccna_switching
Brk 135 t-ccna_switching
 
CCNP Switching Chapter 4
CCNP Switching Chapter 4CCNP Switching Chapter 4
CCNP Switching Chapter 4
 
Sca n instructorppt_chapter2_final
Sca n instructorppt_chapter2_finalSca n instructorppt_chapter2_final
Sca n instructorppt_chapter2_final
 
CCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point ConnectionsCCNAv5 - S4: Chapter3 Point to-point Connections
CCNAv5 - S4: Chapter3 Point to-point Connections
 
Chapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospfChapter5 adjust and troubleshoot single area ospf
Chapter5 adjust and troubleshoot single area ospf
 
CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2CCNP v6 Route: Implementing IP Routing Chapter 2
CCNP v6 Route: Implementing IP Routing Chapter 2
 
CCNP Route EIGRP Overview
CCNP Route  EIGRP OverviewCCNP Route  EIGRP Overview
CCNP Route EIGRP Overview
 
CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02CCCNP ROUTE v6_ch02
CCCNP ROUTE v6_ch02
 
Building DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPNBuilding DataCenter networks with VXLAN BGP-EVPN
Building DataCenter networks with VXLAN BGP-EVPN
 
ENCOR_Capitulo 3.pptx
ENCOR_Capitulo 3.pptxENCOR_Capitulo 3.pptx
ENCOR_Capitulo 3.pptx
 
CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8CCNA3 Verson6 Chapter8
CCNA3 Verson6 Chapter8
 
Chapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched NetworksChapter 01 - Introduction to Switched Networks
Chapter 01 - Introduction to Switched Networks
 
rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01rsinstructorpptchapter1final-141024021337-conversion-gate01
rsinstructorpptchapter1final-141024021337-conversion-gate01
 
CCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networksCCNAv5 - S2: Chapter1 Introsuction to switched networks
CCNAv5 - S2: Chapter1 Introsuction to switched networks
 
KPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_finalKPUCC-Rs instructor ppt_chapter1_final
KPUCC-Rs instructor ppt_chapter1_final
 
introduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTERintroduction to switched networks - JARINGAN KOMPUTER
introduction to switched networks - JARINGAN KOMPUTER
 
Ospf
OspfOspf
Ospf
 

Plus de Chaing Ravuth

CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3Chaing Ravuth
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2Chaing Ravuth
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1Chaing Ravuth
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10Chaing Ravuth
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9Chaing Ravuth
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8Chaing Ravuth
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7Chaing Ravuth
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6Chaing Ravuth
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5Chaing Ravuth
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8Chaing Ravuth
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7Chaing Ravuth
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6Chaing Ravuth
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5Chaing Ravuth
 

Plus de Chaing Ravuth (20)

CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8CCNP ROUTE V7 CH8
CCNP ROUTE V7 CH8
 
CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7CCNP ROUTE V7 CH7
CCNP ROUTE V7 CH7
 
CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6CCNP ROUTE V7 CH6
CCNP ROUTE V7 CH6
 
CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4CCNP ROUTE V7 CH4
CCNP ROUTE V7 CH4
 
CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3CCNP ROUTE V7 CH3
CCNP ROUTE V7 CH3
 
CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2CCNP ROUTE V7 CH2
CCNP ROUTE V7 CH2
 
CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1CCNP ROUTE V7 CH1
CCNP ROUTE V7 CH1
 
CCNP Switching Chapter 3
CCNP Switching Chapter 3CCNP Switching Chapter 3
CCNP Switching Chapter 3
 
CCNP Switching Chapter 2
CCNP Switching Chapter 2CCNP Switching Chapter 2
CCNP Switching Chapter 2
 
CCNP Switching Chapter 1
CCNP Switching Chapter 1CCNP Switching Chapter 1
CCNP Switching Chapter 1
 
CCNP Switching Chapter 10
CCNP Switching Chapter 10CCNP Switching Chapter 10
CCNP Switching Chapter 10
 
CCNP Switching Chapter 9
CCNP Switching Chapter 9CCNP Switching Chapter 9
CCNP Switching Chapter 9
 
CCNP Switching Chapter 8
CCNP Switching Chapter 8CCNP Switching Chapter 8
CCNP Switching Chapter 8
 
CCNP Switching Chapter 7
CCNP Switching Chapter 7CCNP Switching Chapter 7
CCNP Switching Chapter 7
 
CCNP Switching Chapter 6
CCNP Switching Chapter 6CCNP Switching Chapter 6
CCNP Switching Chapter 6
 
CCNP Switching Chapter 5
CCNP Switching Chapter 5CCNP Switching Chapter 5
CCNP Switching Chapter 5
 
CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8CCNA4 Verson6 Chapter8
CCNA4 Verson6 Chapter8
 
CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7CCNA4 Verson6 Chapter7
CCNA4 Verson6 Chapter7
 
CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6CCNA4 Verson6 Chapter6
CCNA4 Verson6 Chapter6
 
CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5CCNA4 Verson6 Chapter5
CCNA4 Verson6 Chapter5
 

Dernier

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxDenish Jangid
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingTechSoup
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docxPoojaSen20
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...Nguyen Thanh Tu Collection
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfPoh-Sun Goh
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsMebane Rash
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.christianmathematics
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...Poonam Aher Patil
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17Celine George
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxnegromaestrong
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxVishalSingh1417
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfciinovamais
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentationcamerronhm
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...ZurliaSoop
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxVishalSingh1417
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfNirmal Dwivedi
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 

Dernier (20)

Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptxBasic Civil Engineering first year Notes- Chapter 4 Building.pptx
Basic Civil Engineering first year Notes- Chapter 4 Building.pptx
 
Grant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy ConsultingGrant Readiness 101 TechSoup and Remy Consulting
Grant Readiness 101 TechSoup and Remy Consulting
 
psychiatric nursing HISTORY COLLECTION .docx
psychiatric  nursing HISTORY  COLLECTION  .docxpsychiatric  nursing HISTORY  COLLECTION  .docx
psychiatric nursing HISTORY COLLECTION .docx
 
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
TỔNG ÔN TẬP THI VÀO LỚP 10 MÔN TIẾNG ANH NĂM HỌC 2023 - 2024 CÓ ĐÁP ÁN (NGỮ Â...
 
Micro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdfMicro-Scholarship, What it is, How can it help me.pdf
Micro-Scholarship, What it is, How can it help me.pdf
 
On National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan FellowsOn National Teacher Day, meet the 2024-25 Kenan Fellows
On National Teacher Day, meet the 2024-25 Kenan Fellows
 
Asian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptxAsian American Pacific Islander Month DDSD 2024.pptx
Asian American Pacific Islander Month DDSD 2024.pptx
 
This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.This PowerPoint helps students to consider the concept of infinity.
This PowerPoint helps students to consider the concept of infinity.
 
General Principles of Intellectual Property: Concepts of Intellectual Proper...
General Principles of Intellectual Property: Concepts of Intellectual  Proper...General Principles of Intellectual Property: Concepts of Intellectual  Proper...
General Principles of Intellectual Property: Concepts of Intellectual Proper...
 
How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17How to Create and Manage Wizard in Odoo 17
How to Create and Manage Wizard in Odoo 17
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
Seal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptxSeal of Good Local Governance (SGLG) 2024Final.pptx
Seal of Good Local Governance (SGLG) 2024Final.pptx
 
Unit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptxUnit-V; Pricing (Pharma Marketing Management).pptx
Unit-V; Pricing (Pharma Marketing Management).pptx
 
Activity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdfActivity 01 - Artificial Culture (1).pdf
Activity 01 - Artificial Culture (1).pdf
 
SOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning PresentationSOC 101 Demonstration of Learning Presentation
SOC 101 Demonstration of Learning Presentation
 
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
Jual Obat Aborsi Hongkong ( Asli No.1 ) 085657271886 Obat Penggugur Kandungan...
 
Spatium Project Simulation student brief
Spatium Project Simulation student briefSpatium Project Simulation student brief
Spatium Project Simulation student brief
 
Unit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptxUnit-IV; Professional Sales Representative (PSR).pptx
Unit-IV; Professional Sales Representative (PSR).pptx
 
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdfUGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
UGC NET Paper 1 Mathematical Reasoning & Aptitude.pdf
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 

CCNA3 Verson6 Chapter3

  • 1. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1 Instructor Materials Chapter 3: STP CCNA Routing and Switching Scaling Networks
  • 2. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 9 Chapter 3: STP Scaling Networks
  • 3. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Chapter 3- Sections & Objectives  3.1 Spanning Tree Concepts  Examine the purpose of STP and how the spanning tree algorithm is used create a loop-free topology.  3.2 Varieties of Spanning Tree Protocols  Examine the varieties of Spanning Tree protocols including PVST+ and Rapid PVST+.  3.3 Spanning Tree Configuration  Configure PVST+ and Rapid PVST+ to improve network performance.
  • 4. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 11 3.1 Spanning Tree Concepts
  • 5. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts Purpose of Spanning Tree  Redundancy at OSI Layers 1 and 2  When multiple paths exist between two devices on a network, and there is no spanning tree implementation on the switches, a Layer 2 loop occurs.  Issues with Layer 1 Redundancy: MAC Database Instability  Ethernet has no mechanism enabled to block continued propagation of these frames on a switched network that continue to propagate between switches.  Issues with Layer 1 Redundancy: Broadcast Storms  A broadcast storm occurs when there are so many broadcast frames caught in a Layer 2 loop that all available bandwidth is consumed.
  • 6. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts Purpose of Spanning Tree  Issues with Layer 1 Redundancy: Duplicate Unicast Frames  An unknown unicast frame is when the switch does not have the destination MAC address in its MAC address table and must forward the frame out all ports, except the ingress port.  Unknown unicast frames sent onto a looped network can result in duplicate frames arriving at the destination device.
  • 7. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts STP Operation  Spanning Tree Algorithm: Introduction  STP ensures that there is only one logical path between all destinations on the network by intentionally blocking redundant paths that could cause a loop.  Spanning Tree Algorithm: Port Roles  Root ports - Ports closest to the root bridge.  Designated ports - Non-root ports permitted to forward traffic.  Alternate and backup ports - Blocking state to prevent loops.  Disabled ports - A disabled port is a switch port that is shut down.  Spanning Tree Algorithm: Root Bridge  The root bridge serves as a reference point for all STP calculations.  The switch with the lowest BID will become the root bridge
  • 8. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts STP Operation  Spanning Tree Algorithm: Root Path Cost  Default port costs are defined by the speed at which the port operates  Internal root path cost is determined by summing up the individual port costs along the path from the switch to the root bridge.  Use the spanning-tree cost value interface configuration command on both ends of a link to apply a custom cost.  Use the show spanning-tree command to verify the port and internal root path cost to the root bridge.
  • 9. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts STP Operation  Port Role Decisions for RSTP  Root bridge automatically configures all of its switch ports in the designated role.  Designated ports are configured for all LAN segments.  Designated and Alternate Ports  The switch with the lower cost path to the root bridge (root path cost) will have its port selected as the designated port.  The alternate port will not send or receive traffic on that segment.
  • 10. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts STP Operation  802.1D BPDU Frame Format  The spanning tree algorithm depends on the exchange of BPDUs.  The BPDU frame information is included in the Data portion of an Ethernet frame and identifies the following fields:
  • 11. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Concepts STP Operation  802.1D BPDU Propagation and Process  By default, BPDU frames are sent every two seconds.  Each switch maintains local information about its own BID, the root ID, and the root path cost.  Extended System ID  The bridge ID (BID) is used to determine the root bridge on a network. The BID field of a BPDU frame contains three separate fields:  Bridge priority – Default 32768  Extended system ID - Identifies the VLAN participating in STP  MAC address - When the bridge priorities are equal, the MAC address is the deciding factor as to which switch is going to become the root bridge.
  • 12. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 19 3.2 Varieties of Spanning Tree Protocols
  • 13. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Varieties of Spanning Tree Protocols Overview  Types of Spanning Tree Protocols  Several varieties of spanning tree protocols have emerged since the original IEEE 802.1D.  Characteristics of the Spanning Tree Protocols
  • 14. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Varieties of Spanning Tree Protocols PVST+  Overview of PVST+  Cisco developed PVST+ to run an independent instance of the Cisco implementation of IEEE 802.1D for each VLAN in the network.  Port States and PVST+ Operation  STP and PVST+ use five port states consisting of Blocking, Listening, Learning, Forwarding, and Disabled.  Extended System ID and PVST+ Operation • Extended system ID ensures switches have unique BIDs for each VLAN. • To manipulate the root-bridge election, assign a lower priority to the desired root bridge switch for the VLAN(s).
  • 15. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Varieties of Spanning Tree Protocols Rapid PVST+  Overview of Rapid PVST+  Rapid PVST+ is the Cisco implementation of per-VLAN RSTP.  RSTP can achieve much faster convergence.  RSTP BPDU  RSTP uses type 2, version 2 BPDUs and populates the flag byte in a slightly different manner than in the original 802.1D.  Edge Ports  RSTP edge port is a switch port that is never intended to be connected to another switch.  It immediately transitions to the forwarding state when enabled.
  • 16. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Varieties of Spanning Tree Protocols Rapid PVST+  Link Types  Point-to-Point - A port operating in full-duplex mode typically connects a switch to a switch and is a candidate for a rapid transition to a forwarding state.  Shared - A port operating in half-duplex mode connects a switch to a legacy hub that attaches multiple devices. • RSTP must determine the port role: • Root ports and Alternate (backup) ports do not use the link-type parameter in most cases. • Designated ports make the most use of the link-type parameter and transition to the forwarding state if the link-type parameter is set to point-to- point.
  • 17. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 24 3.3 Spanning Tree Configuration
  • 18. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration PVST+ Configuration  Catalyst 2960 Default Configuration  Default spanning tree mode is PVST+.  Configuring and Verifying the Bridge ID • Method 1: • Use the spanning-tree vlan vlan-id root primary global config command. • Method 2: • Use the spanning-tree vlan vlan-id priority value global config command. • Use the show spanning-tree command to verify the bridge priority of a switch.
  • 19. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration PVST+ Configuration  PortFast and BPDU Guard  PortFast immediately transitions an access port from blocking to forwarding state while BPDU guard puts an access port in an errdisabled (error-disabled) state if it receives a BPDU.  Use the spanning-tree portfast interface configuration mode command to enable PortFast on a switch port.  Use the spanning-tree bpduguard enable interface configuration mode command to enable BPDU guard on a Layer 2 access port.
  • 20. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration PVST+ Configuration  PVST+ Load Balancing  The goal is to configure two or more root bridges for different sets of VLANs and make use of redundant links. S3(config)# spanning-tree vlan 20 root primary S3(config)# spanning-tree vlan 10 root secondary S3(config)# S1(config)# spanning-tree vlan 10 root primary S1(config)# spanning-tree vlan 20 root secondary S1(config)#
  • 21. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration Rapid PVST+ Configuration  Spanning Tree Mode  Rapid PVST+ is the Cisco implementation of RSTP.  It supports RSTP on a per-VLAN basis.
  • 22. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration STP Configuration Issues  Analyzing the STP Topology  Use show cdp neighbors to discover topology  Use STP knowledge to determine the root switch  Use show spanning-tree vlan to verify which switch is the root and port status (forwarding or blocking).  Expected Topology versus Actual Topology  Troubleshooting consists of comparing the actual state of the network against the expected state of the network and spotting the differences.
  • 23. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration STP Configuration Issues  Overview of STP Status  Use the show spanning-tree command without specifying any additional options provides a quick overview of the status of STP for all VLANs that are defined on a switch. • Use the show spanning-tree vlan vlan_id command to get STP information for a particular VLAN.
  • 24. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration STP Configuration Issues  Spanning Tree Failure Consequences  There are two types of STP failures:  STP might erroneously block ports that should have gone into the forwarding state.  STP might erroneously move one or more ports into the forwarding state  Repairing a Spanning Tree Problem  Manually remove redundant links in the switched network, either physically or through configuration, until all loops are eliminated.  Chances are that restoring the redundant links will trigger a new broadcast storm.  Before restoring the redundant links, determine and correct the cause of the spanning tree failure.  Carefully monitor the network to ensure that the problem is fixed.
  • 25. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential Spanning Tree Configuration Switch Stacking Concepts  Switch Stacking Concepts  A switch stack can consist of up to nine Catalyst 3750 switches connected through their StackWise ports.  One of the switches controls the operation of the stack and is called the stack master.  The switch is managed as a single switch, through a single IP address, including passwords, VLANs, and interfaces.  Spanning Tree and Switch Stacks  Another benefit to switch stacking is the ability to add more switches to a single STP instance without increasing the STP diameter.  The IEEE recommends a maximum diameter of seven switches for the default STP timers.
  • 26. © 2017 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 33 3.3 Chapter Summary
  • 27. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential  Problems that can result from a redundant Layer 2 network include broadcast storms, MAC database instability, and duplicate unicast frames. STP is a Layer 2 protocol that ensures that there is only one logical path between all destinations on the network by intentionally blocking redundant paths that could cause a loop.  STP sends BPDU frames for communication between switches. One switch is elected as the root bridge for each instance of spanning tree. An administrator can control this election by changing the bridge priority. Root bridges can be configured to enable spanning tree load balancing by VLAN or by a group of VLANs, depending on the spanning tree protocol used. STP then assigns a port role to each participating port using a path cost. The root path cost is equal to the sum of all the port costs along the path to the root bridge. A port cost is automatically assigned to each port; however, it can also be manually configured. Paths with the lowest cost become preferred, and all other redundant paths are blocked.  PVST+ is the default configuration of IEEE 802.1D on Cisco switches. It runs one instance of STP for each VLAN. A newer, faster-converging spanning tree protocol, RSTP, can be implemented on Cisco switches on a per-VLAN basis in the form of Rapid PVST+. Multiple Spanning Tree (MST) is the Cisco implementation of Multiple Spanning Tree Protocol (MSTP), where one instance of spanning tree runs for a defined group of VLANs. Features such as PortFast and BPDU guard ensure that hosts in the switched environment are provided immediate access to the network without interfering with spanning tree operation.  Switch stacking allows connection of up to nine Catalyst 3750 switches to be configured and presented to the network as a single entity. STP views the switch stack as a single switch. This additional benefit helps ensure the IEEE recommended maximum diameter of seven switches. Chapter Summary Summary
  • 28. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential
  • 29. Presentation_ID ‹#›© 2017 Cisco Systems, Inc. All rights reserved. Cisco Confidential