Penjelasan Etherchannel Dan Contoh Simulasinya Pada Packet Tracer

Assalamu’alaikum Wr. Wb.



A. Pendahuluan

    Selamat datang di blog saya. Dalam artikel kali ini, saya akan membahas tentang Etherchannel. Untuk lebih jelasnya simak artikel saya kali ini.

B. Latar Belakang

    Ingin berbagi materi tentang Eherchannel.

C.Tujuan dan Maksud

    Agar pembaca dapat mengetahui apa itu Etherchannel.

D. Hasil yang Diharapkan

    Dapat mendapatkan memahami dan dapat mempraktekkannya

E. Alat dan Bahan

-Internet
-Laptop/komputer
-Packet Tracer

F. Pembahasan

    Etherchannel atau biasa disebut agresasilink adalah suatu metode yang memungkinkan kita untuk membandel beberapa pisik menjadi link logis tunggal, hal ini dapat dilakukan sampai delapan port, metode ini digunakan apabila pisik tidak mencakupi kecapatan transmit sebenarnya dari switch sehinggga kita menambahkan pisik lain agar dapat dibantu untuk mengatasi ketidakmampuan pisik sebelumnya contohnya seperti berikut :


  • EtherChannel di bagi menjadi dua tipe : 
-Port Aggregation Protocol - PAgP (Cisco proprietary)

 -Link Aggregation Control Protocol - LACP (IEEE standard)

Sekarang kita akan mulai mengkonfigurasikannya.


Keterangan :
  • Topologi buat seperti gambar diatas
  • Konekan kabel ke interface sesuai yang digambar
  • PC1 = 192.168.1.10/24 , Gateway = 192.168.1.1
  • PC2 = 192.168.2.10/24 , Gateway = 192.168.2.1
  • PC3 = 192.168.3.10/24 , Gateway = 192.168.3.1
  • SW1 = VLAN 10
  • SW2 = VLAN 20
  • SW3 = VLAN 30
Langkah konfigurasinya:

  • SW1
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#host SW1
SW1(config)#int fa0/2
SW1(config-if)#swi mod acc
SW1(config-if)#swi acc vla 10
% Access VLAN does not exist. Creating vlan 10
SW1(config-if)#int fa0/1
SW1(config-if)#swi mod tr
SW1(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
SW1(config-if)#end
SW1#
%SYS-5-CONFIG_I: Configured from console by console
SW1#wr
Building configuration…
[OK]
SW1#

  • SW2
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#host SW2
SW2(config)#vla 10
SW2(config-vlan)#vla 30
SW2(config-vlan)#exit
SW2(config)#int fa0/4
SW2(config-if)#swi mod acc
SW2(config-if)#swi acc vla 20
% Access VLAN does not exist. Creating vlan 20
SW2(config-if)#int ran fa0/1-3
SW2(config-if-range)#swi mod tr
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/3, changed state to up
SW2(config-if-range)#end
SW2#
%SYS-5-CONFIG_I: Configured from console by console
SW2#wr
Building configuration…
[OK]
SW2#

  • SW3
Switch>en
Switch#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#host SW3
SW3(config)#int fa0/1
SW3(config-if)#swi mod acc
SW3(config-if)#swi acc vla 30
% Access VLAN does not exist. Creating vlan 30
SW3(config-if)#int fa0/2
SW3(config-if)#swi mod tr
SW3(config-if)#end
SW3#
%SYS-5-CONFIG_I: Configured from console by console
SW3#wr
Building configuration…
[OK]
SW3#

  • R1
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#int fa0/0
R1(config-if)#no sh
R1(config-if)#
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
R1(config-if)#int fa0/0.1
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.1, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.1, changed state to up
R1(config-subif)#encap dot 10
R1(config-subif)#ip add 192.168.1.1 255.255.255.0
R1(config-subif)#int fa0/0.2
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.2, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.2, changed state to up
R1(config-subif)#encap dot 20
R1(config-subif)#ip add 192.168.2.1 255.255.255.0
R1(config-subif)#int fa0/0.3
R1(config-subif)#
%LINK-5-CHANGED: Interface FastEthernet0/0.3, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0.3, changed state to up
R1(config-subif)#encap dot 30
R1(config-subif)#ip add 192.168.3.1 255.255.255.0
R1(config-subif)#end
R1#wr
%SYS-5-CONFIG_I: Configured from console by console
Building configuration…
[OK]
R1#

  • Test konfigurasi

Setting IP, Netmask & Gateway setiap PC sesuai pada Keterangan, seperti berikut :

 
Pertama coba ping, dari PC2 ke 192.168.2.1 ( R1 ), jika reply, selanjutnya ping ke PC sebelah, baik itu PC1 ataupun PC3,Jika hasilnya reply, maka kita sudah selesai membuat Router on Stick pada Cisco, antar VLAN yang berbeda pun, kini sudah bisa berkomunikasi.

 
G. Kesimpulan

Dari apa yang saya sampaikan semoga kita dapat mengetahui apa itu Etherchannel.

H. Penutup

Sekian artikel dari saya, Terima kasih telah berkunjung di blog saya.


Wassalamu'alaikum Wr. Wb.

Reaksi:

Post a Comment

0 Comments