lecture 12: lan redundancy

33
© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential Presentation_I D 1 Lecture 12: LAN Redundancy Switched Networks Assistant Professor Pongpisit Wuttidittachotti, Ph.D. Faculty of Information Technology King Mongkut's University of Technology North Bangkok (KMUTNB)

Upload: hailey

Post on 23-Feb-2016

45 views

Category:

Documents


0 download

DESCRIPTION

Lecture 12: LAN Redundancy. Switched Networks. Assistant Professor Pongpisit Wuttidittachotti , Ph.D. Faculty of Information Technology King Mongkut's University of Technology North Bangkok (KMUTNB). Chapter 4. 4 .0 Introduction 4 .1 Spanning Tree Concepts - PowerPoint PPT Presentation

TRANSCRIPT

Page 1: Lecture 12:  LAN Redundancy

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 1

Lecture 12: LAN Redundancy

Switched NetworksAssistant Professor Pongpisit Wuttidittachotti, Ph.D.Faculty of Information TechnologyKing Mongkut's University of Technology North Bangkok (KMUTNB)

Page 2: Lecture 12:  LAN Redundancy

Presentation_ID 2© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Chapter 44.0 Introduction

4.1 Spanning Tree Concepts

4.2 Varieties of Spanning Tree Protocols

4.3 Spanning Tree Configuration

4.4 First-Hop Redundancy Protocols

4.5 Summary

Page 3: Lecture 12:  LAN Redundancy

Presentation_ID 3© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Chapter 4: Objectives Describe the issues with implementing a redundant network. Describe IEEE 802.1D STP operation. Describe the different spanning tree varieties. Describe PVST+ operation in a switched LAN environment. Describe Rapid PVST+ operation in a switched LAN environment. Configure PVST+ and Rapid PVST+ in a switched LAN environment. Identify common STP configuration issues. Describe the purpose and operation of first hop redundancy

protocols. Describe the different varieties of first-hop redundancy protocols. Use Cisco IOS commands to verify HSRP and GLBP

implementations.

Page 4: Lecture 12:  LAN Redundancy

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 4

4.1 Spanning Tree Concepts

Page 5: Lecture 12:  LAN Redundancy

Presentation_ID 5© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Redundancy

Page 6: Lecture 12:  LAN Redundancy

Presentation_ID 6© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Redundancy

Redundant paths create loops in the network.

How are they controlled?Spanning Tree Protocol

Page 7: Lecture 12:  LAN Redundancy

Presentation_ID 7© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Purpose of Spanning TreeIssues with Layer 1 Redundancy: MAC Database Instability

If there is more than one path for the frame to be forwarded out, an endless loop can result.

Ethernet frames do not have a Time to Live (TTL) attribute. Frames on a switched network, they continue to propagate

between switches endlessly. This continued propagation between switches can result in MAC

database instability.

Page 8: Lecture 12:  LAN Redundancy

Presentation_ID 8© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Issues with Redundancy

PC1 sends a broadcast.S2 receives the

frame and updates the MAC table.

S2 floods the broadcast out all ports except the receiving port.

S3 and S1 update their MAC tables

S3 and S1 now flood the broadcast.

S3 and S1 update their MAC tables with the wrong

information

S3 and S1 forward the broadcast back

to S2.

S2 updates its MAC table with the wrong information

S2 floods the broadcast againS3 and S1 update their MAC tables again with the wrong information

Issues with Redundancy

Page 9: Lecture 12:  LAN Redundancy

Presentation_ID 9© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Issues with Redundancy Broadcast Storms:

PC1 sends a broadcast

No STP so aloop is created

PC4 sends a broadcastAnother loop

PC3 sends a broadcast and creates yet another loop

PC2 sends a broadcast

Because of the high level of traffic, it

cannot be processed.

In fact, the entire network can no longer process new traffic

and comes to a screeching halt.

Page 10: Lecture 12:  LAN Redundancy

Presentation_ID 10© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Issues with Redundancy Duplicate Unicast Frames:

PC1 sends a unicast frame

to PC4

S2 has no entry for PC4 so the frame is flooded out the remaining ports

Both S3 and S1 have entries for PC4 so the

frame is forwarded

S1 also forwards the frame it

received from S3

End result….PC4 receives two copies of the same frame. One from S1 and one from S3.

Page 11: Lecture 12:  LAN Redundancy

Presentation_ID 11© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Real-World Redundancy Issues Loops in the Wiring Closet:

Usually caused by an error in cabling.

Page 12: Lecture 12:  LAN Redundancy

Presentation_ID 12© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationSpanning-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.

A port is considered blocked when user data is prevented from entering or leaving that port. This does not include bridge protocol data unit (BPDU) frames that are used by STP to prevent loops.

The physical paths still exist to provide redundancy, but these paths are disabled to prevent the loops from occurring.

If the path is ever needed to compensate for a network cable or switch failure, STP recalculates the paths and unblocks the necessary ports to allow the redundant path to become active.

Page 13: Lecture 12:  LAN Redundancy

Presentation_ID 13© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Spanning-Tree Algorithm (STA) Terminology:

Root Bridge:A single switch used as the reference point for all calculations.

Root Ports:The switch port closest to the root bridge.

Designated Port:All non-root ports that are still permitted to forward traffic on the network.

Non-designated Ports:All ports configured to be in a blocking state to prevent loops.

Page 14: Lecture 12:  LAN Redundancy

Presentation_ID 14© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Spanning-Tree Algorithm (STA) STP uses the Spanning Tree Algorithm (STA) to determine

