Menunjukkan proses routing yang sedang
berjalan di router.
Timers yang sedang berjalan termasuk waktu
update selanjutnya (10 detik).
Fungsi filetering untuk update yang akan
diterima atau dikirimkan. Redistributing pada contoh diatas menunjukkan rip,
sehingga router menggunaikan routing rip untuk menerima dan mengirim update.
Menunjukkan interface yang digunakan untuk
mengirim dan menerima update rip, serta versi rip yang digunakan.
Automatic is in effect menunjukkan bahwa
router tsb melakukan summarizing to the classful network boundary. Maximum path
: 4 menunjukkan how many equal-cost router RIP will use to send traffic to the
same destination.
Menunjukkan Classful network address
dikonfigurasikan pada router rip.
Menunjukkan RIP neighbors dimana router
menerima update, termasuk next-hop IP Address dan Administrative Distance.
Untuk last update menunjukkan waktu update terakhir. Distance menunjukkan nilai
AD = 120 -> RIP.
Perintah show ip protocols dapat
digunakan untuk mem-verifikasi bahwa rute yang diterima RIP tetangga ada dalam
table routing.
Output dari perintah show ip route dapat
memberi informasi tentang penggunaan routing protokol RIP yang ditandai dengan
“R”. Dibawah ini adalah code atau perintah Verifikasi RIP dengan Ip
Show route dan perintah debug .
Dibawah ini adalah code nya :
R1#show ip route
Codes: C - connected, S -
static, I - IGRP, R - RIP, M - mobile, B - BGP
D - EIGRP, EX - EIGRP
external, O - OSPF, IA - OSPF inter area
N1 - OSPF NSSA external type
1, N2 - OSPF NSSA external type 2
E1 - OSPF external type 1,
E2 - OSPF external type 2, E - EGP
i - 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 - ODR
P - periodic downloaded
static route
Gateway of last resort is
not set
C 192.168.1.0/24 is directly
connected, FastEthernet0/0
C 192.168.2.0/24 is directly
connected, Serial0/0/0
R 192.168.3.0/24 [120/1] via
192.168.2.2, 00:00:04, Serial0/0/0
R 192.168.4.0/24 [120/1] via
192.168.2.2, 00:00:04, Serial0/0/0
R 192.168.5.0/24 [120/2] via
192.168.2.2, 00:00:04, Serial0/0/0
R1#
R2#show ip route
<Output omitted>
R 192.168.1.0/24 [120/1] via
192.168.2.1, 00:00:22, Serial0/0/0
C 192.168.2.0/24 is directly
connected, Serial0/0/0
C 192.168.3.0/24 is directly
connected, FastEthernet0/0
C 192.168.4.0/24 is directly
connected, Serial0/0/1
R 192.168.5.0/24 [120/1] via
192.168.4.1, 00:00:23, Serial0/0/1
R2#
R3#show ip route
<Output omitted>
R 192.168.1.0/24 [120/2] via
192.168.4.2, 00:00:18, Serial0/0/1
R 192.168.2.0/24 [120/1] via
192.168.4.2, 00:00:18, Serial0/0/1
R 192.168.3.0/24 [120/1] via
192.168.4.2, 00:00:18, Serial0/0/1
C 192.168.4.0/24 is directly
connected, Serial0/0/1
C 192.168.5.0/24 is directly
connected, FastEthernet0/0
R3#
R1#debug ip rip
R1#RIP: received v1 update
from 192.168.2.2 on Serial0/0/0
192.168.3.0 in 1 hops
192.168.4.0 in 1 hops
192.168.5.0 in 2 hops
RIP: sending v1 update to
255.255.255.255 via FastEthernet0/0 (192.168.1.1)
RIP: build update entries
network 192.168.2.0 metric 1
network 192.168.3.0 metric 2
network 192.168.4.0 metric 2
network 192.168.5.0 metric 3
RIP: sending v1 update to
255.255.255.255 via Serial0/0/0 (192.168.2.1)
RIP: build update entries
network 192.168.1.0 metric 1

