Kamis, 16 Februari 2017

EIGRP




Nama : Esi Novita Sari
EIGRP
Tanggal : 17/2/2017
Kelas : XII TKJ 3
SK/KD : -
No. JobSheet :26
Guru Produktif : Pak,maman






1. TOPOLOGY


Langkah-Langkah Konfigurasi EIGRP Seperti di bawah ini.

Cisco open standar protocol (sebelumnya proprietary)
- Termasuk classless routing protocol
- Update perubahan topologi secara dinamis
- Metric (32 bit) : Composite Metric (BW + Delay + Load + MTU + Reliability)
- Administrative Distance: 90
- Update menggunakan multicast: 224.0.0.10
- Jumlah maksimum hop count: 255 (default 100)
- Mendukung protocol IP, IPX, Apple Talk
- Hello packet dikirim setiap 5 second (dead interval 15 second)
- Konvergensi cepat
- Menggunakan algoritma DUAL (Diffusing Update Algorithm)
- Mendukung equal dan unequal cost load balancing
Keuntungan EIGRP
- Terdapat backup route jika best route down (successor=primary, feasible
successor=backup)
- Mendukung VLSM
Konfigurasi nya :
 a. Berikan IP pada Router dan PC / Laptop :
   - Untuk memberi nama pada setiap router konfigurasinya :
     - Router(config)#hostname R1
     - R1(config)#no domain-look

   - R1 : Fa 0/0   = 10.10.10.1/30
            Fa 0/1   = 192.168.1.1/24
   - PC0: Fa 0     = 192.168.1.2/24 gateway = 192.168.1.1
   - R2 : Fa 0/0   = 10.10.10.2/30
             Fa 0/1   = 192.168.2.1/24
   - PC1: Fa 0       = 192.168.2.2/24 gateway = 192.168.2.1

 b. Setting R1 :
   - R1(config)#router eigrp 10
   - R1(config-router)#network 10.10.10.0
   - R1(config-router)#network 192.168.1.0
   - R1(config-router)#no auto-summary
   - R1(config-router)#exit
   - R1(config)#do wr
     Building configuration...
     [OK]
     R1(config)#

 c. Setting R2 :
   - R2(config)#router eigrp 10
   - R2(config-router)#network 10.10.10.0
   - R2(config-router)#network 192.168.2.0
   - R2(config-router)#no auto-summary
   - R2(config-router)#exit
   - R2(config)#do wr
     Building configuration...
     [OK]
     R2(config)#
Hasil Konfigurasi :







0 komentar:

Posting Komentar