Monday, December 18, 2017

Dynamic Routing Using Routing Information Protocol (RIP) Packet Tracer


Catatan : Untuk Melakukan konfigurasi Dynamic Routing RIP ada satu kunci yang harus di perhatikan yaitu network id. Network id yang digunakan untuk konfigurasi RIP adalah network id dari lingkup network router itu sendiri tanpa memikirkan Dia (network router lain yang ditujuh). Intinya ini adalah kebalikan dari static routing. Jika static routing menggunakan tujuan network id , tetapi dynamic routing menggunakan network id nya sendiri.

Contoh Beberapa Model dan Konfigurasi RIP


1. Buatlah konfigurasi routing statis & routing dinamis dengan diagram berikut ini [1]:



Keterangan alamat IP :
Router 0 : f0/0 (Router0 --> switch0 ) : 192.168.110.1
                 f0/1 (Router0 --> Router 1) : 192.168.10.1

Router 1 : f0/0 (Router1 --> Router0 ) : 192.168.10.2
                 f0/1 (Router1 --> Router 2) : 192.168.20.1
                 f0/2 (Router1 --> Switch1 ) : 192.168.30.1

Router 2 : f0/0 (Router2 --> switch2 ) : 192.168.120.1
                 f0/1 (Router2 --> Router 1) : 192.168.20.2


Config RIP Router 0
#conf t
#routing rip
#network 192.168.110.0
#network 192.168.10.0

Config RIP Router 1
#conf t
#routing rip
#network 192.168.10.0
#network 192.168.20.0
#network 192.168.30.0


Config RIP Router 2
#conf t
#routing rip
#network 192.168.120.0
#network 192.168.20.0


2. Buatlah konfigurasi routing statis & routing dinamis dengan diagram berikut ini [2]:

Konfigurasi Alamat ip router seperti pada gambar

Config Router 5
#conf t
#routing rip
#network 1.0.0.0
#network 2.0.0.0
#network 4.0.0.0

Config Router 6
#conf t
#routing rip
#network 2.0.0.0
#network 3.0.0.0

Config Router 7
#conf t
#routing rip
#network 3.0.0.0
#network 4.0.0.0
#network 5.0.0.0

3. Buatlah konfigurasi routing dinamis dengan diagram berikut ini :

Konfigurasi Alamat ip router seperti pada gambar

Config Router A
#conf t
#routing rip
#network 1.0.0.0
#network 2.0.0.0

Config Router B
#conf t
#routing rip
#network 2.0.0.0
#network 3.0.0.0
#network 4.0.0.0

Config Router C
#conf t
#routing rip
#network 5.0.0.0
#network 6.0.0.0
#network 4.0.0.0

Config Router D
#conf t
#routing rip
#network 6.0.0.0
#network 7.0.0.0

4. Buatlah konfigurasi routing dinamis dengan diagram berikut ini [4] :



Konfigurasi Alamat ip router seperti pada gambar

Config Router R1
#conf t
#routing rip
#network 192.168.1.0
#network 192.168.2.0

Config Router R2
#conf t
#routing rip
#network 192.168.2.0
#network 192.168.3.0

Config Router R4
#conf t
#routing rip
#network 192.168.4.0
#network 192.168.5.0
#network 192.168.6.0

5. Buatlah konfigurasi routing dinamis dengan diagram berikut ini [5] :

Konfigurasi Alamat ip router seperti pada gambar

Config Router RA
#conf t
#routing rip
#network 11.0.0.0
#network 12.0.0.0
#network 13.0.0.0

Config Router RB
#conf t
#routing rip
#network 11.0.0.0
#network 10.0.0.0

Config Router RC
#conf t
#routing rip
#network 12.0.0.0
#network 14.0.0.0

Config Router RD
#conf t
#routing rip
#network 13.0.0.0
#network 15.0.0.0

6. Buatlah konfigurasi routing dinamis dengan diagram berikut ini [6] :



Keterangan alamat IP :
Router Rio1 :fa0/0 (Rio1 --> switch) : 10.0.0.1
                      fa0/1 (Rio1 --> Rio2) : 172.16.1.1
                      fa0/2 (Rio1 --> Rio5) : 172.20.1.1

Router Rio2 : fa0/0 (Rio2 --> Rio1) : 172.16.1.2
                       fa0/1 (Rio2 --> Rio3) : 172.17.1.1




Router Rio3 : fa0/0 (Rio3 --> switch) : 192.168.0.1
                       fa0/1 (Rio3 --> Rio2) : 172.17.1.2
                       fa0/2 (Rio3 --> Rio4) : 172.18.1.1

Router Rio4 : fa0/0 (Rio4 --> Rio3) : 172.18.1.2
                       fa0/1 (Rio4 --> Rio2) : 172.19.1.1

Router Rio5 : fa0/0 (Rio5 --> Rio4) : 172.19.1.2
                       fa0/1 (Rio5 --> Rio1) : 172.20.1.2


Config Router Rio1
#conf t
#routing rip
#versi 2
#network 172.16.0.0
#network 172.20.0.0
#network 10.0.0.0

Config Router Rio2
#conf t
#routing rip
#versi 2
#network 172.16.0.0
#network 172.17.0.0

Config Router Rio3
#conf t
#routing rip
#versi 2
#network 172.17.0.0
#network 172.18.0.0
#network 192.168.0.0

Config Rio4
#conf t
#routing rip
#versi 2
#network 172.18.0.0
#network 172.19.0.0

Config Router Rio5
#conf t
#routing rip
#versi 2
#network 172.19.0.0
#network 172.20.0.0


Download Tugas Laporan disini

No comments:

Post a Comment