Pages

Friday 29 May 2015

LAPORAN PRAKTIKUM RANCANG BANGUN JARINGAN
EIGRP (Enhanced Interior Gateway Routing Potocol)

DI SUSUN OLEH
Nama        : fitri fatmawati
No              : 14
KELAS       : XI TIE








SMK SAKTI GEMOLONG
2014/2015





       I.            PENDAHULUAN
Enhanced Interior Gateway Routing Potocol atau yang sering disebung dengan EIGRP adalah routing protocol dynamic yang hanya diadopsi oleh router cisco atau sering disebut sebagai proprietary protocol pada cisco. Eigrp termasuk routing protocol dengan algoritma hybird atau protokol vektor

   II.            TUJUAN DILAKUKANNYA PRAKTIKUM
·        Tujuan melakukan praktikum ini adalah untuk memenuhi tugas akhir semester genap TKJ 12.
·        Mendalami tentang dynamic routing EIGRP.

III.            ALAT DAN BAHAN UNTUK MELAKUKAN PRAKTIKUM
·        Software Aplikasi Cisco Packet Tracer
·        Switch(SimulasiDalam Packet Tracer)
·        PC(SimulasiDalam Packet Tracer)
·        KabelStaright(SimulasiDalam Packet Tracer)

IV.            BERIKUT PENJELASAN DAN CARA MELAKUKAN KONFIGURASI EIGRP

ü EIGRP merupakan jenis protokol distance vector yang menggunakan perhitungan metrik seperti IGRP. Akan tetapi, EIGRP dapat melakukan update dengan cepat dan reliable, serta ada pemisahan keepalive. Sehingga EIGRP kadangkala dikategorikan sebagai protokol routing jenis hybrid atau advanced distance vector.
ü Jika dilihat dari algoritma atau prosesnya maka protokol routing dapat dibagi menjadi:
·        Distance vector
     Contoh protokolnya : RIP, RIPv2, RIPng, IGRP, AppleTalk, RMP
·        Link State
·        Contoh Protokolnya : OSPF, OSPFv2, OSPFv3,IS-IS, IS-IS untuk Hybrid
 Contoh protokolnya : EIGRP, EIGRP untuk ipv6.


ü Berikut ini berapa terminologi yang digunakan oleh EIGRP, diantaranya
·        Sucessor : digunakan untuk jalur yang meneruskan paket data.
·        Feasible successor : digunakan untuk  jalur yang akan digunakan untuk meneruskan data apabila successor mengalami kerusakan.
·        Feasible distance : digunakan untuk jarak dari satu router kerouter yang dituju.
·        Advertised distance : digunakan untuk jarak dari given neighbor ke router yang dituju.
·        Neighbor table : digunakan untuk table yang berisi alamat interfaces untuk mengakses ke router sebelah.
·        Topology table : digunakan untuk table yang berisi semua tujuan dari router sekitarnya.
·        Reliable transport protocol : dapat menjamin urutan pengiriman data.
ü Cara mengkonfigurasikan EIGRP dengan cisco paket tracer.
·        topologi rangkaian yang akan diterapkan sebagai routing dynaminc EIGRP

·        Konfigurasi masing masing PC
Konfigurasi masing-masing PC :
Gresikk1 : 192.168.1.1/24
Surabaya1 : 192.168.2.1/24
Sidoharjo1 : 192.168.3.1/24

·        Konfigurasi router gresiK
Serial 0/0/0 : 192.168.102.254/24
Fe 0/0 : 192.168.3.254/24

·        Konfigurasi router surabaya
Serial 0/0/0 : 192.168.101.254/24
Serial 0/0/1 : 192.168.102.1/24 - DCE
Fe 0/0 : 192.168.2.254/24

·        Konfigurasi router sidoharjo
Serial 0/0/0 : 192.168.101.1/24 - DCE
Fe 0/0 : 192.168.1.1/24

·        Langkah selanjutnya lakukan pengecakan koneksi antar masing-masing device komputer dengan cara mengetikkan PING dari mode previllege router

·        Konfigurasi secara CLI router gresiK

