SlideShare a Scribd company logo
1 of 6
 Ether Channel
 Understanding EtherChannelConfiguration
 Types of Etherchannel
 Manual EtherChannel configuration
 EtherChannel – DynamicConfiguration
IEEE Link Aggregation Protocol (LACP) - Industry Standard
PortAggregation Protocol (PAGP)- Cisco Proprietary protocol
 Troubleshooting Ether Channel
Understanding Ether Channel
Port aggregation allows multiplephysicalports to be
bundled togetherto forma singlelogicalport.Theswitch and STP will treatthe
bundled ports as a singleinterface,eliminating thepossibility of a switching
loop.
EtherChannel is a portlink aggregation technologydeveloped by Cisco,which
provides fault-toleranthigh-speed linksbetween Switches,Routers,and Servers.
EtherChannel technology can beused to increasethebandwidth between two
devices thatsupportEther Channel technologyand Ether Channeltechnology
provides automaticrecovery for theloss of a link by redistributing theload across
the remaining links.
However, simply trunking twoor more ports between the switches will not
work, as this creates a switchingloop. One of two things willoccur:
 Spanning TreeProtocol (STP) will disableoneormoreportsto
eliminatetheloop.
 If STP isdisabled,theswitchingloopwill resultin an almost
instantaneous broadcaststorm, cripplingthenetwork
Thereare two issues with using only a single physical port for the trunk
connection:
 Theportrepresents a singlepointof failure.If theportgoesdown,
the trunk connectionis lost.
 Thus,theobviousbenefitsof addingredundancyto thetrunk
connectionarefaulttoleranceand increasedbandwidth, viaload
balancing
Portaggregation allows multiplephysical ports to be bundledtogetherto forma
singlelogicalport. Theswitch and STP will treatthebundled ports as a single
interface,eliminating thepossibility of a switching loop.
Cisco’s implementation of portaggregationis called Ether Channel.
EtherChannel supports Fast,Gigabit,and 10 GigabitEthernetports. Amaximum
of 8 activeportsaresupportedina singleEtherChannel.
Cisco IOS Release12.2SX supports a maximumof 128EtherChannels.You can
form an EtherChannel with up to eightcompatibly configured LAN ports on any
switching module.All LAN ports in each EtherChannelmustbethe samespeed
and mustall beconfigured as eitherLayer 2 orLayer 3 LAN ports.
Types of Ether channel
There are two methodsof configuring an EtherChannel:
 Manually
 Dynamically
