laporan dynamic routing #b

Upload: mochamad-arsyad-pramadia

Post on 30-Oct-2015

72 views

Category:

Documents


0 download

DESCRIPTION

diajukan untuk memenuhi tugas Diagnosa WAN kritik dan saran : [email protected]

TRANSCRIPT

XII TKJ BSMK NEGERI 1 CIMAHIDYNAMIC ROUTING RIPv1 subnet dan CLASSFUL NETWORKDIAGNOSA WAN

MOCHAMAD ARSYAD PRAMADIAINSTRUKTUR : DODI PERMANA, S.Pd RUDY HARYADI, ST

NO LAPORAN :TANGGAL :29/01/2013PARAF :

I. TUJUAN Agar siswa dapat memahami cara kerja dynamic routing RIP classful dan subnetwork Agar siswa dapat memahami konfigurasi dynamic routing RIP classful dan subnetwork Agar siswa dapat memahami implementasi dynamic routing RIP classful dan subnetwork

II. ALAT DAN BAHAN PC/laptop Software cisco packet tracer

III. PENDAHULUANIV. TOPOLOGI

V. LANGKAH KERJA1. Konfiugurasi IP address pada interface R1

R1>enR1#config tEnter configuration commands, one per line. End with CNTL/Z.R1(config)#int fa0/0R1(config-if)#ip address 172.30.1.1 255.255.255.0R1(config-if)#exR1(config)#int s0/0/0R1(config-if)#ip add 172.30.2.1 255.255.255.0R1(config-if)#clock rate 9600R1(config-if)#no shutdown R2R2>enR2#config tEnter configuration commands, one per line. End with CNTL/Z.R2(config)#int fa0/0R2(config-if)#ip address 172.30.3.1 255.255.255.0R2(config-if)#no shutdownR2(config-if)#exR2(config)#int se0/0/0R2(config-if)#ip address 172.30.2.2 255.255.255.0R2(config-if)#clock rate 9600R2(config-if)#no shutdownR2(config-if)#exR2(config)#int se0/0/1R2(config-if)#ip address 192.168.4.9 255.255.255.252R2(config-if)#no shutdownR2(config-if)#clock rate 9600R2(config-if)#no shutdown R3R3>enR3#config tEnter configuration commands, one per line. End with CNTL/Z.R3(config)#int fa0/0R3(config-if)#ip address 192.168.5.1 255.255.255.0R3(config-if)#no shutdownR3(config-if)#exR3(config)#int se0/0/1R3(config-if)#ip address 192.168.4.10 255.255.255.252R3(config-if)#clock rate 9600R3(config-if)#no shutdown

2. Hapus konfigurasi RIP pada masing-masing routeR1(config)#no router ripR2(config)#no router ripR3(config)#no router rip3. Konfigurasi RIP Konfigurasi RIP routing pada R1R1(config)#router ripR1(config-router)#network 172.30.0.0R1(config-router)#passive-interface fastethernet 0/0R1(config-router)#end%SYS-5-CONFIG_I: Configured from console by consoleR1#copy run star Konfiugarsi RIP routing pada R2R2(config)#router ripR2(config-router)#network 172.30.0.0R2(config-router)#network 192.168.4.0R2(config-router)#passive-interface fastethernet 0/0R2(config-router)#end%SYS-5-CONFIG_I: Configured from console by consoleR2#copy run start Konfigurasi RIP routing pada R3R3(config)#router ripR3(config-router)#network 192.168.4.0R3(config-router)#network 192.168.5.0R3(config-router)#passive-interface fastethernet 0/0R3(config-router)#end%SYS-5-CONFIG_I: Configured from console by consoleR3#copy run start4. Verify RIP routing Gunakan perintah show ip routeR1#show ip routeCodes: 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

172.30.0.0/24 is subnetted, 3 subnetsC 172.30.1.0 is directly connected, FastEthernet0/0C 172.30.2.0 is directly connected, Serial0/0/0R 172.30.3.0 [120/1] via 172.30.2.2, 00:00:05, Serial0/0/0R 192.168.4.0/24 [120/1] via 172.30.2.2, 00:00:05, Serial0/0/0R 192.168.5.0/24 [120/2] via 172.30.2.2, 00:00:05, Serial0/0/0

R2#show ip routeCodes: 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

172.30.0.0/24 is subnetted, 3 subnetsR 172.30.1.0 [120/1] via 172.30.2.1, 00:00:20, Serial0/0/0C 172.30.2.0 is directly connected, Serial0/0/0C 172.30.3.0 is directly connected, FastEthernet0/0 192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.8 is directly connected, Serial0/0/1R 192.168.5.0/24 [120/1] via 192.168.4.10, 00:00:15, Serial0/0/1

R3#show ip routeCodes: 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 172.30.0.0/16 [120/1] via 192.168.4.9, 00:00:08, Serial0/0/1 192.168.4.0/30 is subnetted, 1 subnetsC 192.168.4.8 is directly connected, Serial0/0/1C 192.168.5.0/24 is directly connected, FastEthernet0/0 Gunakan perintah show ip protocolsR1#show ip protocols Routing Protocol is "rip"Sending updates every 30 seconds, next due in 6 secondsInvalid after 180 seconds, hold down 180, flushed after 240Outgoing update filter list for all interfaces is not setIncoming update filter list for all interfaces is not setRedistributing: ripDefault version control: send version 1, receive any version Interface Send Recv Triggered RIP Key-chain Serial0/0/0 1 2 1 Automatic network summarization is in effectMaximum path: 4Routing for Networks:172.30.0.0Passive Interface(s):FastEthernet0/0Routing Information Sources:Gateway Distance Last Update172.30.2.2 120 00:00:25Distance: (default is 120)R1#debug ip ripRIP protocol debugging is on Gunkan perintah debug ip rip untuk melihat pesan yang terkirim dan diterima dan untuk menghentikannya gunkan perintah undebug all

R1#debug ip ripRIP protocol debugging is onR1#debug ip ripRIP protocol debugging is onR1#debug ip ripRIP: received v1 update from 172.30.2.2 on Serial0/0/0

172.30.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 (172.30.2.1)

RIP: build update entries

network 172.30.1.0 metric 1

RIP: received v1 update from 172.30.2.2 on Serial0/0/0

172.30.3.0 in 1 hops

192.168.4.0 in 1 hops

192.168.5.0 in 2 hopsR1#undebug allAll possible debugging has been turned offVI. HASIL KERJALakukan pengiriman paket dari PC3 ke PC2 dan dari PC3 ke PC1 jika berhasil maka hasilnya akan successful

VII. KESIMPULANDynamic routing RIPv1 tidak hanya bisa diterapkan di classful network tetapi bisa juga pada subnetwork.