DEV Community

Farhan Roy
Farhan Roy

Posted on

3

Routing Information Protocol

Routing Information Protocol (RIP) adalah protokol routing yang menggunakan algoritma routing distance vector. RIP tidak memiliki peta yang lengkap tentang jaringan yang ada. RIP menggunakan hop count sebagai metric dan link dengan hop count terkecil yang akan menjadi link terbaik (best path).

Berikut langkah langkah untuk menkonfigurasi RIP pada jaringan:

  1. Buat topologi jaringannya

topologi

saya menggunakan topologi yang sama dengan praktikum sebelumnya.

  1. Konfigurasi IP

Karena memang topologi sama, maka saya juga tidak merubah konfigurasi dari IP nya.

Devices Interface IP
Router 0 Fa0/0 192.168.2.2
Fa1/0 192.168.1.2
Router 1 Fa0/0 192.168.1.1
Fa1/0 192.168.3.2
Fa2/0 192.168.5.1
Router 2 Fa0/0 192.168.2.1
Fa1/0 192.168.3.1
Fa2/0 192.168.4.1
  1. Atur RIP Untuk mengkonfigurasi, yang dimasukan hanya jaringan yang direct langsung ke router yang dikonfigurasi.
  • Route 0
    Route0

  • Route 1
    Route1

  • Route 2
    Route2

Heroku

Simplify your DevOps and maximize your time.

Since 2007, Heroku has been the go-to platform for developers as it monitors uptime, performance, and infrastructure concerns, allowing you to focus on writing code.

Learn More

Top comments (0)

Sentry image

See why 4M developers consider Sentry, “not bad.”

Fixing code doesn’t have to be the worst part of your day. Learn how Sentry can help.

Learn more

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay