EIGRP
17.34
Diposting oleh Unknown
TOPOLOGI EIGRP
EIGRP disebut juga sebagai routing protocol distance vector, terkadang disebut juga advanced
distance vector atau routing protocol hybrid.
distance vector atau routing protocol hybrid.
Berikut ini beberapa fitur dari EIGRP :
- 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)
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
- 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 :
This entry was posted on October 4, 2009 at 12:14 pm, and is filed under
Cisco
. Follow any responses to this post through RSS. You can leave a response, or trackback from your own site.
Langganan:
Posting Komentar (Atom)
Posting Komentar