OSPF EXTERNAL ROUTE - OSPF #7

 

OSPF EXTERNAL ROUTE - OSPF

Alat dan Bahan :

  • Laptop / PC
  • EVE NG 

          pada pembahasan LAB ini akan membahas sebuah external route dari OSPF Type-1, biasanya metode ini dilakukan loadbalance karena bisa memberitahu detail sebuah metric, karena default metric dari external metric nya yaitu 20 walau router tersebut melewati banyak router tersebut,

Perhatikan topologi berikut ini,


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

kemudian dilanjutkan dengan konfigurasi routing berserta redistribute nya

R-1
R-1(config)#router ospf 10
R-1(config-router)#net 12.12.12.0 0.0.0.255 area 0
R-1(config-router)#net 1.1.1.1 0.0.0.0 area 0


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


R-3
R-3(config)#router ospf 10
R-3(config-router)#net 13.13.13.0 0.0.0.255 area 0
R-3(config-router)#net 3.3.3.3 0.0.0.0 area 0
R-3(config-router)#redistribute eigrp 10 subnets
R-3(config-router)#redistribute rip subnets

R-3(config)#router eigrp 10
R-3(config-router)#net 11.11.11.11 0.0.0.0
R-3(config-router)#no auto-summary
R-3(config-router)#redistribute ospf 10 metric 1 1 1 1 1
R-3(config-router)#redistribute rip metric 1 1 1 1 1

R-3(config)#router rip
R-3(config-router)#ver 2
R-3(config-router)#net 22.22.22.22
R-3(config-router)#redistribute eigrp 10 metric 1
R-3(config-router)#redistribute ospf 10 metric 1


okay selanjutnya pengecheckan pada table routing pada router - 1, dan setelah pengecheckan langsung saja pengkonfigurasian external route type-1 nya,

Cara 1 :

R-3
R-3(config)#router ospf 10
R-3(config-router)#redistribute ? metric-type 1 --> External Route

Cara 2 :

R-3
R-3(config)#route-map type1
R-3(config-route-map)#set metric-type type-1

R-3(config)#router ospf 10
R-3(config-router)#redistribute eigrp 10 subnets route-map type1


untuk hasilnya akan seperti ini,








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