Home » » Konfigurasi Routing Eigrp Di Gns3

Konfigurasi Routing Eigrp Di Gns3

Posted by Andro Flash ROM on Thursday, June 29, 2017

Konfigurasi Routing EIGRP di GNS3 - EIGRP (Enhanced Interior Gateway Routing Protocol) ialah cisco proprietary routing protocol yang artinya kita harus memakai perangkat dari cisco untuk sanggup menjalankan protocol routing ini. Namun semenjak 2013, beberapa fungsi dari EIGRP sudah menjadi open standard dan kita sanggup memakai perangkat  router selain dari cisco untuk sanggup menjalankan routing protocol ini. EIGRP merupakan hybrid protocol yang mendukung link state maupun distance vector protocol. Jika pada postingan sebelumnya sudah di perlihatkan cara konfigurasi EIGRP di cisco packet tracer, maka pada postingan ini akan di perlihatkan bagaimana cara konfigurasi routing eigrp di gns3 dengan 3 router.

Baca Juga


Topologi dan IP Address

Buat topologi jaringan dengan interface dan ip address sesuai dengan gambar dan tabel yang ada di bawah.


Setting IP Address

Setelah topologi jaringan di buat ibarat gambar di atas, setting ip address untuk setiap perangkat router dan pc client sesuai dengan tabel di atas.

R1
R1#configure terminal
R1(config)#interface serial 0/0
R1(config-if)#ip address 192.168.200.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#interface fastethernet 0/0
R1(config-if)#ip address 192.168.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#


R2
R2#configure terminal
R2(config)#interface serial 0/0
R2(config-if)#ip address 192.168.200.2 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface fastethernet 0/0
R2(config-if)#ip address 192.168.2.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#interface serial 0/1
R2(config-if)#ip address 192.168.201.1 255.255.255.0
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#


R3
R3#configure terminal
R3(config)#interface serial 0/0
R3(config-if)#ip address 192.168.201.2 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#interface fastethernet 0/0
R3(config-if)#ip address 192.168.3.1 255.255.255.0
R3(config-if)#no shutdown
R3(config-if)#exit
R3(config)#


Setting IP Address Windows XP 1 & Windows XP 2

Setting Windows XP 1 dengan IP Address sesuai dengan tabel diatas dan setting gateway dengan 192.168.1.1. Lakukan juga setting Windows XP 2 dengan IP Address sesuai dengan tabel di atas dan setting gateway dengan 192.168.1.1

Setting IP Address Windows XP 3 & Windows XP 4

Setting Windows XP 3 dengan IP Address sesuai dengan tabel diatas dan setting gateway dengan 192.168.2.1. Lakukan juga setting Windows XP 4 dengan IP Address sesuai dengan tabel di atas dan setting gateway dengan 192.168.2.1

Setting IP Address Windows XP 5 & Windows XP 6

Setting Windows XP 5 dengan IP Address sesuai dengan tabel diatas dan setting gateway dengan 192.168.3.1. Lakukan juga setting Windows XP 6 dengan IP Address sesuai dengan tabel di atas dan setting gateway dengan 192.168.3.1


Konfigurasi EIGRP


R1
R1#configure terminal
R1(config)#router eigrp 100
R1(config-router)#network 192.168.200.0 0.0.0.255
R1(config-router)#network 192.168.1.0 0.0.0.255
R1(config-router)#exit
R1(config)#


R2
R2#configure terminal
R2(config)#router eigrp 100
R2(config-router)#network 192.168.200.0 0.0.0.255
R2(config-router)#network 192.168.2.0 0.0.0.255
R2(config-router)#network 192.168.201.0 0.0.0.255
R2(config-router)#exit
R2(config)#


R3
R3#configure terminal
R3(config)#router eigrp 100
R3(config-router)#network 192.168.201.0 0.0.0.255
R3(config-router)#network 192.168.3.0 0.0.0.255
R3(config-router)#exit
R3(config)#

Setelah dilakukan konfigurasi routing rip, lakukan tes ping dari PC berikut dan jikalau semua reply, maka konfigurasi routing dinamis RIP berhasil dibuat....


Windows XP 1 ke Windows XP 4
Windows XP 1 ke Windows XP 6
Windows XP 3 ke Windows XP 1
Windows XP 3 ke Windows XP 6
Windows XP 5 ke Windows XP 1
Windows XP 5 ke Windows XP 3



0 comments:

Post a Comment

Search This Blog

Popular Posts

Labels

.comment-content a {display: none;}