Senin, 12 September 2016

Lab 22 - Konfigurasi Dasar EIGRP


Hari ini kita kaan belajar cara konfigurasi dasar EIGRP. Meskipun artikel ini hanya membahas konfigurasi dasar EIGRP, namun artikel ini sangatlah penting. Karena kedepannya kita akan belajar konfigurasi EIGRP Advanced dan konfigurasi dasar yang dijelaskan pada artikel ini akan selalu digunakan.

Oke langsung saja, berikut topologi yang akan kita gunakan untuk praktik konfigurasi dasar EIGRP.
Pertama kita lakukan konfigurasi ip address pada setiap router.
Gambar 1 Topologi EIGRP
R1(config)#interface se2/0 R1(config-if)#no shutdown R1(config-if)#ip address 12.12.12.1 255.255.255.0 R1(config-if)#interface eth0/1 R1(config-if)#no shutdown R1(config-if)#ip address 192.168.1.1 255.255.255.0
R2(config)#interface se2/0 R2(config-if)#no shutdown R2(config-if)#ip address 12.12.12.2 255.255.255.0 R2(config-if)#interface eth0/0 R2(config-if)#no shutdown R2(config-if)#ip address 23.23.23.2 255.255.255.0 R2(config-if)#interface eth0/1 R2(config-if)#no shutdown R2(config-if)#ip address 192.168.2.1 255.255.255.0
R3(config)#interface eth0/0 R3(config-if)#no shutdown R3(config-if)#ip address 23.23.23.3 255.255.255.0 R3(config-if)#interface eth0/1 R3(config-if)#no shutdown R3(config-if)#ip address 192.168.3.1 255.255.255.0
Selanjutnya kita konfigurasikan eigrp pada seluruh router.
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
R2(config)#router eigrp 10 R2(config-router)#no auto-summary R2(config-router)#network 12.12.12.0 *Sep 12 10:00:08.595: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 12.12.12.1 (Serial2/0) is up: new adjacency R2(config-router)#network 23.23.23.0 R2(config-router)#network 192.168.2.0
Teks warna merah menunjukkan bahwa R2 berhasil mencapai adjacency dengan 12.12.12.1 (R1)
R3(config)#router eigrp 10 R3(config-router)#no auto-summary R3(config-router)#network 23.23.23.0 *Sep 12 10:01:09.367: %DUAL-5-NBRCHANGE: EIGRP-IPv4 10: Neighbor 23.23.23.2 (Ethernet0/0) is up: new adjacency R3(config-router)#network 192.168.3.0
Teks warna merah menunjukkan bahwa R3 berhasil mencapai adjacency dengan 23.23.23.2 (R2).

Saat seluruh router sudah mencapai adjacency dengan neighbor nya. Maka seharusnya tabel routing setiap router sudah lengkap seperti berikut
R1#show ip route eigrp ... Gateway of last resort is not set 23.0.0.0/24 is subnetted, 1 subnets D 23.23.23.0 [90/2195456] via 12.12.12.2, 00:04:03, Serial2/0 D 192.168.2.0/24 [90/2195456] via 12.12.12.2, 00:02:52, Serial2/0 D 192.168.3.0/24 [90/2221056] via 12.12.12.2, 00:02:59, Serial2/0 R1#
R2#show ip route eigrp ... Gateway of last resort is not set D 192.168.1.0/24 [90/2195456] via 12.12.12.1, 00:04:31, Serial2/0 D 192.168.3.0/24 [90/307200] via 23.23.23.3, 00:03:24, Ethernet0/0 R2#
R3#show ip route eigrp ... Gateway of last resort is not set 12.0.0.0/24 is subnetted, 1 subnets D 12.12.12.0 [90/2195456] via 23.23.23.2, 00:04:02, Ethernet0/0 D 192.168.1.0/24 [90/2221056] via 23.23.23.2, 00:04:02, Ethernet0/0 D 192.168.2.0/24 [90/307200] via 23.23.23.2, 00:03:50, Ethernet0/0 R3#
Sampai saat ini kita sudah selesai dan berhasil konfigurasi EIGRP, semoga bermanfaat.. dan tunggu artikel selanjutnya tentang EIGRP ya...

Like the Post? Do share with your Friends.

Tidak ada komentar:

Posting Komentar

Komentar

FeedBack

Jika Anda merasa terbantu dengan artikel dari Coretan Bocah IT, silahkan berlangganan GRATIS via email. Dengan begitu, Anda akan mendapat kiriman artikel setiap ada artikel baru yang terbit di Coretan Bocah IT

Masukkan Email :

IconIconIconFollow Me on Pinterest