SlideShare a Scribd company logo
1 of 32
Download to read offline
Basic EtherChannel
SUBMATERI ATAU KETERANGAN
About Me
Nama Lengkap : Agus Sangra
Asal : Cikancana, Sukaresmi, Cianjur, Jawa Barat
Alamat Saat Ini : Karawaci, Tangerang, Banten
Pendidikan
Formal : SMK GARNESIA
Non Formal : BestPath-Network
E-mail : agussangra42@gmail.com
Title : -
Wall42 GUS
EXPERIENCE
-
-
-
-
PT.Ebara Indonesia | June 2021
PT.Telkom Pins | Agustus 2021
PON XX 2021 PAPUA | September 2021
PEPARNAS XVI PAPUA | November 2021
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
- PT.Net Sentra Cyberindo | januari 2022
AGENDA
1
2
Link Agregation (Etherchannel Konsep)
• Introduction konsep Etherchannel
• Benefit Link Agregation (Etherchannel)
• Menjelaskan jenis-jenis serta mode-mode dari Etherchannel
Konfigurasi Etherchannel (Link Agregation)
• Implemen Konfigurasi Etherchannel
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
• Verifikasi
• Troubleshoot Implemen Etherchannel
Link Agregation (Etherchannel
Konsep)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
• STP will block redundant links to prevent routing loops.
Redundant Links with STP (by default blocked)
Introduction to Link Aggregation
EtherChannel
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
EtherChannel technology was originally developed by Cisco as a LAN switch-to-switch
technique of grouping several Fast Ethernet or Gigabit Ethernet ports into one logical
channel. When an EtherChannel is configured, the resulting virtual interface is called a
port channel. The physical interfaces are bundled together into a port channel
interface, as shown in the figure.
konsep EtherChannel
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
• Etherchannel merupakan protocol yang digunakan untuk membundling,
mengcombine atau menggabungkan beberapa link fisik menjadi sebuah
link logical.
Benefit Link Agregation (Etherchannel)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢Increase Bandwitch
➢Prevent Bottleneck
➢Fault Tolerance
➢Load Balancing
AutoNegotiation protocol
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
EtherChannels can be formed through negotiation using one of two protocols,
Port Aggregation Protocol (PAgP) or Link Aggregation Control Protocol (LACP).
These protocols allow ports with similar characteristics to form a channel
through dynamic negotiation with adjoining switches.
Port Agregation protocol (operation)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ PAgP (Port Agregation Protocol)
- PAgP merupakan Cisco Proprietary
- Terdapat 2 Mode pada protocol PAgP :
Mode Keterangan
Desirable Melakukan negotiation dan melakukan pengiriman paket PAgP
Auto Tidak melakukan negotiation sifatnya itu pasif atau menunggu.
Port Agregation protocol (operation)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ PAgP (Port Agregation Protocol) (Cont.)
Link Agregation control protocol (operation)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ LACP (Link Agregation Control Protocol)
- Protocol 802.3ad
- Multivendor bisa digunakan oleh berbagai vendor seperti juniper,
MikroTik, Huawei, Cisco, dll
- Terdapat 2 Mode pada protocol LACP :
Mode Keterangan
Active Melakukan negotiation dan melakukan pengiriman paket LACP
Passive Tidak melakukan negotiation, sifatnya itu pasif atau menunggu.
Link Agregation control protocol (operation)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ LACP (Link Agregation Control Protocol) (Cont.)
ON (Static)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ ON (Static)
Mode Keterangan
ON Tidak melakukan negotiation/mengaktifkan Etherchannel di localnya saja.
ON (Static)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ ON (Static) (Cont.)
Configuration Guidelines
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ Syarat-syarat agar EtherChannel bisa terbentuk
- Switch Support Etherchannel
- Speed and Duplex (10/100/1000 Mb/s)
- Native VLAN match
- Allowed VLAN range
EtherChannel Operational (Cont.)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ 8 Maximal combine Link
Provides full-duplex bandwidth up to 800 Mbps (Fast EtherChannel) or
8 Gbps (Gigabit EtherChannel)
➢ Interface types cannot be mixed. (Fast Ethernet + Gigabit Ethernet cannot be
grouped.)
➢ Cisco IOS Switch can support 6 EtherChannels
➢ Created between two switches or a server and switch.
➢ If one side is configured as trunk, the other side must be a trunk within same native
VLAN.
Konfigurasi Etherchannel (Link
Agregation)
Etherchannel Configurasi Guide
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
Konfigurasi Keterangan
S1 (config)# interface range fastethernet0/1-2
Mengkonfigurasi range interface yang akan di combine / di
bundling menjadi port channel
S1 (config-if-range)# channel-group 1 mode active
Membuat channel-group dan mode yang akan di gunakan
untuk port channel (menggunakan protocol LACP)
S1 (config-if-range)# interface port-channel 1 Masuk ke mode interface dari port channel
S1 (config-if)# switchport mode trunk Mengkonfigurasi interface port channel ke mode trunk
S1 (config-if)# switchport trunk allowed vlan 10,20,30
Mengkonfigurasi VLAN yang di permit untuk melewati port
channel
Etherchannel Configurasi Guide (Cont.)
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
Konfigurasi Keterangan
S2 (config)# interface range fastethernet0/1-2
Mengkonfigurasi range interface yang akan di combine / di
bundling menjadi port channel
S2 (config-if-range)# channel-group 1 mode active
Membuat channel-group dan mode yang akan di gunakan
untuk port channel (menggunakan protocol LACP)
S2 (config-if-range)# interface port-channel 1 Masuk ke mode interface dari port channel
S2 (config-if)# switchport mode trunk Mengkonfigurasi interface port channel ke mode trunk
S2 (config-if)# switchport trunk allowed vlan 10,20,30
Mengkonfigurasi VLAN yang di permit untuk melewati port
channel
Verifikasi
Verifikasi
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ switch# show etherchannel summary
Verifikasi
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ switch# show etherchannel
Verifikasi
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ switch# show interface port-channel (channel-group number)
Troubleshooting
Troubleshooting
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
S2 menggunakan PAgP
S1 menggunakan LACP
➢ Stand alone
Troubleshooting
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ Error-Disable
Troubleshooting
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ Interface Physical down
Troubleshooting
BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork
➢ Port-channel down
TERIMAKASIH ATAS
PARTISIPASI ANDA
Salam Pantang Pulang Sebelum Reply!!!
---
Dan Selamat Menunaikan Ibadah Puasa

