1. TOPOLOGI
2. KONSEP DASAR
EIGRP disebut juga sebagai routing protocol distance vector, terkadang disebut juga advanced
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
EIGRP memaintain tiga tabel
1. Neighbor table
- Menampilkan informasi directly connected router
- Command: show ip eigrp neighbor
2. Topology table
- Menampilkan semua best route yang dipelajari dari masing-masing neighbor
- Command: show ip eigrp topology
3. Routing table
- Menampilkan best route menuju network destination
- Command: show ip route
Notes EIGRP
· EIGRP menggunakan autonomous system number (ASN) untuk mengidentifikasi routerrouter yang sharing informasi route
· Hanya router yang memiliki ASN sama yang bisa sharing informasi route
Dua step menggunakan routing protocol dinamis secara umum:
1. Pilih routing protocol
2. Advertise directly connected network (jaringan yang terhubung langsung dengan router)
Keuntungan EIGRP
· Terdapat backup route jika best route down (successor=primary, feasible
successor=backup)
· Mendukung VLSM
EIGRP disebut juga sebagai routing protocol distance vector, terkadang disebut juga advanced
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
EIGRP memaintain tiga tabel
1. Neighbor table
- Menampilkan informasi directly connected router
- Command: show ip eigrp neighbor
2. Topology table
- Menampilkan semua best route yang dipelajari dari masing-masing neighbor
- Command: show ip eigrp topology
3. Routing table
- Menampilkan best route menuju network destination
- Command: show ip route
Notes EIGRP
· EIGRP menggunakan autonomous system number (ASN) untuk mengidentifikasi routerrouter yang sharing informasi route
· Hanya router yang memiliki ASN sama yang bisa sharing informasi route
Dua step menggunakan routing protocol dinamis secara umum:
1. Pilih routing protocol
2. Advertise directly connected network (jaringan yang terhubung langsung dengan router)
Keuntungan EIGRP
· Terdapat backup route jika best route down (successor=primary, feasible
successor=backup)
· Mendukung VLSM
3.
PEMBERIAN IP
a.
Router0
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R0
R0(config)#interface fastEthernet 0/0
R0(config-if)#ip address 10.10.10.1 255.255.255.0
R0(config-if)#no shutdown
R0(config-if)#exit
R0(config)#interface fastEthernet 0/1
R0(config-if)#ip address 192.168.10.1 255.255.255.0
R0(config-if)#no shutdown
b.
Router1
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R1
R1(config)#interface FastEthernet 0/0
R1(config-if)#ip address 10.10.10.2 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface Ethernet0/1/0
R1(config-if)#ip address 192.168.20.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface FastEthernet0/1
R1(config-if)#ip address 20.20.20.1 255.255.255.0
R1(config-if)#no shutdown
c.
Router2
Router>enable
Router#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#interface FastEthernet0/0
R2(config-if)#ip address 20.20.20.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface FastEthernet0/1
R2(config-if)#ip address 192.168.30.1 255.255.255.0
R2(config-if)#no shutdown
d.
PC0
e.
PC1
f.
PC2
4. KONFIGURASI
EIGRP
a. Setting
R0
R0(config)#router
eigrp 100
R0(config-router)#network
10.10.10.0
R0(config-router)#network
192.168.10.0
R0(config-router)#no
auto-summary
R0(config-router)#do
wr
Building
configuration...
[OK]
b.
Setting R1
R1(config)#router eigrp 100
R1(config-router)#network 10.10.10.0
R1(config-router)#network 20.20.20.0
R1(config-router)#network 192.168.20.0
R1(config-router)#no auto-summary
R1(config-router)#do wr
Building configuration...
[OK]
c.
Setting R2
R2(config)#router eigrp 100
R2(config-router)#network 20.20.20.0
R2(config-router)#network 192.168.30.0
R2(config-router)#do wr
Building configuration...
[OK]
5. HASIL
KONFIGURASI
a. Tampilan routing setelah disetting EIGRP
R1(config)#do 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
10.0.0.0/24
is subnetted, 1 subnets
C 10.10.10.0
is directly connected, FastEthernet0/0
20.0.0.0/24
is subnetted, 1 subnets
D 20.20.20.0 [90/30720] via 10.10.10.2,
00:00:51, FastEthernet0/0
C
192.168.10.0/24 is directly connected, FastEthernet0/1
D 192.168.20.0/24 [90/284160] via 10.10.10.2,
00:00:51, FastEthernet0/0
D 192.168.30.0/24 [90/33280] via 10.10.10.2,
00:00:51, FastEthernet0/0
b.
Hasil Ping PC0 ke PC2 dan PC3




0 comments:
Post a Comment