Konfigurasi Redistribute OSPF dan EIGRP

October 31, 2017
Haloo sobat!! jumpa lagi dengan blog kami trahjaringan. Kali ini saya akan memberikan tutorial Redistribute OSPF dan EIGRP, perlu di ketahui sob OSPF dan EIGRP termasuk routing dynamic. Untuk yang belum tahu konfigurasi dari OSPF maupun EIGRP, sobat bisa cek di postingan saya sebelumnya.
Oke sob langsung saja buat konfigurasinya menyesuaikan desain/topologi yang telah saya buat, simak baik-baik ya sob biar bisa hehehehe

Konfigurasinya :

Konfigurasi IP di semua PC

PC A

PC B

Konfigurasi IP di semua Router

R1
R1(config)#int fa0/0
R1(config-if)#ip add 192.168.1.254 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#exit
R1(config)#int fa1/0
R1(config-if)#ip add 10.10.10.1 255.255.255.252
R1(config-if)#no shutdown
R1(config-if)#exit
R2
R2(config)#int fa0/0
R2(config-if)#ip add 10.10.10.2 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#exit
R2(config)#int fa1/0
R2(config-if)#ip add 10.10.10.5 255.255.255.252
R2(config-if)#no shutdown
R2(config-if)#exit
R3
R3(config)#int fa0/0
R3(config-if)#ip add 192.168.2.254 255.255.255.0
R3(config-if)#no shutdownR3(config-if)#exit
R3(config)#int fa1/0
R3(config-if)#ip add 10.10.10.6 255.255.255.252
R3(config-if)#no shutdown
R3(config-if)#exit

Konfigurasi OSPF dan EIGRP

OSPF kantor A
R1
R1(config)#router ospf 1
R1(config-router)#network 192.168.1.0 255.255.255.0 area 1
R1(config-router)#network 10.10.10.0 255.255.255.252 area 1
R1(config-router)#exit
R2
R2(config)#router ospf 1
R2(config-router)#network 10.10.10.0 255.255.255.252 area 1
R2(config-router)#exit
EIGRP Kantor B
R3
R3(config)#router eigrp 100
R3(config-router)#network 10.10.10.4
R3(config-router)#network 192.168.2.0
R3(config-router)#exit
R2
R2(config)#router eigrp 100
R2(config-router)#network 10.10.10.4
R2(config-router)#exit

Konfigurasi redistribute

Ada di router yang menjadi penghubung routing yang berbeda sob
R2
R2(config)#router eigrp 100
R2(config-router)#redistribute ospf 1 metric 1 1 1 1 1
R2(config-router)#exit
R2(config)#router ospf 1
R2(config-router)#redistribute eigrp 100 subnets
R2(config-router)#exit

Selesai 
itu tadi tutorial yang bisa saya berikan, semoga bermanfaat.Silakan tinggalkan berkomentar dan jangan lupa di share yaa hehehehe
NB : untuk request tutorial maupun artikel bisa dilampirkan di Contact 

Artikel Terkait

Previous
Next Post »

2 komentar

Write komentar