Anda di halaman 1dari 11

LAPORAN PRAKTEK JARINGAN KOMPUTER I

NO. PERCOBAAN : 13

JUDUL : Studi Kasus Routing Dinamic

NAMA PRAKTIKAN : Feny Rahmasari

KELAS/NIM : TE-2A/4.31.16.0.09

TANGGAL PRAKTEK : 11 Desember 2017

PENGAMPU : Ari Sriyanto N. S.T, M.T, M.Sc.

NILAI :

KETERANGAN :

JURUSAN TEKNIK ELEKTRO

PROGRAM STUDI TEKNIK TELEKOMUNIKASI

POLITEKNIK NEGERI SEMARANG

TAHUN 2016/2017
PERCOBAAN 13

STUDI KASUS ROUTING DINAMIC

I. TUJUAN INSTRUKSIONAL KHUSUS


1. Mahasiswa dapat melakukan routing dinamic dengan arsitektur yang berebeda.
2. Mahasiswa dapat memahami prinsip dari routing dinamic.
II. PENDAHULUAN

Routing sendiri mempunyai 2 jenis, yaitu :


Static Routing
Static Routing berguna untuk membangun routing table secara manual, jadi
tidak menggunakan routing proocol dalam mebuat routing table, memiliki
kelemahan bila network ada banyak (harus memasukkan satu-satu)
Contoh membangun static routing pada topology sebelumnya:
A(config)#ip route 192.168.20.0 255.255.255.0 200.10.10.20
A(config)#ip route 200.20.20.0 255.255.255.0 200.10.10.20
A(config)#ip route 192.168.30.0 255.255.255.0 200.20.20.10
B(config)#ip route 192.168.10.0 255.255.255.0 200.10.10.10
B(config)#ip route 192.168.30.0 255.255.255.0 200.20.20.20
A(config)#ip route 192.168.20.0 255.255.255.0 200.20.20.10
A(config)#ip route 200.10.10.0 255.255.255.0 200.20.20.10
A(config)#ip route 192.168.20.0 255.255.255.0 200.10.10.10
Dynamic routing
Dynamic Routing menggunakan routing protocol dalam membangun routing
table dan memudahkan bila network atau route yang terdapat ada banyak:
a.) routing Information Protocol (RIP)
b.) Interior Gateway Rating Protocol (IGRP)
c.) OpenOpen Shortest Path First (OSPF)
d.) Enhanced Interior Gateway Routing Protocol (EIGRP)
e.) Border Gateway Protocol(BGP)
f.) Intermediate System to Intermediate System, (IS-IS)

III. ALAT DAN BAHAN


1. Laptop / PC 1 buah
2. Software Packet Tracer versi 6.0.1
IV. LANGKAH KERJA
1. Siapkan laptop, kemudian nyalakan laptop.
2. Buka software Packet Tracer versi 6.0.1 atau klik 2 kali icon Packet Tracer paa
dekstop.

3. Setelah itu siapkan peralatan seperti switch 1 buah 4 buah PC dan 3 buah router
dalam Pacet Tracer seperti pada gambar dibawah :

4. Khusus untuk Router1 membutuhkan tambahan port fast ethernet maka di


tambah dengan modul 2FE2W dengan cara :
a. Klik Router1 kemudian matikan router dengan tombol disebelah kanan.
b. Klik dan drag modul 2FE2W pada menu bar paling kiri.
c. Arahkan module pada port kosong yang terletak paling kiri.
d. Maka akan menjadi gambar dibawah
e. Hidupkan router kembali dan klik menu close (x)
5. Kemudian sambungkan PC – switch dengan kabel straight, Switch – Router
dengan kabel straight, PC – Router dengan kabel crossover, dan router – router
dengan kabel cross over.

