Page 91 - Modul administrasi infrastruktur jaringan kelas XI SMK - andi setiawan
P. 91
OSPF MULTI AREA
Melanjutkan materi dari lab sebelumnya, yaitu OSPF. Akan tetapi kali ini kita akan buat
dua area, yaitu backbone (area 0) dan area 1.
Masih menggunakan topologi yang sama, dan hapus konfigurasi ospf disemua router
R1(config)#no router ospf 1
R2(config)#no router ospf 1
R3(config)#no router ospf 1
R1
R1(config)#router ospf 10
R1(config-router)#net 192.168.1.0 0.0.0.255 area 0
R1(config-router)#net 12.12.12.0 0.0.0.255 area 0
R2
R2(config)#router ospf 11
R2(config-router)#net 23.23.23.0 0.0.0.255 area 1
R2(config-router)#net 12.12.12.0 0.0.0.255 area 0
R3
R3(config)#router ospf 12
R3(config-router)#net 192.168.2.0 0.0.0.255 area 1
R3(config-router)#net 23.23.23.0 0.0.0.255 area 1
Untuk verifikasi, lakukan show ip route di setiap router
Remember me in your pray