·         Router>en
Router#conf t
Router(config)#hostname Gresik
Gresik(config)#interface FastEthernet0/0
Gresik(config-if)#ip address 192.168.1.254 255.255.255.0
Gresik(config-if)#no shutdown
Gresik(config-if)#exit
Gresik(config)#interface Serial0/0/0
Gresik(config-if)#no shutdown
Gresik(config-if)#clock rate 64000
Gresik(config-if)#ip address 192.168.101.1 255.255.255.0
Gresik(config-if)#exit
Gresik(config)#router eigrp 100
Gresik(config-router)#network 192.168.1.0 0.0.0.255
Gresik(config-router)#network 192.168.101.0 0.0.0.255
Gresik(config-router)#exit
Gresik(config)#exit
Gresik#copy running-config startup-config
Gresik#reload
·        Konfigurasi secara CLI router surabaya
Router>en
Router#conf t
Router(config)#hostname Surabaya
Surabaya(config)#interface FastEthernet0/0
Surabaya(config-if)#ip address 192.168.2.254 255.255.255.0
Surabaya(config-if)#no shutdown
Surabaya(config-if)#exit
Surabaya(config)#interface Serial0/0/0
Surabaya(config-if)#no shutdown
Surabaya(config-if)#ip address 192.168.101.254 255.255.255.0
Surabaya(config-if)#exit
Surabaya(config)#interface Serial0/0/1
Surabaya(config-if)#no shutdown
Surabaya(config-if)#clock rate 64000
Surabaya(config-if)#ip address 192.168.102.1 255.255.255.0
Surabaya(config-if)#exit
Surabaya(config)#router eigrp 100
Surabaya(config-router)#network 192.168.101.0 0.0.0.255
Surabaya(config-router)#network 192.168.102.0 0.0.0.255
Surabaya(config-router)#network 192.168.2.0 0.0.0.255
Surabaya(config-router)#exit
Surabaya#copy running-config startup-config
Surabaya#reload
·        Konfigurasi secara CLI router Sidoharjo
Router>en
Router#conf t
Router(config)#hostname Sidoarjo
Sidoarjo(config)#interface FastEthernet0/0
Sidoarjo(config-if)#ip address 192.168.3.254 255.255.255.0
Sidoarjo(config-if)#no shutdown
Sidoarjo(config-if)#exit
Sidoarjo(config)#interface Serial0/0/0
Sidoarjo(config-if)#no shutdown
Sidoarjo(config-if)#ip address 192.168.102.254 255.255.255.0
Sidoarjo(config-if)#exit
Sidoarjo(config)#router eigrp 100
Sidoarjo(config-router)#network 192.168.3.0 0.0.0.255
Sidoarjo(config-router)#network 192.168.102.0 0.0.0.255
Sidoarjo(config-if)#exit
Sidoarjo#copy running-config startup-config
Sidoarjo#reload
·        Lakukan testting koneksi EIGRP
·        Gresik#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
C 192.168.1.0/24 is directly connected, FastEthernet0/0
D 192.168.2.0/24 [90/2172416] via 192.168.101.254, 00:12:30, Serial0/0/0
D 192.168.3.0/24 [90/2684416] via 192.168.101.254, 00:03:56, Serial0/0/0
C 192.168.101.0/24 is directly connected, Serial0/0/0
D 192.168.102.0/24 [90/2681856] via 192.168.101.254, 00:04:06, Serial0/0
Gresik#
Gresik#ping 192.168.1.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/16/50 ms
Gresik#ping 192.168.2.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/38/110 ms
Gresik#ping 192.168.3.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/42/50 ms
Surabaya#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
D 192.168.1.0/24 [90/2172416] via 192.168.101.1, 00:17:11, Serial0/0/0
C 192.168.2.0/24 is directly connected, FastEthernet0/0
D 192.168.3.0/24 [90/2172416] via 192.168.102.254, 00:08:38, Serial0/0/1
C 192.168.101.0/24 is directly connected, Serial0/0/0
C 192.168.102.0/24 is directly connected, Serial0/0/1
Surabaya#
Surabaya#ping 192.168.1.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/28/60 ms
Surabaya#ping 192.168.2.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 0/12/30 ms
Surabaya#ping 192.168.3.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/26/50 ms
Sidoarjo#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
D 192.168.1.0/24 [90/2684416] via 192.168.102.1, 00:12:31, Serial0/0/0
D 192.168.2.0/24 [90/2172416] via 192.168.102.1, 00:12:31, Serial0/0/0
C 192.168.3.0/24 is directly connected, FastEthernet0/0
D 192.168.101.0/24 [90/2681856] via 192.168.102.1, 00:12:31, Serial0/0/0
C 192.168.102.0/24 is directly connected, Serial0/0/0
Sidoarjo#
Sidoarjo#ping 192.168.1.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.1.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 40/64/160 ms
Sidoarjo#ping 192.168.2.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.2.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 10/22/40 ms
Sidoarjo#ping 192.168.3.254
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 192.168.3.254, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 10/20/60 ms




    V.           

0 comments:

Post a Comment