Routing Information Protocol (RIP) adalah sebuah protokol routing dinamis yang digunakan dalam jaringan LAN (Local Area Network) dan WAN (Wide Area Network). Oleh karena itu protokol ini diklasifikasikan sebagai Interior Gateway Protocol (IGP). Protokol ini menggunakan algoritma Distance-Vector Routing. Pertama kali didefinisikan dalam RFC 1058 (1988). Protokol ini telah dikembangkan beberapa kali, sehingga terciptalah RIP Versi 2 (RFC 2453). Kedua versi ini masih digunakan sampai sekarang, meskipun begitu secara teknis mereka telah dianggap usang oleh teknik-teknik yang lebih maju, seperti Open Shortest Path First (OSPF) dan protokol OSI IS-IS. RIP juga telah diadaptasi untuk digunakan dalam jaringan IPv6, yang dikenal sebagai standar RIPng (RIP Next Generation / RIP generasi berikutnya), yang diterbitkan dalam RFC 2080 (1997).
Latar Belakang
Algoritma routing yang digunakan dalam RIP, algoritma Bellman-Ford, pertama kali digunakan dalam jaringan komputer pada tahun 1968, sebagai awal dari algoritma routing ARPANET.
Maksud dan TujuanKita akan berlanjut ke rip versi 2 karena bisa kita lihat perbedaannya rip biasa dengan rip versi 2 perbedaannya sudah jelas dapat kalian lihat disini.
komputer yang
Langkah-Langkah
1. Pertama pastikan setiap perangkat jaringan pada topologi diatas telah terhubung jadi kita tinggal konfigurasi pada perangkatnya saja.
2. Lalu kita akan konfigurasi ip address pada masing masing router.
Lalu berikan ip address ke interfaces fastEthernet 0/1, dengan perintah:
Router>en2. Lalu kita akan konfigurasi ip address pada masing masing router.
Pertama kita konfigurasi ip address pada Router A:
Pertama berikan ip address ke interfaces fastEthernet 0/0, dengan perintah:
Router>en
Router#configure t
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.10.1 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router#configure t
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.10.1 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 192.168.1.1 255.255.255.0
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.10.2 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Lalu konfigurasi ip address pada Router B:
Pertama berikan ip address ke interfaces fastEthernet 0/0, dengan perintah:
Router>enPertama berikan ip address ke interfaces fastEthernet 0/0, dengan perintah:
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.10.2 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Setelah itu berikan ip address ke interfaces fastEthernet 0/1, dengan perintah:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 10.10.20.1 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Lalu berikan juga ip address ke interfaces Ethernet 1/0, dengan perintah:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface Ethernet 1/0
Router(config-if)#ip address 192.168.2.1 255.255.255.0
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Terakhir kita konfigurasi ip address pada Router C:
Pertama berikan ip address ke interfaces fastEthernet 0/0, dengan perintah:
Router>en
Router#configure t
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.20.2 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Router#configure t
Router#configure terminal Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/0
Router(config-if)#ip address 10.10.20.2 255.255.255.252
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Lalu berikan ip address ke interfaces fastEthernet 0/1, dengan perintah:
Router>en
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Setelah semua router telah di berikan ip address, coba test ping apakah sudah terkoneksi atau belum coba ping dari:
Router A - Router B
Router B - Router C
Router A - PC A
Router B - PC B
Router C - PC C
Apabila semuanya reply maka telah terkoneksi, jadi bisa langsung memulai routingnya.
3. Routing RIPv2, kali ini kita akan routing pada setiap router.
Pertama kita routing pada Router A, dengan perintah:
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#interface fastEthernet 0/1
Router(config-if)#ip address 192.168.3.1 255.255.255.0
Router(config-if)#no shutdown Router(config-if)#%LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
Router(config-if)#exit
Setelah semua router telah di berikan ip address, coba test ping apakah sudah terkoneksi atau belum coba ping dari:
Router A - Router B
Router B - Router C
Router A - PC A
Router B - PC B
Router C - PC C
Apabila semuanya reply maka telah terkoneksi, jadi bisa langsung memulai routingnya.
3. Routing RIPv2, kali ini kita akan routing pada setiap router.
Pertama kita routing pada Router A, dengan perintah:
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.10.10.0
Router(config-router)#network 192.168.1.0
Router(config-router)#exit
Router(config)#exit
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.10.10.0
Router(config-router)#network 192.168.1.0
Router(config-router)#exit
Router(config)#exit
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.10.10.0
Router(config-router)#network 10.10.20.0
Router(config-router)#network 192.168.2.0
Router(config-router)#exit
Router(config)#exit
Setelah itu routing pada Router C, dengan perintah:
Router#
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#router rip
Router(config-router)#version 2
Router(config-router)#network 10.10.20.0
Router(config-router)#network 192.168.3.0
Router(config-router)#exit
Router(config)#exit
4. Test ping
Lalu kita test ping, coba ping dari:
PC A - PC B
PC B - PC C
PC A - PC C
Hasil dan Kesimpulan
Kita telah berhasil
mengkonfigurasi RIP V2 jadi kita sudah bisa setting RIP saja yang dulu dan
sekarang menjadi RIP V2
ok gan tiap hari alway update kok kecuali hari minggu
ReplyDeletenice info
ReplyDeletecocok untuk panduan ane belajar, thx om
ReplyDeleteinformasinya berat bagi saya gan :D
ReplyDeleteGan kalo boleh masukan, pas baca tulisannya agan, saya rasa terganngu sama animasi background matrix, baca tulisannya jadi tidak nyaman :D
sekedar masukan dari pembaca gan
Ok gan makasih masukannya. nanti akan saya carikan background yang png atau sejenisnya bukan gif lagi.
Deleteinfonya sangat bermanfaat bagi ane
ReplyDeleteelemen solder uap