6. Kemudian isikan IP Address pada setiap PC dengan cara klik PC yang akan di
beri IP kemudin klik Dekstop pada menu bar atas kemudian klik IP
Configuration.
7. Kemudian saatnya untuk mengkonfigurasi routernya. Klik router yang akan
dikonfigurasi kemudian klik CLI pada menu bar paling atas. Lalu ketikkan
perintah seperti gambar dibawah :
R11 :
a. Continue with configuration dialog? [yes/no]: no
b. Kemudian enter
c. Router>enable
d. Router#configure terminal
e. Router(config)#interface fa 0/0
f. Router(config-if)#ip address 192.168.1.30 255.255.255.224
g. Router(config-if)#no shutdown
h. Router(config-if)#exit
i. Router(config)#interface fa 1/1
j. Router(config-if)#ip address 192.168.1.254 255.255.255.128
k. Router(config-if)#no shutdown
l. Router(config-if)#exit
m. Router(config)#interface fa 0/1
n. Router(config-if)#ip address 10.10.10.1 255.255.255.252
o. Router(config-if)#no shutdown
p. Router(config-if)#exit
q. Router(config)#interface fa 1/0
r. Router(config-if)#ip address 10.10.10.10 255.255.255.252
s. Router(config-if)#no shutdown
t. Router(config-if)#exit
u. Router#write

R12 :

Interface fa 0/0 : ip address 172.16.1.62 255.255.255.192

Interface fa 1/1 : ip address 172.16.1.158 255.255.255.224

Interface fa 0/1 : ip address 10.10.10.9 255.255.255.252

Interface fa 1/0 : ip address 10.10.10.6 255.255.255.252


R1 :

Interface fa 0/0 : ip address 10.0.0.1 255.255.255.252

Interface fa 1/1 : ip address 10.0.0.10 255.255.255.252

Interface fa 0/1 : ip address 10.10.10.5 255.255.255.252

Interface fa 1/0 : ip address 10.10.10.10 255.255.255.252

R21 :

Interface fa 0/0 : ip address 192.168.2.6 255.255.255.248

Interface fa 1/1 : ip address 192.168.2.78 255.255.255.240

Interface fa 0/1 : ip address 10.20.20.1 255.255.255.252

Interface fa 1/0 : ip address 10.20.20.10 255.255.255.252

R22 :

Interface fa 0/0 : ip address 172.16.2.14 255.255.255.240

Interface fa 1/1 : ip address 172.16.2.38 255.255.255.248

Interface fa 0/1 : ip address 10.20.20.9 255.255.255.252

Interface fa 1/0 : ip address 10.20.20.6 255.255.255.252

R2 :

Interface fa 0/0 : ip address 10.0.0.5 255.255.255.252

Interface fa 1/1 : ip address 10.0.0.2 255.255.255.252

Interface fa 0/1 : ip address 10.20.20.5 255.255.255.252

Interface fa 1/0 : ip address 10.20.20.2 255.255.255.252

R31 :

Interface fa 0/0 : ip address 192.168.3.78 255.255.255.240

Interface fa 1/1 : ip address 192.168.3.158 255.255.255.224


Interface fa 0/1 : ip address 10.30.30.5 255.255.255.252

Interface fa 1/0 : ip address 10.30.30.2 255.255.255.252

R32 :

Interface fa 0/0 : ip address 172.16.4.126 255.255.255.128

Interface fa 1/1 : ip address 172.16.6.254 255.255.255.0

Interface fa 0/1 : ip address 10.30.30.9 255.255.255.252

Interface fa 1/0 : ip address 10.30.30.6 255.255.255.252

R3 :

Interface fa 0/0 : ip address 10.0.0.9 255.255.255.252

Interface fa 1/1 : ip address 10.0.0.6 255.255.255.252

Interface fa 0/1 : ip address 10.30.30.5 255.255.255.252

Interface fa 1/0 : ip address 10.30.30.10 255.255.255.252

8. Setelah router telah didisi ip adress maka jalur akan up namun ketika dilakukan
ping antar komputer masih belum berhasil 100% send.
9. Maka dilakukan routing dinamic. Untuk routing dinamic – nya sendiri cukup
ketikkan perintah berikut :

Untuk tambahan perintah


R11>ena
R11#conf t
R11(config)#router rip
R11(config-router)#version 2
R11(config-router)#no a
R11(config-router)#ex
R11(config)#ex
R11#write
10. Untuk mengetahui semua Router saling mengenal jaringan router lain maka
ketikkan perintah Router# show ip route maka akan muncul sebagai berikut :
(yang benar ada 24 ip yang tersambung disetiap router)

11. Setelah itu lakukan ping untuk semua PC dengan cara klik PC yang akan dibuat
pengepingan lalu klik dekstop kemudian pilih Command Prompt :
V. HASIL PERCOBAAN
Hasil ping dari PC0 :

Anda mungkin juga menyukai