Konfigurasi Routing Dynamic EIGRP

EIGRP adalah protocol routing buatan cisco, jadi kita tida mungkin bisa menggunakan protocol routing ini pada perangkat lain selain cisco, seperti mikrotik, juniper, ataupun perangkat lainnya.
EIGRP menggunakan perhitungan yang disebut sophisticated metric. Ada formula matematikan yang menggunakan pola perhitungan. Sedangkan variable yang mempengaruhi perhitungan antara lain :

1.Bandwith didefinisikan sebagai 107 kbps dibagi dengan link terlambat (slowest link) diantara link atau 
   path yang ada. Dengan demikian, path terbaik atau route terbaik akan memilih nilai atau cost paling kecil
   (lower cost).

2.Load dan Reliability adalah nilai sebesar 8 bit, yang dihitung berdasarkan performa terbaik. Biasanya
   nilai load dan relability berbilai 0.
3.Delay bernilai konstan untuk setiap jenis interface. Delay diukur dalam satuan mikrodetik. Sebagai contoh,
   serial link memiliki delay 20.0000 mikrodetik dan delay Ethernet 1000 mikrodetik.  
4.Dual Sebagai protocol routing menggunakan algotritma Bellman-Ford. Sedangkan EIGRP menggunakan
   diffusing update algoritma (DUAL). Proses kalkulasi terbesar (diffuse) diantara router-router.

Tahap-tahap yang dilakukan adalah :
1.Konfigurasi IP Address untuk masing-masing interface pada R1, seperti berikut.
   Router>enable
   Router#configure terminal
   R1(config)#interface fastEthernet 0/0
   R1(config-if)#ip address 192.168.1.1 255.255.255.0
   R1(config-if)#no shutdown
   %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
   R1(config-if)#interface serial 0/3/0
   R1(config-if)#ip address 12.12.12.1 255.255.255.0
   R1(config-if)#no shutdown
   %LINK-5-CHANGED: Interface Serial0/3/0, changed state to down
   R1(config-if)#exit
   R1(config)#do wr
   Building configuration...
   [OK]

 2.Konfigurasi IP Address untuk masing-masing interface pada R2, seperti berikut.
   Router>enable
   Router#conf terminal
   R2(config)# interface fastEthernet 0/0
   R2(config-if)#ip address 192.168.2.1 255.255.255.0
   R2(config-if)#no shutdown
   %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
   R2(config-if)#interface serial 0/2/0
   R2(config-if)#ip address 12.12.12.2 255.255.255.0
   R2(config-if)#no shutdown
   %LINK-5-CHANGED: Interface Serial0/2/0, changed state to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/2/0, changed state to up
   R2(config-if)# interface fastEthernet 0/1
   R2(config-if)#ip address 23.23.23.1 255.255.255.0
   R2(config-if)#no shutdown%LINK-5-CHANGED: Interface FastEthernet0/1, changed state
   to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
   R2(config-if)#exit
   R2(config)#do wr
   Building configuration...
   [OK]
 
3.Konfigurasi IP Address untuk masing-masing interface pada R3, seperti berikut.
   Router>en
   Router#conf t
   Enter configuration commands, one per line.  End with CNTL/Z.
   Router(config)#host
   Router(config)#hostname R3
   R3(config)#int fa0/0
   R3(config-if)#ip add
   R3(config-if)#ip address 192.168.3.1 255.255.255.0
   R3(config-if)#no sh
   R3(config-if)#
   %LINK-5-CHANGED: Interface FastEthernet0/0, changed state to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/0, changed state to up
   R3(config-if)#int fa0/1
   R3(config-if)#ip add
   R3(config-if)#ip address 23.23.23.2 255.255.255.0
   R3(config-if)#no sh
   R3(config-if)#
   %LINK-5-CHANGED: Interface FastEthernet0/1, changed state to up
   %LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/1, changed state to up
   R3(config-if)#ex
   R3(config)#do wr
   Building configuration...
   [OK]

4.Berikut ini cara pengaturan Routing Dynamic EIGRP pada R1.
   R1>en
   R1#conf t
   Enter configuration commands, one per line.  End with CNTL/Z.
   R1(config)#router eigrp 10
   R1(config-router)#no auto-summary
   R1(config-router)#network 12.12.12.0
   R1(config-router)#network 192.168.1.0
   R1(config-router)#ex
   R1(config)#do wr
   Building configuration...
   [OK]

5.Berikut ini cara pengaturan Routing Dynamic EIGRP pada R2.
   R2#conf t
   Enter configuration commands, one per line.  End with CNTL/Z.
   R2(config)#router eigrp 10
   R2(config-router)#no auto-summary
   R2(config-router)#network 192.168.2.0
   R2(config-router)#network 12.12.12.0
   R2(config-router)#
   %DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 12.12.12.1 (Serial0/2/0) is up: new adjacency
   R2(config-router)#network 23.23.23.0
   R2(config-router)#ex
   R2(config)#do wr
   Building configuration...
   [OK]
 
6.Berikut ini cara pengaturan Routing Dynamic EIGRP pada R3.
   R2#conf t
   Enter configuration commands, one per line.  End with CNTL/Z.
   R3(config)#router eigrp 10
   R3(config-router)#no auto-summary    
   R3(config-router)#network 23.23.23.0
   R3(config-router)#
   %DUAL-5-NBRCHANGE: IP-EIGRP 10: Neighbor 23.23.23.1 (FastEthernet0/1) is up: new adjacency
   R3(config-router)#network 192.168.3.0
   R3(config-router)#ex
   R3(config)#do wr
   Building configuration...
   [OK]

7.Pengujian koneksi dengan melakukan ping dari PC0 ke PC4, pastikan hasilnya “sukses” seperti gambar
   dibawah ini.
 


BAGIKAN KE ORANG TERDEKAT ANDA
ONE SHARE ONE CARE