Mengenal apa itu RIP
RIP atau Routing Information Protokol merupakan sebuah metode routing secara dinamik. Routing ini adalah salah satu yang tertua dari yang lain. Routing ini menggunakan protokol Distance-vector routing dimana menerapkan hop sebagai Matrik routing.
Topologi
Buat topologi seperti gambar dibawah ini.
Konfigurasi IP Address
R1
R1(config)#interface fa0/0R1(config-if)#ip address 10.10.10.1 255.255.255.0R1(config-if)#no shutdownR1(config-if)#exitR1(config)#interface se0/0/0R1(config-if)#ip address 10.20.30.1 255.255.255.252R1(config-if)#no shutdown
R2
R2(config)#interface se0/0/0R2(config-if)#ip address 10.20.30.2 255.255.255.252R2(config-if)#no shutdownR2(config-if)#interface fa0/0R2(config-if)#ip address 10.20.20.1 255.255.255.0R2(config-if)#no shutdownR2(config-if)#interface se0/0/1R2(config-if)#ip address 10.20.30.5 255.255.255.252R2(config-if)#no shutdown
R3
R3(config)#interface se0/0/0R3(config-if)#ip address 10.20.30.6 255.255.255.252R3(config-if)#no shutdownR3(config-if)#interface fa0/0R3(config-if)#ip address 10.30.30.1 255.255.255.0R3(config-if)#no shutdown
Konfigurasi PC
PC0address : 10.10.10.2netmask : 255.255.255.0gateway : 10.10.10.1PC1address : 10.20.20.2netmask : 255.255.255.0gateway : 10.20.20.1PC2address : 10.30.30.2netmask : 255.255.255.0gateway : 10.30.30.1
Konfigurasi Routing
R1
R1(config)#router ripR1(config-router)#ver 2R1(config-router)#network 10.10.10.0R1(config-router)#network 10.20.30.0
R2
R2(config)#router ripR2(config-router)#ver 2R2(config-router)#network 10.20.30.0R2(config-router)#network 10.20.20.0R2(config-router)#network 10.20.30.4
R3
R3(config)#router ripR3(config-router)#ver 2R3(config-router)#network 10.20.30.4R3(config-router)#network 10.30.30.0
Verifikasi
Ping antara PC0 ke PC1
Ping antara PC1 ke PC2
Ping antara PC0 ke PC2
Status route
C - Connected = routing yang otomatis ada ketika jaringan dihubungkan ke router.R1#show ip routeCodes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGPD - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter areaN1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGPi - IS-IS, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area* - candidate default, U - per-user static route, o - ODRP - periodic downloaded static routeGateway of last resort is not set10.0.0.0/8 is variably subnetted, 5 subnets, 2 masksC 10.10.10.0/24 is directly connected, FastEthernet0/0R 10.20.20.0/24 [120/1] via 10.20.30.2, 00:00:28, Serial0/0/0C 10.20.30.0/30 is directly connected, Serial0/0/0R 10.20.30.4/30 [120/1] via 10.20.30.2, 00:00:28, Serial0/0/0R 10.30.30.0/24 [120/2] via 10.20.30.2, 00:00:28, Serial0/0/0R1#
R - RIP = Routing dengan protokol RIP
Mungkin cukupuntuk kali ini, jika ada yang mau ditanyakan silahkan tulis dikolom komentar.
Sekian dari saya, terimakasih telah berkunjung di blog saya.
0 Comments