Manually:
Manually configured EtherChannelports do notexchangeEtherChannel
protocol packets.A manually configured EtherChannel forms only when you
configureall ports in theEtherChannel compatibly.
Configurationof etherchannel manually:
Adding switch ports to a channel-group creates a logical port-channel interface.
This interfacecan be configured by referencing thechannelgroup number:
SWITCH A SWITCH B
SwitchA(config)# interface range gi0/1 – 4 SwitchB(config)# interface range gi0/1 - 4
Switch A(config-if)# channel-group1 mode on SwitchB(config-if)# channel-group 1 mode on
Changes madeto the logical port-channel interfaceareapplied to all physical
switch ports in thechannel-group:
Switch A(config)# interface port-channel 1
SwitchA(config-if)# switchport mode trunk
SwitchA(config-if)# switchport trunk allowed vlan 5-10
Switch A(config-if)# noshut
Switch B(config)# interface port-channel 1
SwitchB(config-if)# switchportmode trunk
SwitchB(config-if)# switchporttrunk allowedvlan5-10
Switch B(config-if)# noshut
EtherChannel – DynamicConfiguration
Cisco switches supporttwo dynamicaggregation protocols:
PAgP(PortAggregationProtocol) – Cisco proprietary aggregatin protocol.
LACP (Link AggregationControlProtocol) – IEEE standardized aggregation
protocol,originally defined in 802.3ad
PAgP(PortAggregationProtocol) PAgP is a Cisco-proprietary aggregation
protocol. PAgP supports theautomaticcreation of EtherChannelsby exchanging
PAgP packets between LAN ports. PAgP packets are exchanged only between
ports in autoand desirablemodes.
Desirable– activelyattempts to forma channel
Auto– waits fortheremote switch to initiatethechannel
A PAgP channel will formin thefollowingconfigurations
desirable >> desirable
desirable>> auto
SWITCH A SWITCH B
SwitchA(config)# interface range gi0/1 – 4 Switch B(config)# interface range gi0/1 - 4
Switch(config-if)#channel-protocol pagp Switch(config-if)#channel-protocol pagp
Switch A(config-if)# channel-group1 mode auto Switch B(config-if)# channel-group1 mode desirable
Switch A(config)# interface port-channel 1 switchB ----same like as above configuration.
SwitchA(config-if)# switchport mode trunk
SwitchA(config-if)# switchport trunk allowed vlan 5-10
Switch A(config-if)# noshut
EtherChannel – LACP
LACP is an IEEE standard aggregation protocol,and supports two modes.LACP
supports theautomaticcreation of EtherChannels by exchangingLACP packets
between LAN ports. LACP packets are exchanged only between ports
in passiveand activemodes.
Active–activelyattempts to form a channel
Passive– waits fortheremoteswitch to initiatethechannel
An LACP channel will formin thefollowingconfigurations:
Active== active
Active==passive
SWITCH A SWITCH B
SwitchA(config)# interface range gi0/1 – 4 Switch B(config)# interface range gi0/1 - 4
Switch(config-if)#channel-protocol lacp Switch(config-if)#channel-protocol lacp
Switch A(config-if)# channel-group1 mode active SwitchB(config-if)# channel-group 1 mode passive
Switch A(config)# interface port-channel 1
SwitchA(config-if)# switchport mode trunk
SwitchA(config-if)# switchport trunk allowed vlan 5-10
Switch A(config-if)# noshut
Switch B(config)# interface port-channel 1
SwitchB(config-if)# switchportmode trunk
SwitchB(config-if)# switchporttrunk allowedvlan5-10
Switch B(config-if)# noshut
Recall thata maximumof 8 active ports are supported in a singleEtherChannel.
LACP supports adding an additional8 ports into thebundlein a standbystate,to
replace an activeport if it goes down.
LACP assigns a numerical port-priority to each port, to determinewhich ports
become active in the EtherChannel.By default,thepriority is setto 32768,and a
lower priority is preferred. If there is a tiein port-priority,thelowest portnumber
is preferred.
To changetheLACP port-priorityto something otherthan default:
Switch(config)#interfacerangefa0/1-4
Switch(config-if)# lacpport-priority 100
Troubleshooting EtherChannel
To view status information on allconfiguredEtherChannels:
Switch# showetherchannel summary
Switch#showetherchannel portchannel
This exampleshows howto verifythe configurationof EtherChannel1
switch#showrunning interfaces port-channel1

More Related Content

What's hot

MikroTik Basic Training Class - Online Moduls - English
 MikroTik Basic Training Class - Online Moduls - English MikroTik Basic Training Class - Online Moduls - English
MikroTik Basic Training Class - Online Moduls - EnglishAdhie Lesmana
 
Ether Channel High Speed Data Transmission
Ether Channel  High Speed Data TransmissionEther Channel  High Speed Data Transmission
Ether Channel High Speed Data TransmissionNetwax Lab
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)RaghulR21
 
Access control list 2
Access control list 2Access control list 2
Access control list 2Kishore Kumar
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsAlejandro Marin
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Peter R. Egli
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocolMuuluu
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1Kishore Kumar
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routingteknetir
 
routing basics - (static-default-dynamic)
routing basics - (static-default-dynamic)routing basics - (static-default-dynamic)
routing basics - (static-default-dynamic)Shanza Sohail
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to HeroDhruv Sharma
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) KHNOG
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)Netwax Lab
 
