MEMBUAT JARINGAN LAN DENGAN 3 LANTAI : Cisco Packet Tracer

Assalamu'alaikum Wr.Wb.



dalam membuat jaringan LAN 3 LAntai, kita membutuhkan beberapa komponen sebagai berikut :



  • 3 buah Router Tipe 2621XM
  • 3 buah Switch Tipe 2950-24
  • dan 6 buah PC, tiap 2 PC terhubung ke 1 Switch
langsung saja masuk ke Softwarenya :

1. yang pertama anda harus meletakan tiap komponen yang tadi sudah kita sebutkan, seperti gambar di bawah ini :

2. kemudian atur Modul Perangkat Router, yaitu pilih WIC-1T lalu drag-and-drop slot yang palih bawah ke salah satu slot yang kosong dibagian atas seperti gambar dibawah ini :


3. pada router lantai 3 lakukan hal yang sama pada router lantai 1, sedangkan pada router lantai 2 dag-and drop ke duanya . seperti gambar di bawah in :


4. kemudian hubungkan antara router dengan switch menggunakan kabel tipe Copper Straight-Through, seperti gambar di bawah :


5. setelah itu hubungkan antara router lantai 1 (s0/0) dengan lantai 2(s0/0), dan router lantai 2(s0/1)  dengan lantai 3 (0/0)  menggunakan kabel tipe Serial DCE . seperti gambar berikut :


6. setelah itu hubungkan setiap komputer dengan switch yang ada, 2 PC terhbung dengan 1 Switch. menggunakan kabel tipe Copper Straight-Through, seperti gambar berikut :


7. jika sudah selesai, kemudian atur alamat ip address router tiap lantai , berikut ip address :

PerangkatInterfaceIp address / network
Router Lantai 1 fa0/0
s0/0
172.16.0.1 / 255.255.255.0202.10.10.4 / 255.255.255.0
Router Lantai 2 fa0/0
s0/0
s0/1
182.16.0.1 / 255.255.255.0
202.10.10.5 / 255.255.255.0
202.10.11.6 / 255.255.255.0
Router Lantai 3 fa0/0
s0/0
192.16.0.1 / 255.255.255.0
202.10.11.7 / 255.255.255.0



8. jika sudah selesai mengatur ip addressnya, kemudian Konfigurasi Router Lantai 1, yaitu klik double pada router Lantai 1 , lalu pilih tab CLI ( Command Line Interface ) seperti gambar berikut :




9. kemudian tekan huruf 'n' lalu tekan ENTER lalu ketik 'enable' lalu tekan ENTER !, kemudian ketik Scrpit berikut : Peringatan (jangan mengcopy script , ketik mulai dari pertama !! )



Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai1
Lantai1(config)#interface fa0/0
Lantai1(config-if)#ip address 172.16.0.1 255.255.255.0
Lantai1(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Lantai1(config-if)#interface s0/0
Lantai1(config-if)#ip address 202.10.10.4 255.255.255.0
Lantai1(config-if)#clock rate 64000
Lantai1(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
Lantai1(config-if)#exit
Lantai1(config)# ip route 0.0.0.0 0.0.0.0 s0/0
Lantai1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai1#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]
Lantai1#


10. Konfigurasi Router Lantai 3, tidak beda dengan konfiguras pada router lantai 1, hanya pada ip address/network saja yang beda.
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai3
Lantai3(config)#interface fa0/0
Lantai3(config-if)#ip address 192.16.0.1 255.255.255.0
Lantai3(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Lantai3(config-if)#interface s0/0
Lantai3(config-if)#ip address 202.10.11.7 255.255.255.0
Lantai3(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/0, changed state to down
Lantai3(config-if)#exit
Lantai3(config)# ip route 0.0.0.0 0.0.0.0 s0/0
Lantai3(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai3#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]
Lantai3#


11. Konfigurasi Router Lantai 2
Router>enable
Router#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#hostname Lantai2
Lantai2(config)#interface fa0/0
Lantai2(config-if)#ip address 182.16.0.1 255.255.255.0
Lantai2(config-if)#no shutdown
%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
Lantai2(config-if)#interface s0/0
Lantai2(config-if)#ip address 202.10.10.5 255.255.255.0
Lantai2(config-if)#no shut
%LINK-5-CHANGED: Interface Serial0/0, changed state to up
Lantai2(config-if)#interface s0/1
Lantai2(config-if)#ip address 202.10.11.6 255.255.255.0
Lantai2(config-if)#clock rate 64000
Lantai2(config-if)#no shutdown
%LINK-5-CHANGED: Interface Serial0/1, changed state to up
Lantai2(config-if)#exit
Lantai2(config)#ip route 172.16.0.0 255.255.255.0 202.10.10.4
Lantai2(config)#ip route 192.16.0.0 255.255.255.0 202.10.11.7
Lantai2(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai2#copy run start
Destination filename [startup-config]? <tekan ENTER>
Building configuration…
[OK]
Lantai2#



12. jika sudah selesai konfigurasikan semua router, silahkan lihat pada titik interface jika warnanya telah berubah menjadi hijau, maka, berarti sudah ada paket data yang terkoneksi seperti gambar berikut :





13. kemudian setting DHCP untuk setiap Router, yang harus dilakukan sebelum konfigurasi DHCP adalah :

  1. menentukan nama DHCP Pool
  2. menentukan ip network pada LAN
  3. menentukan ip DNS server bila ada ( dalam praktek ini tidak ada DNS server )
  4. menentukan ip defaut-router
  5. menentukan  ip DHCP  excluded-address
setting DHCP untuk router Lantai 1 :
Lantai1>enable
Lantai1#configure terminal
Enter configuration commands, one per line.  End with CNTL/Z.
Lantai1(config)#ip dhcp pool lantai1
Lantai1(dhcp-config)#network 172.16.0.0 255.255.255.0
Lantai1(dhcp-config)#default-router 172.16.0.1
Lantai1(dhcp-config)#exit
Lantai1(config)#ip dhcp excluded-address 172.16.0.1 172.16.0.10
Lantai1(config)#exit
%SYS-5-CONFIG_I: Configured from console by console
Lantai1#


14. pada router selanjutnya, konfigurasinya sama saja, hanya ada beberapa perbedaan, penjelasannya pada tabel berikut : 
RouterDHCP Pool NameNetworkDefault RouterExcluded Address
Lantai2lantai2182.16.0.0182.16.0.1182.16.0.10
Lantai3lantai3192.16.0.0192.16.0.1192.16.0.10
15. setelah selesai mengatur konfigurasi DHCP pada semua router, test koneksi ping, dengan cara memilih satu PC pada Router Lantai 1, kemudain pilih Dekstop kemudian pilih CMD, lalu ping salah satu ip address seperti gambar berikut :



Sekian Tutorial yang telah saya jelaskan,  semoga dapat berguna untuk anda sekalian, jangan lupa like dan comment untuk kemajuan blog saya. Wassalamu'alaikum Wr.Wb. salam IT !!!!!๐Ÿ’ป

Komentar

  1. Gold Strike Casino | | Usa Hawaii
    Located just five minutes usahabuku.com from Heavenly Island, ๋ฐ”์นด๋ผ๊ฒ€์ฆ์‚ฌ์ดํŠธ Gold Strike is a ์• ๋‹ˆํŒก ํฌ์ปค casino on Maui and ๊ฝ๋จธ๋‹ˆ ํ† ํ†  Southern Maui. The hotel features 5 restaurants with a restaurant, and a ๋ฒค ๋ธํ•€ coffee shop.

    BalasHapus

Posting Komentar

Postingan Populer