Vous êtes sur la page 1sur 6

XII TKJ B SMK NEGERI 1 CIMAHI MOCHAMAD ARSYAD PRAMADIA NO LAPORAN :

DIAGNOSA WAN

DYNAMIC ROUTING RIP CLASSFUL NETWORK

INSTRUKTUR : - DODI PERMANA, S.Pd - RUDY HARYADI, ST TANGGAL : PARAF : 29/01/2013

I.

II.

III. IV.

TUJUAN Agar siswa dapat memahami cara kerja dynamic routing RIP classful network Agar siswa dapat memahami konfigurasi dynamic routing RIP classful network Agar siswa dapat memahami implementasi dynamic routing RIP classful network ALAT DAN BAHAN PC/laptop Software cisco packet tracer PENDAHULUAN TOPOLOGI

V.

LANGKAH KERJA 1) Konfigurasi ip address a. R1 R1>en R1#config t R1(config)#int fa0/0 R1(config-if)#ip address 192.168.1.1 255.255.255.0 R1(config-if)#no shutdown R1(config-if)#ex R1(config)#int se0/0/0 R1(config-if)#ip address 192.168.2.1 255.255.255.0 R1(config-if)#clock rate 9600 R1(config-if)#no shutdown b. R2 R2>en R2#config t R2(config)#int fa0/0 R2(config-if)#ip address 192.168.3.1 255.255.255.0 R2(config-if)#no shutdown R2(config-if)#ex R2(config)#int se0/0/0 R2(config-if)#ip address 192.168.2.2 255.255.255.0 R2(config-if)#clock rate 9600 R2(config-if)#no shutdown R2(config-if)#ex R2(config)#int se0/0/1 R2(config-if)#ip address 192.168.4.2 255.255.255.0 R2(config-if)#clock rate 9600 R2(config-if)#no shutdown c. R3 R3>en R3#config t Enter configuration commands, one per line. End with CNTL/Z.

R3(config)#int fa0/0 R3(config-if)#ip address 192.168.5.1 255.255.255.0 R3(config-if)#ex R3(config)#int se0/0/1 R3(config-if)#ip address 192.168.4.1 255.255.255.0 R2(config-if)#clock rate 9600 R2(config-if)#no shutdown 2) Konfigurasi RIP a. Enable dynamic routing R1(config)#router rip R2(config)#router rip R3(config)#router rip b. Enter classful network address R1(config-router)#network 192.168.1.0 R1(config-router)#network 192.168.2.0 R1(config-router)#end R1# %SYS-5-CONFIG_I: Configured from console by console R1#copy run start c. Konfigurasi RIP pada R2 menggunakan router rip dan network command R2(config)#router rip R2(config-router)#network 192.168.2.0 R2(config-router)#network 192.168.3.0 R2(config-router)#network 192.168.4.0 R2(config-router)#end R2# %SYS-5-CONFIG_I: Configured from console by console R2#copy run start d. Konfigurasi RIP pada R3 router menggunakan router rip dan network command R3(config)#router rip R3(config-router)#network 192.168.4.0 R3(config-router)#network 192.168.5.0 R3(config-router)#end R3# %SYS-5-CONFIG_I: Configured from console by console R3#copy run start 3) Pengujian RIP routing

a. Gunakan perintah show ip route untuk menguji setiap router memiliki routing tabel yang sesuai dengan topologi 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 C R R R 192.168.1.0/24 is directly connected, FastEthernet0/0 192.168.2.0/24 is directly connected, Serial0/0/0 192.168.3.0/24 [120/1] via 192.168.2.2, 00:00:06, Serial0/0/0 192.168.4.0/24 [120/1] via 192.168.2.2, 00:00:06, Serial0/0/0 192.168.5.0/24 [120/2] via 192.168.2.2, 00:00:06, Serial0/0/0

R2#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 R C C C R 192.168.1.0/24 [120/1] via 192.168.2.1, 00:00:09, Serial0/0/0 192.168.2.0/24 is directly connected, Serial0/0/0 192.168.3.0/24 is directly connected, FastEthernet0/0 192.168.4.0/24 is directly connected, Serial0/0/1 192.168.5.0/24 [120/1] via 192.168.4.1, 00:00:23, Serial0/0/1

R3#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 R 192.168.1.0/24 [120/2] via 192.168.4.2, 00:00:14, Serial0/0/1 R 192.168.2.0/24 [120/1] via 192.168.4.2, 00:00:14, Serial0/0/1 R 192.168.3.0/24 [120/1] via 192.168.4.2, 00:00:14, 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 b. Gunakan perintah show ip protocols untuk melihat informasi tentang proses routing R1#show ip protocols Routing Protocol is "rip" Sending updates every 30 seconds, next due in 10 seconds Invalid after 180 seconds, hold down 180, flushed after 240 Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Redistributing: rip Default version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain Serial0/0/0 1 21 FastEthernet0/0 1 21 Automatic network summarization is in effect Maximum path: 4 Routing for Networks: 192.168.1.0 192.168.2.0 Passive Interface(s): Routing Information Sources: Gateway Distance Last Update 192.168.2.2 120 00:00:06 Distance: (default is 120)

VI.

HASIL KERJA 1. gunakan perintah debug ip rip untuk melihat pesan RIP yang sedang dikirim dan diterima. Untuk menghentikannya dengan perintah undebug all R1#debug ip rip RIP protocol debugging is on R1#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

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: 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 Serial0/0/0 (192.168.2.1) RIP: build update entries network 192.168.1.0 metric 1 R1#undebug all 2. Tes dengan mengirimkan packet

VII. -

KESIMPULAN RIP pada classful networks dibutuhkan ip address classful juga Pada konfigurasi masing-masing router harus menambahkan dan menyamakan nilai clock rate 9600

Vous aimerez peut-être aussi