EtherChannel PAgP and LACP modes
EtherChannel PAgP and LACP modesEtherChannel PAgP and LACP modes
EtherChannel PAgP and LACP modesNetProtocol Xpert
 

What's hot (20)

CCCNP ROUTE v6_ch06
CCCNP ROUTE v6_ch06CCCNP ROUTE v6_ch06
CCCNP ROUTE v6_ch06
 
MikroTik Basic Training Class - Online Moduls - English
 MikroTik Basic Training Class - Online Moduls - English MikroTik Basic Training Class - Online Moduls - English
MikroTik Basic Training Class - Online Moduls - English
 
Ether Channel High Speed Data Transmission
Ether Channel  High Speed Data TransmissionEther Channel  High Speed Data Transmission
Ether Channel High Speed Data Transmission
 
Vlan
Vlan Vlan
Vlan
 
Spanning tree protocol (stp)
Spanning tree protocol (stp)Spanning tree protocol (stp)
Spanning tree protocol (stp)
 
Access control list 2
Access control list 2Access control list 2
Access control list 2
 
IOS Cisco - Cheat sheets
IOS Cisco - Cheat sheetsIOS Cisco - Cheat sheets
IOS Cisco - Cheat sheets
 
Acl
AclAcl
Acl
 
Port Security
Port SecurityPort Security
Port Security
 
Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)Overview of Spanning Tree Protocol (STP & RSTP)
Overview of Spanning Tree Protocol (STP & RSTP)
 
Spanning tree protocol
Spanning tree protocolSpanning tree protocol
Spanning tree protocol
 
Access Control List 1
Access Control List 1Access Control List 1
Access Control List 1
 
Vpc notes
Vpc notesVpc notes
Vpc notes
 
Chapter 17 : static routing
Chapter 17 : static routingChapter 17 : static routing
Chapter 17 : static routing
 
routing basics - (static-default-dynamic)
routing basics - (static-default-dynamic)routing basics - (static-default-dynamic)
routing basics - (static-default-dynamic)
 
Introduction to nexux from zero to Hero
Introduction to nexux  from zero to HeroIntroduction to nexux  from zero to Hero
Introduction to nexux from zero to Hero
 
Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD) Bidirectional Forwarding Detection (BFD)
Bidirectional Forwarding Detection (BFD)
 
HSRP (hot standby router protocol)
HSRP (hot standby router protocol)HSRP (hot standby router protocol)
HSRP (hot standby router protocol)
 
EtherChannel PAgP and LACP modes
EtherChannel PAgP and LACP modesEtherChannel PAgP and LACP modes
EtherChannel PAgP and LACP modes
 
ccna networking ppt
ccna networking pptccna networking ppt
ccna networking ppt
 

Viewers also liked

Improving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicImproving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicNetmagic Solutions Pvt. Ltd.
 
Online trademark infringement and the liability of intermediaries
Online trademark infringement and the liability of intermediariesOnline trademark infringement and the liability of intermediaries
Online trademark infringement and the liability of intermediariesIshan Gupta
 
CANplus_handbook_v2-0
CANplus_handbook_v2-0CANplus_handbook_v2-0
CANplus_handbook_v2-0Ivy Chen
 
Accredited tests
Accredited testsAccredited tests
Accredited testsThomas Bini
 
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)kwdekker
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its applicationKrishna Peshivadiya
 
Ocular chemical injury
Ocular chemical injuryOcular chemical injury
Ocular chemical injurysaanvi2011
 
Drugs used or avoided in pregnancy
Drugs used or avoided in pregnancyDrugs used or avoided in pregnancy
Drugs used or avoided in pregnancymostafa hosni
 

Viewers also liked (12)

Ondorioak
OndorioakOndorioak
Ondorioak
 
