CO5023 Link Aggregation. Issues with Redundancy To increase capacity on links between layers (access and distribution, for example) it can be useful to.

Slides:



Advertisements
Similar presentations
Chapter 3: Link Aggregation
Advertisements

Virtual LANs.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Implement VTP LAN Switching and Wireless – Chapter 4.
Part III Working with Redundant Links
1 © 2012 Cisco Systems, Inc. All rights reserved. Cisco confidential.Cisco Networking Academy, US/Canada Is It Routing or Is It Layer 3 Switching? YES!
Port Aggregation & Load Balancing By: Joe B., Nabeel O. Miguel & Mufaddal J.
Implementing VLANs in Campus Networks
Networking Features Upon completion of this module, you should be able to: Discuss and configure VNX networking features This module continues the discussion.
© 1999, Cisco Systems, Inc. 3-1 Chapter 10 Controlling Campus Device Access Chapter 3 Connecting the Switch Block © 1999, Cisco Systems, Inc. 3-1.
Voice VLANs Lecture 7 VLANs.ppt 21/04/ Apr-17
TRUNKS TRUNK: Trunking is a layer 2 feature.
Implementing Spanning Tree
EtherChannel Concepts and Configuration
Author: Bill Buchanan. Transparent bridge Author: Bill Buchanan CAM.
Instructor & Todd Lammle
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 1: Introduction to Scaling Networks Scaling Networks.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 1: Introduction to Scaling Networks Scaling Networks.
S7C5 – Spanning Tree Protocol And other topics. Switch Port Aggregation Bundling –Combining 2 to 8 links of FE (Fast Ethernet) or GE (Gigabit) Full duplex.
1 © 2003, Cisco Systems, Inc. All rights reserved. CCNA 3 v3.0 Module 8 Virtual LANs Cisco Networking Academy.
Inter VLAN routing using ISL By Eric and Holly. Overview of ISL Trunking Trunking is a way to carry traffic from several VLANs over a point-to-point link.
STP Part II PVST (Per Vlan Spanning Tree): A Vlan field is added to the BPDU header along with Priority & Mac. Priority is 32768, Mac Address is MAC or.
W&L Page 1 CCNA CCNA Training 2.7 Configure and verify trunking on Cisco switches Jose Luis Flores / Amel Walkinshaw Aug, 2015.
Link Aggregation V1.1. Objectives Understand the features and benefits of link aggregation Grasp the basic link aggregation configuration steps of G series.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 Switching in an Enterprise Network Introducing Routing and Switching in the.
Virtual Local Area Networks (VLANs) Part II
CCNA3 v3 Module 9 v3 CCNA 3 Module 9 JEOPARDY K. Martin.
© 2006 Cisco Systems, Inc. All rights reserved.Cisco Public 1 Version 4.0 Implement VTP LAN Switching and Wireless – Chapter 4.
VLAN Design Etherchannel. Review: Private VLANS  Used by Service providers to deploy host services and network access where all devices reside in the.
VLAN Trunking Protocol
Layer-2 Switching and STP
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: VLANs Routing & Switching.
Chapter 5: Link Aggregation
© 2006 Cisco Systems, Inc. All rights reserved.Cisco PublicITE I Chapter 6 1 VLANs LAN Switching and Wireless – Chapter 3.
© 2008 Cisco Systems, Inc. All rights reserved.Cisco ConfidentialPresentation_ID 1 Chapter 3: Link Aggregation Scaling Networks.
W&L Page 1 CCNA CCNA Training 2.8 Identify enhanced switching technologies Jose Luis Flores / Amel Walkinshaw Aug, 2015.
LAN Switching Virtual LANs. Virtual LAN Concepts A LAN includes all devices in the same broadcast domain. A broadcast domain includes the set of all LAN-connected.
Cisco Study Guide
Chapter 3: Link Aggregation
Instructor Materials Chapter 3: STP
Instructor Materials Chapter 1: LAN Design
Instructor Materials Chapter 4: EtherChannel and HSRP
Switching and VLANs.
Switching and VLANs.
Spanning Tree Protocol
Dumps PDF Vendor: Microsoft Exam Code:
1-LAN design 2-Scaling VALNs
Chapter 5: Inter-VLAN Routing
Configuring EtherChannels and Switch Troubleshooting
Configuring Catalyst Switch Operations
Chapter 2: Scaling VLANs
Spanning Tree Protocol
© 2002, Cisco Systems, Inc. All rights reserved.
Spanning Tree Protocol
Advanced Network Training
Hwajung Lee Modified from Slides Courtesy of Cisco Networking Academy
Switching and VLANs.
Switching and VLANs.
Network layer devices combine multiple broadcast domains
Chapter 4: EtherChannel and HSRP
CCNA 3 v3 JEOPARDY Module 9 CCNA3 v3 Module 9 K. Martin.
Cisco networking CNET-448
Chapter 2: Scaling VLANs
LAN Switching and Wireless – Chapter 4
Lecture#7: Trunking and STP
LAN Switching and Wireless – Chapter 4
EtherChannels.
LAN Switching and Wireless – Chapter 4
LAN Switching and Wireless – Chapter 4
CISCO SWITCHING Hussein Salameh Network Administrator
Chapter 4: EtherChannel and HSRP
Presentation transcript:

CO5023 Link Aggregation

Issues with Redundancy To increase capacity on links between layers (access and distribution, for example) it can be useful to use redundancy However, STP will automatically block redundant links between switches This problem can be solved by combining physical links into one, logical link. This is the purpose of EtherChannel

Etherchannel Rules EtherChannel groups multiple ports into one physical link. Interfaces cannot be mixed – must all be Fast Ethernet or all be Gigabit Ethernet. Can link up to 8 ports together in an Etherchannel Can have up to 6 EtherChannels per switch.

Port Aggregation Protocol (PAgP) PAgP is CISCO proprietary and allows us to configure etherchannel ports in several modes. For an EtherChannel link to be established, the modes at each end need to be compatible (see chart opposite). Link Aggregation Control Protocol (LACP) is exactly the same except Desirable is called LACP Active and Auto is called LACP Passive.

Configuring link aggregation When configuring EtherChannel, speed and duplex settings must be the same for all ports at both ends. All interfaces in the channel must have the same VLAN settings. Create an interface group using: S(config)# int range interface-list S(config-if-range)channel-group 1 mode active S(config-if-range)int port-channel 1 S(config-if)switchport mode trunk …continue to configure channel as one interface

Verifying Etherchannels There are a few commands you can use to check the status of an EtherChannel: show interface port-channel !Not available on all switch models show etherchannel summary show etherchannel port-channel show interfaces etherchannel