ETHERCHANNEL
LaCp
PaGp Layer 3 Etherchannel
A.
Pendahuluan
Etherchannel merupakan fitur yang dapat menggabungkan
beberapa interface menjadi satu, yang membuat sharing dalam interface
tersebut menjadi lebih cepat.
B.
Latar Belakang
Ingin memahami fitur dalam pembuatan jaringan.
C.
Maksud dan Tujuan
Memahami fitur dalam pembuatan jaringan.
D.
Alat dan Bahan
1. PC / Laptop
2. Aplikasi Cisco Packet Tracer
E.
Waktu Pengerjaan
± 15 Menit
F.
Pembahasan
Etherchannel merupakan fitur yang dapat menggabungkan beberapa interface menjadi satu, yang membuat sharing dalam interface tersebut menjadi lebih cepat.Ada 3 Jenis Etherchannel yang dapat kita konfigurasi :
Etherchannel merupakan fitur yang dapat menggabungkan beberapa interface menjadi satu, yang membuat sharing dalam interface tersebut menjadi lebih cepat.Ada 3 Jenis Etherchannel yang dapat kita konfigurasi :
-
PaGP ( Port Aggregation Protocol ) : Cisco Proprietary , artinya hanya bisa dikonfigurasi di perangkat Cisco saja.
-
LaCP ( Link Aggregation Control Protocol ) : Jenis ini bisa digunakan untuk semua perangkat , istilahnya itu Open Standar
-
Layer 3 Etherchannel : Dikonfigurasikan di Switch layer 3
Untuk lebih jelasnya mari
kita coba mengkonfigurasinya :
-
pertama mari kita coba konfigurasi PaGP, lakukan konfigurasi berikut pada kedua switch
Switch>en
Switch#conf t
Switch(config)#int ra fa0/1,g0/1-2
Switch(config-if-range)#channel-group 1 mode desirable
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#switchport mode trunk
Switch(config-if)#ex
Switch(config)#
Switch#conf t
Switch(config)#int ra fa0/1,g0/1-2
Switch(config-if-range)#channel-group 1 mode desirable
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#switchport mode trunk
Switch(config-if)#ex
Switch(config)#
-
coba kita cek
Switch#sh etherchannel
Channel-group listing:
----------------------
Group: 1
----------
Group state = L2
Ports: 3 Maxports = 8
Port-channels: 1 Max
Portchannels = 1
Protocol: PAGP
Switch#
-
kedua konfigurasi Etherchannel LaCP pada switch0 dan switch1
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#channel-group 1 mode active
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#switchport mode trunk
Switch(config-if)#ex
Switch(config)#ex
Switch#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#channel-group 1 mode active
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#switchport mode trunk
Switch(config-if)#ex
Switch(config)#ex
Switch#
-
cara ngeceknya
Switch#sh etherchannel port-channel
Channel-group listing:
----------------------
Group: 1
----------
Port-channels in the group:
---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel = 00d:00h:00m:56s
Logical slot/port = 2/1 Number of ports = 0
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel
Protocol = LACP
Port Security = Disabled
Switch#
Channel-group listing:
----------------------
Group: 1
----------
Port-channels in the group:
---------------------------
Port-channel: Po1 (Primary Aggregator)
------------
Age of the Port-channel = 00d:00h:00m:56s
Logical slot/port = 2/1 Number of ports = 0
GC = 0x00000000 HotStandBy port = null
Port state = Port-channel
Protocol = LACP
Port Security = Disabled
Switch#
-
ketiga konfigurasi layer 3 Etherchannel buat dua multilayer switch dengan 3 interface
-
konfigurasi pada mls sebelah kiri
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#no switchport
Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#ex
Switch(config)#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#no switchport
Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#ip add 192.168.1.1 255.255.255.0
Switch(config-if)#ex
Switch(config)#
-
konfigurasi pada mls sebelah kanan
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#no switchport
Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#ip add 192.168.1.2 255.255.255.0
Switch(config-if)#ex
Switch(config)#
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#int ra fa0/1-3
Switch(config-if-range)#no switchport
Switch(config-if-range)#channel-group 1 mode on
Switch(config-if-range)#ex
Switch(config)#int port-channel 1
Switch(config-if)#ip add 192.168.1.2 255.255.255.0
Switch(config-if)#ex
Switch(config)#
-
setelah dikonfigurasi, silahkan ping masing masing ip tetangga
-
pada mls kiri : ping 192.168.1.2
Switch(config)#do ping 192.168.1.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
Switch(config)#
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/0/0 ms
Switch(config)#
-
pada mls kanan : ping 192.168.1.1
Switch(config)#do ping
192.168.1.1
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
Switch(config)#
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.1, timeout is 2 seconds:
.!!!!
Success rate is 80 percent (4/5), round-trip min/avg/max = 0/0/0 ms
Switch(config)#
G. Kesimpulan
Etherchannel mempermudah pengguna untuk mempercepat sharing antar
switch, karna ketika semisal ada 3 interface digabung menggunakan
etherchannel maka kecepatan akan menjadi 3x dari satu interface.
H. Referensi
Workshop Cisco Blc Telkom Klaten 2018
Modul Cisco IDN
Workshop Cisco Blc Telkom Klaten 2018
Modul Cisco IDN
maksih min
ReplyDeletepower supply hp