OSPF REDISTRIBUTE TO EIGRP - OSPF #10

 

OSPF REDISTRIBUTE TO EIGRP - OSPF

Alat dan Bahan :

  • Laptop / PC
  • EVE NG

EIGRP - OSPF

jadi untuk redistribute EIGRP dan OSPF ini tidak jauh hal bedannya dengan redistribute EIGRP dan RIP, hanya saja yang membedakan dengan konfigurasi redistribute pada OSPF nya.


pertama yang harus dilakukan sama seperti biasa yaitu konfigurasi IP dan basic routing EIGRP nya beserta penambahan IP Loopback nya,

sekarang penambahan konfigurasi routing nya, baik dari OSPF atau EIGRP

R-1 (EIGRP)
R-1(config)#router eigrp 10
R-1(config-router)#netwrok 11.11.11.0 0.0.0.255
R-1(config-router)#network 1.1.1.1 0.0.0.0
R-1(config-router)#no auto-summary


R-2 (OSPF)
R-2(config)#router ospf 10
R-2(config-router)#network 12.12.12.0 0.0.0.255 area 0
R-2(config-router)#network 12.12.12.0 0.0.0.255 area 0
R-2(config-router)#network 2.2.2.2 0.0.0.0 area 0


R-2 (EIGRP)
R-2(config)#router eigrp 10
R-2(config-router)#network 11.11.11.0 0.0.0.255
R-2(config-router)#no auto-summary


R-3 (OSPF)
R-3(config)#router ospf 10
R-3(config-router)#network 12.12.12.0 0.0.0.255 area 0
R-3(config-router)#network 3.3.3.3 0.0.0.0 area 0


okey apabila sudah melakukan konfigurasi Routing nya, selanjutnya yaitu penambahan redistribute nya pada router penghubung, yaitu Router - 2

R-2 (EIGRP - OSPF)
R-2(config)#router eigrp 10
R-2(config-router)#redistribute ospf 10 metric 1 1 1 1 1

R-2 (OSPF - EIGRP)
R-2(config)#router ospf 10
R-2(config-router)#redistribute eigrp 10 subnets


setelah penambahan, yaitu pengecheckan pada routing table Router - 1 dan Router - 3,

R-1


R-3


jika berhasil maka akan ada info tanda EX dan E2, yang mengartikan tepatnya disebut ada protocol routing lain yang ikut tersembung dengan metode Redistribute.

Komentar

Postingan populer dari blog ini

EIGRP WITH DISTRIBUTE LIST - EIGRP #1

NAMED ACCESS LIST - ACESS LIST #5

WALLED GARDEN IP LIST - NETWORK MANAGEMENT MIKROTIK #11