Improving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – NetmagicImproving Datacenter Performance through Capacity Planning – Netmagic
Improving Datacenter Performance through Capacity Planning – Netmagic
 
Online trademark infringement and the liability of intermediaries
Online trademark infringement and the liability of intermediariesOnline trademark infringement and the liability of intermediaries
Online trademark infringement and the liability of intermediaries
 
Happy hunger games]
Happy hunger games]Happy hunger games]
Happy hunger games]
 
CANplus_handbook_v2-0
CANplus_handbook_v2-0CANplus_handbook_v2-0
CANplus_handbook_v2-0
 
Sunny_Resume
Sunny_ResumeSunny_Resume
Sunny_Resume
 
Accredited tests
Accredited testsAccredited tests
Accredited tests
 
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)
Presentatie Dekra Hkz Openbare Apotheken (11 1 2011)
 
first order ode with its application
 first order ode with its application first order ode with its application
first order ode with its application
 
Ocular chemical injury
Ocular chemical injuryOcular chemical injury
Ocular chemical injury
 
Corporate law
Corporate lawCorporate law
Corporate law
 
Drugs used or avoided in pregnancy
Drugs used or avoided in pregnancyDrugs used or avoided in pregnancy
Drugs used or avoided in pregnancy
 

Similar to Etherchannel

Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdfConfig Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf21stcenturyjammu21
 
Chapter 3 link aggregation
Chapter 3   link aggregationChapter 3   link aggregation
Chapter 3 link aggregationJosue Wuezo
 
CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4Chaing Ravuth
 
SRWE_Module_6-EtherChannel.pptx
SRWE_Module_6-EtherChannel.pptxSRWE_Module_6-EtherChannel.pptx
SRWE_Module_6-EtherChannel.pptxSaqibAli696638
 
Etherchannel
EtherchannelEtherchannel
Etherchannelshushanto
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4Waqas Ahmed Nawaz
 
Port aggregation
Port aggregationPort aggregation
Port aggregationAnuj Kumar
 
Port aggregation
Port aggregationPort aggregation
Port aggregationAnuj Kumar
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Omar Herrera
 
Etherchannel in Cisco Switches & Routers, Link Aggregation & PAgP LACP
Etherchannel in Cisco Switches & Routers,  Link Aggregation & PAgP LACPEtherchannel in Cisco Switches & Routers,  Link Aggregation & PAgP LACP
Etherchannel in Cisco Switches & Routers, Link Aggregation & PAgP LACPNetProtocol Xpert
 
Basic interview question for Ether Channel.
Basic  interview question for Ether Channel.Basic  interview question for Ether Channel.
Basic interview question for Ether Channel.INFitunes
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessDhiman Chowdhury
 
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP mode
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP modeHUAWEI Switch HOW-TO - Configuring link aggregation in static LACP mode
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP modeIPMAX s.r.l.
 
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...Lary Onyeka
 
Chapter 14 - Sw Conf
Chapter 14 - Sw ConfChapter 14 - Sw Conf
Chapter 14 - Sw Confphanleson
 

Similar to Etherchannel (20)

Lacp settting
Lacp setttingLacp settting
Lacp settting
 
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdfConfig Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
Config Lab L2 EtherChannel 2 Both layer 2 EtherChannel and layer 3 Eth.pdf
 
Chapter 3 link aggregation
Chapter 3   link aggregationChapter 3   link aggregation
Chapter 3 link aggregation
 
CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4CCNA3 Verson6 Chapter4
CCNA3 Verson6 Chapter4
 
SRWE_Module_6-EtherChannel.pptx
SRWE_Module_6-EtherChannel.pptxSRWE_Module_6-EtherChannel.pptx
SRWE_Module_6-EtherChannel.pptx
 
Etherchannel
EtherchannelEtherchannel
Etherchannel
 
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
CCNA (R & S) Module 04 - Scaling Networks - Chapter 4
 