More Related Content

Similar to WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf

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
 
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
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgEric Vanderburg
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced SwitchingDsunte Wilson
 
Quick Guide Layer 2 Switching
Quick Guide   Layer 2 SwitchingQuick Guide   Layer 2 Switching
Quick Guide Layer 2 SwitchingCCNAResources
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знатьSkillFactory
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationAmir Jafari
 
5 ip security ipsec gre
5 ip security ipsec gre5 ip security ipsec gre
5 ip security ipsec greSagarR24
 
Madge Smart Ringswitch - Version 3 Software
Madge Smart Ringswitch - Version 3 SoftwareMadge Smart Ringswitch - Version 3 Software
Madge Smart Ringswitch - Version 3 SoftwareRonald Bartels
 
Configuracion
ConfiguracionConfiguracion
Configuracion1 2d
 
Configuracion
ConfiguracionConfiguracion
Configuracion1 2d
 
Chapter 3 link aggregation
Chapter 3   link aggregationChapter 3   link aggregation
Chapter 3 link aggregationJosue Wuezo
 
(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
 

Similar to WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf (20)

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
 
Catena
CatenaCatena
Catena
 
Ether channel fundamentals
Ether channel fundamentalsEther channel fundamentals
Ether channel fundamentals
 
Lacp settting
Lacp setttingLacp settting
Lacp settting
 
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
 
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric VanderburgCCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
CCNA Routing and Switching Lesson 13 - Switching - Eric Vanderburg
 
CCNA Advanced Switching
CCNA Advanced SwitchingCCNA Advanced Switching
CCNA Advanced Switching
 
Quick Guide Layer 2 Switching
Quick Guide   Layer 2 SwitchingQuick Guide   Layer 2 Switching
Quick Guide Layer 2 Switching
 
5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать5 продвинутых технологий Cisco, которые нужно знать
5 продвинутых технологий Cisco, которые нужно знать
 
CCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol ImplementationCCNA R&S-13-Spanning Tree Protocol Implementation
CCNA R&S-13-Spanning Tree Protocol Implementation
 
5 ip security ipsec gre
5 ip security ipsec gre5 ip security ipsec gre
5 ip security ipsec gre
 
Madge Smart Ringswitch - Version 3 Software
Madge Smart Ringswitch - Version 3 SoftwareMadge Smart Ringswitch - Version 3 Software
Madge Smart Ringswitch - Version 3 Software
 
Configuracion
ConfiguracionConfiguracion
Configuracion
 
Configuracion
ConfiguracionConfiguracion
Configuracion
 
Chapter 3 link aggregation
Chapter 3   link aggregationChapter 3   link aggregation
Chapter 3 link aggregation
 
ENCOR_Capitulo 2.pptx
ENCOR_Capitulo 2.pptxENCOR_Capitulo 2.pptx
ENCOR_Capitulo 2.pptx
 
Rtr config
Rtr configRtr config
Rtr config
 
CCNA 2
CCNA 2 CCNA 2
CCNA 2
 
(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...
 
3 2
3 23 2
3 2
 

Recently uploaded

Pitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckPitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckHajeJanKamps
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra
 
HR and Employment law update: May 2024.
HR and Employment law update:  May 2024.HR and Employment law update:  May 2024.
HR and Employment law update: May 2024.FelixPerez547899
 
FEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE
 
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxUnveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxmy Pandit
 
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...Khaled Al Awadi
 
Hyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseHyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseirhcs
 
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot ReportFuture of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot ReportDubai Multi Commodity Centre
 
USA classified ads posting – best classified sites in usa.pdf
USA classified ads posting – best classified sites in usa.pdfUSA classified ads posting – best classified sites in usa.pdf
USA classified ads posting – best classified sites in usa.pdfsuperbizness1227
 
A Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettA Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettJacobBadgett
 
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical Trials
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical TrialsSalesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical Trials
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical TrialsFEXLE
 
Stages of Startup Funding - An Explainer
Stages of Startup Funding - An ExplainerStages of Startup Funding - An Explainer
Stages of Startup Funding - An ExplainerAlejandro Cremades
 
Revolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsRevolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsConnova AG
 
PitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsPitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsAlejandro Cremades
 
The Truth About Dinesh Bafna's Situation.pdf
The Truth About Dinesh Bafna's Situation.pdfThe Truth About Dinesh Bafna's Situation.pdf
The Truth About Dinesh Bafna's Situation.pdfMont Surfaces
 
The Inspiring Personality To Watch In 2024.pdf
The Inspiring Personality To Watch In 2024.pdfThe Inspiring Personality To Watch In 2024.pdf
The Inspiring Personality To Watch In 2024.pdfinsightssuccess2
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Associationseri bangash
 
Vendors of country report usefull datass
Vendors of country report usefull datassVendors of country report usefull datass
Vendors of country report usefull datassDilipParmar63
 
Event Report - IBM Think 2024 - It is all about AI and hybrid
Event Report - IBM Think 2024 - It is all about AI and hybridEvent Report - IBM Think 2024 - It is all about AI and hybrid
Event Report - IBM Think 2024 - It is all about AI and hybridHolger Mueller
 
Cracking the Change Management Code Main New.pptx
Cracking the Change Management Code Main New.pptxCracking the Change Management Code Main New.pptx
Cracking the Change Management Code Main New.pptxWorkforce Group
 

Recently uploaded (20)

Pitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deckPitch Deck Teardown: Terra One's $7.5m Seed deck
Pitch Deck Teardown: Terra One's $7.5m Seed deck
 
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdfInnomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
Innomantra Viewpoint - Building Moonshots : May-Jun 2024.pdf
 
HR and Employment law update: May 2024.
HR and Employment law update:  May 2024.HR and Employment law update:  May 2024.
HR and Employment law update: May 2024.
 
FEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service LightningFEXLE- Salesforce Field Service Lightning
FEXLE- Salesforce Field Service Lightning
 
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptxUnveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
Unveiling the Dynamic Gemini_ Personality Traits and Sign Dates.pptx
 
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...NewBase   24 May  2024  Energy News issue - 1727 by Khaled Al Awadi_compresse...
NewBase 24 May 2024 Energy News issue - 1727 by Khaled Al Awadi_compresse...
 
Hyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings releaseHyundai capital 2024 1q Earnings release
Hyundai capital 2024 1q Earnings release
 
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot ReportFuture of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
Future of Trade 2024 - Decoupled and Reconfigured - Snapshot Report
 
USA classified ads posting – best classified sites in usa.pdf
USA classified ads posting – best classified sites in usa.pdfUSA classified ads posting – best classified sites in usa.pdf
USA classified ads posting – best classified sites in usa.pdf
 
A Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob BadgettA Brief Introduction About Jacob Badgett
A Brief Introduction About Jacob Badgett
 
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical Trials
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical TrialsSalesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical Trials
Salesforce in Life Sciences - Best Ways to Leverage The CRM for Clinical Trials
 
Stages of Startup Funding - An Explainer
Stages of Startup Funding - An ExplainerStages of Startup Funding - An Explainer
Stages of Startup Funding - An Explainer
 
Revolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon ComponentsRevolutionizing Industries: The Power of Carbon Components
Revolutionizing Industries: The Power of Carbon Components
 
PitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for StartupsPitchBook’s Guide to VC Funding for Startups
PitchBook’s Guide to VC Funding for Startups
 
The Truth About Dinesh Bafna's Situation.pdf
The Truth About Dinesh Bafna's Situation.pdfThe Truth About Dinesh Bafna's Situation.pdf
The Truth About Dinesh Bafna's Situation.pdf
 
The Inspiring Personality To Watch In 2024.pdf
The Inspiring Personality To Watch In 2024.pdfThe Inspiring Personality To Watch In 2024.pdf
The Inspiring Personality To Watch In 2024.pdf
 
Constitution of Company Article of Association
Constitution of Company Article of AssociationConstitution of Company Article of Association
Constitution of Company Article of Association
 
Vendors of country report usefull datass
Vendors of country report usefull datassVendors of country report usefull datass
Vendors of country report usefull datass
 
Event Report - IBM Think 2024 - It is all about AI and hybrid
Event Report - IBM Think 2024 - It is all about AI and hybridEvent Report - IBM Think 2024 - It is all about AI and hybrid
Event Report - IBM Think 2024 - It is all about AI and hybrid
 
Cracking the Change Management Code Main New.pptx
Cracking the Change Management Code Main New.pptxCracking the Change Management Code Main New.pptx
Cracking the Change Management Code Main New.pptx
 

WEBINAR_23_Basic Etherchannel_Agus Sangra_v1.0.pdf

  • 1.
  • 3. About Me Nama Lengkap : Agus Sangra Asal : Cikancana, Sukaresmi, Cianjur, Jawa Barat Alamat Saat Ini : Karawaci, Tangerang, Banten Pendidikan Formal : SMK GARNESIA Non Formal : BestPath-Network E-mail : agussangra42@gmail.com Title : - Wall42 GUS
  • 4. EXPERIENCE - - - - PT.Ebara Indonesia | June 2021 PT.Telkom Pins | Agustus 2021 PON XX 2021 PAPUA | September 2021 PEPARNAS XVI PAPUA | November 2021 BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork - PT.Net Sentra Cyberindo | januari 2022
  • 5. AGENDA 1 2 Link Agregation (Etherchannel Konsep) • Introduction konsep Etherchannel • Benefit Link Agregation (Etherchannel) • Menjelaskan jenis-jenis serta mode-mode dari Etherchannel Konfigurasi Etherchannel (Link Agregation) • Implemen Konfigurasi Etherchannel BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork • Verifikasi • Troubleshoot Implemen Etherchannel
  • 7. BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork • STP will block redundant links to prevent routing loops. Redundant Links with STP (by default blocked) Introduction to Link Aggregation
  • 8. EtherChannel BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork EtherChannel technology was originally developed by Cisco as a LAN switch-to-switch technique of grouping several Fast Ethernet or Gigabit Ethernet ports into one logical channel. When an EtherChannel is configured, the resulting virtual interface is called a port channel. The physical interfaces are bundled together into a port channel interface, as shown in the figure.
  • 9. konsep EtherChannel BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork • Etherchannel merupakan protocol yang digunakan untuk membundling, mengcombine atau menggabungkan beberapa link fisik menjadi sebuah link logical.
  • 10. Benefit Link Agregation (Etherchannel) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢Increase Bandwitch ➢Prevent Bottleneck ➢Fault Tolerance ➢Load Balancing
  • 11. AutoNegotiation protocol BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork EtherChannels can be formed through negotiation using one of two protocols, Port Aggregation Protocol (PAgP) or Link Aggregation Control Protocol (LACP). These protocols allow ports with similar characteristics to form a channel through dynamic negotiation with adjoining switches.
  • 12. Port Agregation protocol (operation) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ PAgP (Port Agregation Protocol) - PAgP merupakan Cisco Proprietary - Terdapat 2 Mode pada protocol PAgP : Mode Keterangan Desirable Melakukan negotiation dan melakukan pengiriman paket PAgP Auto Tidak melakukan negotiation sifatnya itu pasif atau menunggu.
  • 13. Port Agregation protocol (operation) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ PAgP (Port Agregation Protocol) (Cont.)
  • 14. Link Agregation control protocol (operation) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ LACP (Link Agregation Control Protocol) - Protocol 802.3ad - Multivendor bisa digunakan oleh berbagai vendor seperti juniper, MikroTik, Huawei, Cisco, dll - Terdapat 2 Mode pada protocol LACP : Mode Keterangan Active Melakukan negotiation dan melakukan pengiriman paket LACP Passive Tidak melakukan negotiation, sifatnya itu pasif atau menunggu.
  • 15. Link Agregation control protocol (operation) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ LACP (Link Agregation Control Protocol) (Cont.)
  • 16. ON (Static) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ ON (Static) Mode Keterangan ON Tidak melakukan negotiation/mengaktifkan Etherchannel di localnya saja.
  • 17. ON (Static) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ ON (Static) (Cont.)
  • 18. Configuration Guidelines BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ Syarat-syarat agar EtherChannel bisa terbentuk - Switch Support Etherchannel - Speed and Duplex (10/100/1000 Mb/s) - Native VLAN match - Allowed VLAN range
  • 19. EtherChannel Operational (Cont.) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ 8 Maximal combine Link Provides full-duplex bandwidth up to 800 Mbps (Fast EtherChannel) or 8 Gbps (Gigabit EtherChannel) ➢ Interface types cannot be mixed. (Fast Ethernet + Gigabit Ethernet cannot be grouped.) ➢ Cisco IOS Switch can support 6 EtherChannels ➢ Created between two switches or a server and switch. ➢ If one side is configured as trunk, the other side must be a trunk within same native VLAN.
  • 21. Etherchannel Configurasi Guide BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork Konfigurasi Keterangan S1 (config)# interface range fastethernet0/1-2 Mengkonfigurasi range interface yang akan di combine / di bundling menjadi port channel S1 (config-if-range)# channel-group 1 mode active Membuat channel-group dan mode yang akan di gunakan untuk port channel (menggunakan protocol LACP) S1 (config-if-range)# interface port-channel 1 Masuk ke mode interface dari port channel S1 (config-if)# switchport mode trunk Mengkonfigurasi interface port channel ke mode trunk S1 (config-if)# switchport trunk allowed vlan 10,20,30 Mengkonfigurasi VLAN yang di permit untuk melewati port channel
  • 22. Etherchannel Configurasi Guide (Cont.) BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork Konfigurasi Keterangan S2 (config)# interface range fastethernet0/1-2 Mengkonfigurasi range interface yang akan di combine / di bundling menjadi port channel S2 (config-if-range)# channel-group 1 mode active Membuat channel-group dan mode yang akan di gunakan untuk port channel (menggunakan protocol LACP) S2 (config-if-range)# interface port-channel 1 Masuk ke mode interface dari port channel S2 (config-if)# switchport mode trunk Mengkonfigurasi interface port channel ke mode trunk S2 (config-if)# switchport trunk allowed vlan 10,20,30 Mengkonfigurasi VLAN yang di permit untuk melewati port channel
  • 24. Verifikasi BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ switch# show etherchannel summary
  • 25. Verifikasi BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ switch# show etherchannel
  • 26. Verifikasi BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ switch# show interface port-channel (channel-group number)
  • 28. Troubleshooting BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork S2 menggunakan PAgP S1 menggunakan LACP ➢ Stand alone
  • 29. Troubleshooting BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ Error-Disable
  • 30. Troubleshooting BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ Interface Physical down
  • 31. Troubleshooting BestPath-Network Best-Path Network www.bestpath-network.com Info@bestpath-network.com @bestpathnetwork ➢ Port-channel down
  • 32. TERIMAKASIH ATAS PARTISIPASI ANDA Salam Pantang Pulang Sebelum Reply!!! --- Dan Selamat Menunaikan Ibadah Puasa