Friday, June 10, 2011

Konfigurasi Packet Tracer : Routing Dinamis dengan RIP 1

RIP merupakan protokol yang digunakan dalam melakukan routing dinamis dalam peralatan Cisco Router. RIP termasuk dalam protokol interior gateway protocol dengan algoritma Distance Vector. Sebagai salah satu protokol routing dinamis, RIP membutuhkan update untuk mengenal router-router yang lain dalam jaringan yang terhubung dengannya. Waktu yang dibutuhkan dalam proses update informasi adalah 30 detik dengan maksimum jumlah hop yaitu 15 hop. Dalam proses update ini, informasi yang dibawa adalah alamat jaringan (NA) dari sekumpulan komputer atau router, selain itu RIP versi 1 ini tidak mengirikan informasi subnet mask-nya atau dikenal sebagai alamat classful.  
Gambar diatas adalah sebuah jaringan komputer dengan 4 buah router yang menghubungkan semua perguruan tinggi dibawah yayasan adi upaya. Berikut  ini konfirgurasi, pelajari dulu tentang konfigurasi router,  lengkap dari router-router tersebut :
  • STTA
  1.  interface FastEthernet0/0
  2.  ip address 192.168.4.1 255.255.255.0
  3.  interface Serial0/0/0
  4.  ip address 11.0.0.2 255.0.0.0
  5.  clock rate 56000
  6.  interface Serial0/0/1
  7.  ip address 14.0.0.2 255.0.0.0
  8.  clock rate 56000
  9.  interface Serial0/1/0
  10.  ip address 12.0.0.2 255.0.0.0
  11.  clock rate 56000
  • UNUR
  1.  interface FastEthernet0/0
  2.  ip address 192.168.1.1 255.255.255.0
  3.  interface Serial0/0/0
  4.  ip address 10.0.0.1 255.0.0.0
  5.  clock rate 56000
  6.  interface Serial0/0/1
  7.  ip address 11.0.0.1 255.0.0.0
  8.  clock rate 56000

  • UNSURYA
  1. interface FastEthernet0/0
  2. ip address 192.168.3.1 255.255.255.0
  3. interface Serial0/0/0
  4. ip address 13.0.0.2 255.0.0.0
  5. clock rate 56000
  6. interface Serial0/0/1
  7. ip address 14.0.0.1 255.0.0.0
  8. clock rate 56000
  • AKPER CIEMBELUIT
  1. interface FastEthernet0/0
  2. ip address 192.168.2.1 255.255.255.0
  3. interface Serial0/0/0
  4. ip address 10.0.0.2 255.0.0.0
  5. clock rate 56000
  6. interface Serial0/0/1
  7. ip address 13.0.0.1 255.0.0.
  8. clock rate 56000


Setelah konfigurasi router selesai, maka selanjutnya kita akan mengaktifkan protocol RIP pada router, berikut konfigurasinya  :

  • Router STTA

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.4.0
  3. Router(config-router)#network 11.0.0.0
  4. Router(config-router)#network 12.0.0.0
  5. Router(config-router)#network 14.0.0.0
  6. Router(config-router)#exit
  • Router UNUR

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.1.0
  3. Router(config-router)#network 10.0.0.0
  4. Router(config-router)#network 11.0.0.0
  5. Router(config-router)#exit
  • Router UNSURYA

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.3.0
  3. Router(config-router)#network 13.0.0.0
  4. Router(config-router)#network 14.0.0.0
  5. Router(config-router)#exit
  • Router AKPER CIEMBELUIT

  1. Router(config)#router rip
  2. Router(config-router)#network 192.168.2.0
  3. Router(config-router)#network 10.0.0.0
  4. Router(config-router)#network 13.0.0.0
  5. Router(config-router)#exit
Selamat mencoba dan jangan lupa berdoa.

    No comments:

    Post a Comment

    Note: Only a member of this blog may post a comment.