Port aggregation
Port aggregationPort aggregation
Port aggregation
 
Port aggregation
Port aggregationPort aggregation
Port aggregation
 
Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)Ccnp3 lab 3_5_en (hacer)
Ccnp3 lab 3_5_en (hacer)
 
Etherchannel in Cisco Switches & Routers, Link Aggregation & PAgP LACP
Etherchannel in Cisco Switches & Routers,  Link Aggregation & PAgP LACPEtherchannel in Cisco Switches & Routers,  Link Aggregation & PAgP LACP
Etherchannel in Cisco Switches & Routers, Link Aggregation & PAgP LACP
 
Basic interview question for Ether Channel.
Basic  interview question for Ether Channel.Basic  interview question for Ether Channel.
Basic interview question for Ether Channel.
 
IP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless AccessIP Infusion Application Note for 4G LTE Fixed Wireless Access
IP Infusion Application Note for 4G LTE Fixed Wireless Access
 
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP mode
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP modeHUAWEI Switch HOW-TO - Configuring link aggregation in static LACP mode
HUAWEI Switch HOW-TO - Configuring link aggregation in static LACP mode
 
Dc fabric path
Dc fabric pathDc fabric path
Dc fabric path
 
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
(2) documents e books_cisco_networking_books_training_materials_cnap_-_ont_v5...
 
VLAN
VLANVLAN
VLAN
 
ENCOR_Capitulo 5.pptx
ENCOR_Capitulo 5.pptxENCOR_Capitulo 5.pptx
ENCOR_Capitulo 5.pptx
 
Chapter 14 - Sw Conf
Chapter 14 - Sw ConfChapter 14 - Sw Conf
Chapter 14 - Sw Conf
 
Session 2
Session 2Session 2
Session 2
 

Recently uploaded

A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)Christopher H Felton
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Personfurqan222004
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Roomishabajaj13
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一Fs
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一z xss
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书zdzoqco
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Sonam Pathan
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts servicevipmodelshub1
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Roomdivyansh0kumar0
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一Fs
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一Fs
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkataanamikaraghav4
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Sonam Pathan
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一Fs
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作ys8omjxb
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMartaLoveguard
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhimiss dipika
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationLinaWolf1
 

Recently uploaded (20)

A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
A Good Girl's Guide to Murder (A Good Girl's Guide to Murder, #1)
 
Complet Documnetation for Smart Assistant Application for Disabled Person
Complet Documnetation   for Smart Assistant Application for Disabled PersonComplet Documnetation   for Smart Assistant Application for Disabled Person
Complet Documnetation for Smart Assistant Application for Disabled Person
 
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With RoomVIP Kolkata Call Girl Salt Lake 👉 8250192130  Available With Room
VIP Kolkata Call Girl Salt Lake 👉 8250192130 Available With Room
 
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
定制(AUT毕业证书)新西兰奥克兰理工大学毕业证成绩单原版一比一
 
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
办理(UofR毕业证书)罗切斯特大学毕业证成绩单原版一比一
 
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝Model Call Girl in  Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
Model Call Girl in Jamuna Vihar Delhi reach out to us at 🔝9953056974🔝
 
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
办理多伦多大学毕业证成绩单|购买加拿大UTSG文凭证书
 
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
Call Girls In The Ocean Pearl Retreat Hotel New Delhi 9873777170
 
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
young call girls in Uttam Nagar🔝 9953056974 🔝 Delhi escort Service
 
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts serviceChennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
Chennai Call Girls Alwarpet Phone 🍆 8250192130 👅 celebrity escorts service
 
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130  Available With RoomVIP Kolkata Call Girl Kestopur 👉 8250192130  Available With Room
VIP Kolkata Call Girl Kestopur 👉 8250192130 Available With Room
 
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
定制(Management毕业证书)新加坡管理大学毕业证成绩单原版一比一
 
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
定制(Lincoln毕业证书)新西兰林肯大学毕业证成绩单原版一比一
 
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls KolkataVIP Call Girls Kolkata Ananya 🤌  8250192130 🚀 Vip Call Girls Kolkata
VIP Call Girls Kolkata Ananya 🤌 8250192130 🚀 Vip Call Girls Kolkata
 
Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170Call Girls Near The Suryaa Hotel New Delhi 9873777170
Call Girls Near The Suryaa Hotel New Delhi 9873777170
 
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
定制(UAL学位证)英国伦敦艺术大学毕业证成绩单原版一比一
 
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
Potsdam FH学位证,波茨坦应用技术大学毕业证书1:1制作
 
