0% found this document useful (0 votes)
4K views3 pages

Konfigurasi 3 Router di Packet Tracer

This document provides instructions for configuring 3 routers in Packet Tracer by: 1) Creating a topology with 3 routers connected to each other and PCs. 2) Configuring the IP addresses and default gateways for each PC and interface on each router. 3) Entering routing configurations on each router to determine the path between networks, allowing connectivity between all PCs.

Uploaded by

Wanda Winata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4K views3 pages

Konfigurasi 3 Router di Packet Tracer

This document provides instructions for configuring 3 routers in Packet Tracer by: 1) Creating a topology with 3 routers connected to each other and PCs. 2) Configuring the IP addresses and default gateways for each PC and interface on each router. 3) Entering routing configurations on each router to determine the path between networks, allowing connectivity between all PCs.

Uploaded by

Wanda Winata
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
  • Configuration of Router 1: Provides step-by-step instructions for configuring the first router in Packet Tracer.
  • Introduction to Router Configuration: Introduces the tutorial for configuring three routers using Cisco Packet Tracer, outlining the main steps involved.
  • Configuration of Router 2: Details the configuration steps for the second router, including necessary command lines.
  • Testing and Troubleshooting: Instructions for testing the network to ensure that the configuration is successful.
  • Configuration of Router 3: Concludes the configuration process with instructions for the third router.

Cara Konfigurasi 3 Router pada Packet Tracer

Tutorial kali ini adalah cara konfigurasi atau setting 3 router pada packet tracer, sebenarnya
tidak jauh berbeda dengan konfigurasi 2 router ( lihat disini ), yang membedakannya adalah
pada saat routing pada routernya.

Langkah-langkah konfigurasi

1. Buka Cisco Packet Tracer anda


2. Buat Topologi seperti dibawah ini

3. Masukkan IP Address, Netmask, dan Gateway pada PC seperti gambar di atas


4. Buka Router 1, pilih tab CLI dan isi dengan kode berikut ini

Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add 192.168.10.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 2/0
Router(config-if)#ip add 192.168.12.1 255.255.255.0
Router(config-if)#no shut
Router(config-if)#clock rate 64000
Router(config-if)#exit

5. Selanjutnya buka Router 2, masukkan kode berikut

Router>enable
Router#conf t
Router(config)#int se 2/0
Router(config-if)#ip add 192.168.12.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 3/0
Router(config-if)#ip add 172.17.12.1 255.255.0.0
Router(config-if)#no shut
Router(config-if)#exit

Router(config)#int fa 6/0
Router(config-if)#ip add 172.16.1.1 255.255.0.0
Router(config-if)#no shut
Router(config-if)#exit

6. Buka Router 3, masukkan kode berikut

Router>enable
Router#conf t
Router(config)#int fa 0/0
Router(config-if)#ip add 10.10.1.1 255.0.0.0
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#int se 2/0
Router(config-if)#ip add 172.17.12.2 255.255.0.0
Router(config-if)#no shut
Router(config-if)#clock rate 64000
Router(config-if)#exit

IP router sudah, IP PC sudah selanjutnya kita routing

7. Buka Kembali Router 1 dan masukkan kode routing berikut

Router(config)#ip route 192.168.12.0 255.255.255.0 192.168.12.2


Router(config)#ip route 172.16.1.0 255.255.255.0 192.168.12.2
Router(config)#ip route 172.17.12.0 255.255.255.0 192.168.12.2
Router(config)#ip route 10.10.1.0 255.255.255.0 192.168.12.2

8. Buka Router 2, masukkan kode

Router(config)#ip route 192.168.12.0 255.255.255.0 192.168.12.1


Router(config)#ip route 192.168.10.0 255.255.255.0 192.168.12.1
Router(config)#ip route 172.17.12.0 255.255.255.0 172.17.12.2
Router(config)#ip route 10.10.1.0 255.255.255.0 172.17.12.2

9. Yang terakhir buka Router 3, masukkan kode

Router(config)#ip route 172.17.12.0 255.255.255.0 172.17.12.1


Router(config)#ip route 172.16.1.0 255.255.255.0 172.17.12.1
Router(config)#ip route 192.168.12.0 255.255.255.0 172.17.12.1
Router(config)#ip route 192.168.10.0 255.255.255.0 172.17.12.1

Silahkan ping antar PC, setelah itu kirim paket dan hasilnya akan seperti gambar dibawah ini

Semoga Bermanfaat..:)

You might also like