Langsung ke konten utama

Tugas 5 Jarkom 3 Teori ( Router EIGRP )

Router EIGRP
Nama:Nor Budi Cahyono
NIM: 09.240.0022

Kelas: 4M41


EIGRP (Enhanced Interior Gateway Routing Protocol) merupakan pengembangan dari Interior Gateway Routing Protocol (IGRP) yang memiliki jumlah Maksimum hop sebanyak 255 hop, dibandingakan dengan Routing Information Protocol (RIP) yang hanya memiliki jumlah maksimum hop sebanyak 15 hop.



EIGRP biasa digunakan pada Sistem jaringan yang memiliki Network yang berskala besar. Selain itu juga, pada Router EIGRP, pada saat kita mengkonfigurasinya, kita tidak perlu memperkenalkan Network-Nework yang terhubung pada Router tetangga yang sudah tersimpan pada Routing Tablenya. Pada Router EIGRP ini, akan mencari sendiri Routing table dari Router-Router tetangganya.

Konfigurasi nya sebagai berikut :

KONFIGURASI PADA ROUTER0
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.10.1 255.255.255.0
Router(config-if)#no shu
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int ser2/0
Router(config-if)#ip add 172.16.20.1 255.255.255.0
Router(config-if)#clock rate 64000
Router(config-if)#no shut
Router(config-if)#exit
Router(config)#ex

KONFIGURASI EIGRP PADA ROUTER0
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#router eigrp 10
Router(config-router)#net 172.16.20.0 0.0.0.255
Router(config-router)#net 172.16.10.0 0.0.0.255
Router(config-router)#ex
Router(config)#

KONFIGURASI ROUTER1
Router>ena
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#int fa0/0
Router(config-if)#ip add 172.16.30.1 255.255.255.0
Router(config-if)#no shu
Router(config-if)#no shutdown
Router(config-if)#exit
Router(config)#int ser3/0
Router(config-if)#ip add 172.16.20.2 255.255.255.0
Router(config-if)#no shut
Router(config-if)#exit

KONFIGURASI EIGRP PADA ROUTER0
Router#conf t
Enter configuration commands, one per line.  End with CNTL/Z.
Router(config)#router eigrp 10
Router(config-router)#net 172.16.20.0 0.0.0.255
Router(config-router)#net 172.16.10.0 0.0.0.255
Router(config-router)#ex
Router(config)#

Komentar

Postingan populer dari blog ini

LM386 AUDIO AMPLIFIER CIRCUIT

The integrated chip LM386 is a low power audio frequency amplifier requiring a low level power supply (most often batteries). It comes in an 8-pin mini-DIP package. The IC is designed to deliver a voltage amplification of 20 without external add-on parts. But this voltage gain can be raised up to 200 (Vu = 200) by adding external parts. LM386 audio amplifier circuit diagram The external parts shown on diagram 3.1 can be selected to get the desired gain. Circuit A will give a voltage amplification of 200. Circuit B will give a gain around 50. The circuit C is not for voltage amplification but will raise the bass level by about 5 dB. Take note that the circuit C is to be connected between pins 1 and 5 of the IC. The power output is around 550 mW at 16 ohm speaker impedance. This audio frequency amplifier is ideal for small battery powered devices. If you use the external circuit A, replace the Rx with a jumper wire in the PCB. If you use the external circuit C, solder the additio...

OpenOffice.org 3.4.0 Beta 1

OpenOffice.org   is the   open-source   office  software   for word processing , spreadsheets ,   presentations ,   graphics ,   databases   and   much more.   This  application is   available   in   many languages   ​​and   works on   all computers .   These  applications store   your data on   an international   open standard   format   and   are also   able to read /   write files   from   another   office   package .   This  application   has the ability multiplatform   and   can   be used   in many   good   Operating   System , Microsoft Windows ,   Linux and   Macintosh . In addition   OpenOffice.org   can be  downloaded   and used   without any   licensing fees .   OpenOffice.org   is released under   the LGPL licens...