Magic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptxMagic exist by Marta Loveguard - presentation.pptx
Magic exist by Marta Loveguard - presentation.pptx
 
Contact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New DelhiContact Rya Baby for Call Girls New Delhi
Contact Rya Baby for Call Girls New Delhi
 
PHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 DocumentationPHP-based rendering of TYPO3 Documentation
PHP-based rendering of TYPO3 Documentation
 

Etherchannel

  • 1.  Ether Channel  Understanding EtherChannelConfiguration  Types of Etherchannel  Manual EtherChannel configuration  EtherChannel – DynamicConfiguration IEEE Link Aggregation Protocol (LACP) - Industry Standard PortAggregation Protocol (PAGP)- Cisco Proprietary protocol  Troubleshooting Ether Channel Understanding Ether Channel Port aggregation allows multiplephysicalports to be bundled togetherto forma singlelogicalport.Theswitch and STP will treatthe bundled ports as a singleinterface,eliminating thepossibility of a switching loop. EtherChannel is a portlink aggregation technologydeveloped by Cisco,which provides fault-toleranthigh-speed linksbetween Switches,Routers,and Servers. EtherChannel technology can beused to increasethebandwidth between two devices thatsupportEther Channel technologyand Ether Channeltechnology provides automaticrecovery for theloss of a link by redistributing theload across the remaining links.
  • 2. However, simply trunking twoor more ports between the switches will not work, as this creates a switchingloop. One of two things willoccur:  Spanning TreeProtocol (STP) will disableoneormoreportsto eliminatetheloop.  If STP isdisabled,theswitchingloopwill resultin an almost instantaneous broadcaststorm, cripplingthenetwork Thereare two issues with using only a single physical port for the trunk connection:  Theportrepresents a singlepointof failure.If theportgoesdown, the trunk connectionis lost.  Thus,theobviousbenefitsof addingredundancyto thetrunk connectionarefaulttoleranceand increasedbandwidth, viaload balancing Portaggregation allows multiplephysical ports to be bundledtogetherto forma singlelogicalport. Theswitch and STP will treatthebundled ports as a single interface,eliminating thepossibility of a switching loop. Cisco’s implementation of portaggregationis called Ether Channel. EtherChannel supports Fast,Gigabit,and 10 GigabitEthernetports. Amaximum of 8 activeportsaresupportedina singleEtherChannel. Cisco IOS Release12.2SX supports a maximumof 128EtherChannels.You can form an EtherChannel with up to eightcompatibly configured LAN ports on any switching module.All LAN ports in each EtherChannelmustbethe samespeed and mustall beconfigured as eitherLayer 2 orLayer 3 LAN ports.
  • 3. Types of Ether channel There are two methodsof configuring an EtherChannel:  Manually  Dynamically Manually: Manually configured EtherChannelports do notexchangeEtherChannel protocol packets.A manually configured EtherChannel forms only when you configureall ports in theEtherChannel compatibly. Configurationof etherchannel manually: Adding switch ports to a channel-group creates a logical port-channel interface. This interfacecan be configured by referencing thechannelgroup number: SWITCH A SWITCH B SwitchA(config)# interface range gi0/1 – 4 SwitchB(config)# interface range gi0/1 - 4 Switch A(config-if)# channel-group1 mode on SwitchB(config-if)# channel-group 1 mode on Changes madeto the logical port-channel interfaceareapplied to all physical switch ports in thechannel-group: Switch A(config)# interface port-channel 1 SwitchA(config-if)# switchport mode trunk SwitchA(config-if)# switchport trunk allowed vlan 5-10 Switch A(config-if)# noshut Switch B(config)# interface port-channel 1 SwitchB(config-if)# switchportmode trunk SwitchB(config-if)# switchporttrunk allowedvlan5-10 Switch B(config-if)# noshut
  • 4. EtherChannel – DynamicConfiguration Cisco switches supporttwo dynamicaggregation protocols: PAgP(PortAggregationProtocol) – Cisco proprietary aggregatin protocol. LACP (Link AggregationControlProtocol) – IEEE standardized aggregation protocol,originally defined in 802.3ad PAgP(PortAggregationProtocol) PAgP is a Cisco-proprietary aggregation protocol. PAgP supports theautomaticcreation of EtherChannelsby exchanging PAgP packets between LAN ports. PAgP packets are exchanged only between ports in autoand desirablemodes. Desirable– activelyattempts to forma channel Auto– waits fortheremote switch to initiatethechannel A PAgP channel will formin thefollowingconfigurations desirable >> desirable desirable>> auto SWITCH A SWITCH B SwitchA(config)# interface range gi0/1 – 4 Switch B(config)# interface range gi0/1 - 4 Switch(config-if)#channel-protocol pagp Switch(config-if)#channel-protocol pagp Switch A(config-if)# channel-group1 mode auto Switch B(config-if)# channel-group1 mode desirable Switch A(config)# interface port-channel 1 switchB ----same like as above configuration. SwitchA(config-if)# switchport mode trunk SwitchA(config-if)# switchport trunk allowed vlan 5-10 Switch A(config-if)# noshut
  • 5. EtherChannel – LACP LACP is an IEEE standard aggregation protocol,and supports two modes.LACP supports theautomaticcreation of EtherChannels by exchangingLACP packets between LAN ports. LACP packets are exchanged only between ports in passiveand activemodes. Active–activelyattempts to form a channel Passive– waits fortheremoteswitch to initiatethechannel An LACP channel will formin thefollowingconfigurations: Active== active Active==passive SWITCH A SWITCH B SwitchA(config)# interface range gi0/1 – 4 Switch B(config)# interface range gi0/1 - 4 Switch(config-if)#channel-protocol lacp Switch(config-if)#channel-protocol lacp Switch A(config-if)# channel-group1 mode active SwitchB(config-if)# channel-group 1 mode passive Switch A(config)# interface port-channel 1 SwitchA(config-if)# switchport mode trunk SwitchA(config-if)# switchport trunk allowed vlan 5-10 Switch A(config-if)# noshut Switch B(config)# interface port-channel 1 SwitchB(config-if)# switchportmode trunk SwitchB(config-if)# switchporttrunk allowedvlan5-10 Switch B(config-if)# noshut
  • 6. Recall thata maximumof 8 active ports are supported in a singleEtherChannel. LACP supports adding an additional8 ports into thebundlein a standbystate,to replace an activeport if it goes down. LACP assigns a numerical port-priority to each port, to determinewhich ports become active in the EtherChannel.By default,thepriority is setto 32768,and a lower priority is preferred. If there is a tiein port-priority,thelowest portnumber is preferred. To changetheLACP port-priorityto something otherthan default: Switch(config)#interfacerangefa0/1-4 Switch(config-if)# lacpport-priority 100 Troubleshooting EtherChannel To view status information on allconfiguredEtherChannels: Switch# showetherchannel summary Switch#showetherchannel portchannel This exampleshows howto verifythe configurationof EtherChannel1 switch#showrunning interfaces port-channel1