Belajar Routing OSPF ( Open Shorth Path First)
Setelah di bab Sebelumnya kita sudah sukses Membahas Static Routing Routing RIP Routing EIGRP kali ini kita akan membahas mengenai
router ospf ID
network Nerwork Wild Mask area ID
interface FastEthernet1/0
ip address 10.10.10.2 255.255.255.0
interface FastEthernet1/1
ip address 20.20.20.2 255.255.255.0
UNTUKI MENGECEK TABLE ROUTING KITA BISA MENGGUNAKAN PERINTAH
Sh ip route
Sh ip route summary
sh ip os neigh
Setelah di bab Sebelumnya kita sudah sukses Membahas Static Routing Routing RIP Routing EIGRP kali ini kita akan membahas mengenai
Di dalam ospf terdapat 2 buah protokol yaitu Distance Vektor dan Link State
Kelebihan utama dari protocol ini adalah dapat dengan cepat mendeteksi perubahan dan menjadikan routing kembali konvergen dalam waktu dalam waktu singkat dengan sedikit perubahan sehingga mudah di trouble shooting.
Rumus penulisan configurasi OSPF secara umum adalah
router ospf ID
network Nerwork Wild Mask area ID
mari kita belajar untuk memper mudah pemahaman
Configiure interface R1
interface FastEthernet1/0
ip address 10.10.10.1 255.255.255.0
no sh
Configiure interface R2
ip address 10.10.10.2 255.255.255.0
no sh
!interface FastEthernet1/1
ip address 20.20.20.2 255.255.255.0
no sh
!
Configiure interface R3
interface FastEthernet1/0
ip address 20.20.20.1 255.255.255.0
ip address 20.20.20.1 255.255.255.0
no sh
Tes Ping R1, R2 dan R3
Cek R1
Cek R2
Cek R3
Configure R1
router ospf 10
etwork 10.10.10.0 0.0.0.255 area 0
Configure R2
router ospf 10
network 10.10.10.0 0.0.0.255 area 0
network 20.20.20.0 0.0.0.255 area 0
Configure R3
router ospf 10
network 20.20.20.0 0.0.0.255 area 0
router ospf 10
etwork 10.10.10.0 0.0.0.255 area 0
Configure R2
router ospf 10
network 10.10.10.0 0.0.0.255 area 0
network 20.20.20.0 0.0.0.255 area 0
Configure R3
router ospf 10
network 20.20.20.0 0.0.0.255 area 0
Cek Table Routing DI R1, R2 & R3
UNTUKI MENGECEK TABLE ROUTING KITA BISA MENGGUNAKAN PERINTAH
Sh ip route
Sh ip route summary
sh ip os neigh
SELAMAT MENCOBA
Mantap gan
BalasHapuskunjungi juga blog ane ya :
http://discussandsharecenter.blogspot.com/
OK Gan Thanks
Hapus