which switch ports on a network need to be configured for blocking to prevent loops.

Through an election process, the algorithm designates a single switch as the root bridge and uses it as the reference point for all calculations.

The election process is controlled by the Bridge-ID (BID).

BridgePriority

MACAddress

2 6

Page 15: Lecture 12:  LAN Redundancy

Presentation_ID 15© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Root Bridge Election Process:

All switches in the broadcast domain participate.After a switch boots, it sends out Bridge Protocol Data Units (BPDU) frames containing the switch BID and the root ID every 2 seconds.

The root ID identifies the root bridge on the network.

By default, the root ID matches the local BID for all switches on the network.

In other words, each switch considers itself as the root bridge when it boots.

Page 16: Lecture 12:  LAN Redundancy

Presentation_ID 16© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Root Bridge Election Process:

As the switches forward their BPDU frames, switches in the broadcast domain read the root ID information from the BPDU frame.

If the root ID from the BPDU received is lower than the root ID on the receiving switch, the receiving switch updates its root ID identifying the adjacent switch as the root bridge.

The switch then forwards new BPDU frames with the lower root ID to the other adjacent switches.

Eventually, the switch with the lowest BID ends up being identified as the root bridge for the spanning-tree instance.

Page 17: Lecture 12:  LAN Redundancy

Presentation_ID 17© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Best Path Now that the root bridge has been elected, the STA starts the

process of determining the best paths to the root bridge from all destinations in the broadcast domain.

The path information is determined by summing up the individual port costs along the path from the destination to the root bridge.

The default port costs are specified by the IEEE and defined by the speed at which the port operates.

Link Speed Cost10Gbps 2

1Gbps 4

100Mbps 19

10Mbps 100

Page 18: Lecture 12:  LAN Redundancy

Presentation_ID 18© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Best Path You are not restricted to the defaults.

The cost of a path can be manually configured to specify that a specific path is the preferred path instead of allowing the STA to choose the best path.

Realize, however, that changing the cost of a particular path will affect the results of the STA.

The ‘no’ form of the following command will return the cost to its default value.

switch(config)#interface fa0/1switch(config-if)#spanning-tree cost [value]switch(config-if)#end

Page 19: Lecture 12:  LAN Redundancy

Presentation_ID 19© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Best Path Verifying the port and path cost.

Port Cost

Path Cost

Page 20: Lecture 12:  LAN Redundancy

Presentation_ID 20© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationSpanning-Tree Algorithm: Port Roles

Page 21: Lecture 12:  LAN Redundancy

Presentation_ID 21© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationSpanning-Tree Algorithm: Root Bridge

Page 22: Lecture 12:  LAN Redundancy

Presentation_ID 22© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationSpanning-Tree Algorithm: Path Cost

Page 23: Lecture 12:  LAN Redundancy

Presentation_ID 23© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP Operation802.1D BPDU Frame Format

Page 24: Lecture 12:  LAN Redundancy

Presentation_ID 24© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationBPDU Propagation and Process

Page 25: Lecture 12:  LAN Redundancy

Presentation_ID 25© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OperationExtended System ID

Page 26: Lecture 12:  LAN Redundancy

Presentation_ID 26© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Port Roles The root bridge is elected for the spanning-tree instance. The location of the root bridge in the network topology

determines how port roles are calculated.Root Port:

The switch port with the best path to forward traffic to the root bridge.Designated Port:

The switch port that receives and forwards frames toward the root bridge as needed. Only one designated port is allowed per segment.

Non-designated Port:A switch port that is blocked, so it is not forwarding data frames.

Page 27: Lecture 12:  LAN Redundancy

Presentation_ID 27© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Port Roles The STA determines which port role is assigned to each

switch port. To determine the root port on a switch:

The switch compares the path costs on all switch ports participating in the spanning tree.

When there are two switch ports that have the same path cost to the root bridge:

The switch uses the customizable port priority value, or the lowest port ID to break the tie.

The port ID is the number of the connected port.

Page 28: Lecture 12:  LAN Redundancy

Presentation_ID 28© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Port Roles – Root Port For Example: Default Port Priority = 128

F0/1 and F0/2 have the same path cost (19).

F0/2 Priority = 128,2

F0/1 Priority = 128,1

Page 29: Lecture 12:  LAN Redundancy

Presentation_ID 29© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Port Roles – Root Port You can specify the root port:

Configure Port Priority:

Priority values 0 - 240, in increments of 16. Default port priority value is 128.The lower the port priority value, the higher the priority.

Page 30: Lecture 12:  LAN Redundancy

Presentation_ID 30© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

Port Roles – Root Port Verifying the Port Priority:

Page 31: Lecture 12:  LAN Redundancy

© 2008 Cisco Systems, Inc. All rights reserved. Cisco ConfidentialPresentation_ID 31

4.2 Varieties of Spanning Tree Protocols

Page 32: Lecture 12:  LAN Redundancy

Presentation_ID 32© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OverviewList of Spanning Tree Protocols STP or IEEE 802.1D-1998 PVST+ IEEE 802.1D-2004 Rapid Spanning Tree Protocol (RSTP) or IEEE 802.1w Rapid PVST+ Multiple Spanning Tree Protocol (MSTP) or IEEE 802.1s

Page 33: Lecture 12:  LAN Redundancy

Presentation_ID 33© 2008 Cisco Systems, Inc. All rights reserved. Cisco Confidential

STP OverviewSpanning Tree Protocol Characteristics