Posted by: spidey | September 13, 2010

Open Shortest Path First (OSPF) Part 3

OSPF Metric

Dalam OSPF, metric disebut sebagai cost dan cost dihitung dengan

Cost = 100/bandwidth (Mbps)

Beberapa cost yang sudah umum antara lain:

  • Link 56k = 1785
  • Link 64k = 1562
  • T1 (1.544) = 65
  • Ethernet = 10
  • Fast Ethernet = 1

Tipe-Tipe paket OSPF

  • Database Description (DBD), potongan dari linkstate database.
  • Link State Request (LSR), untuk meminta informasi routing yang belum ketahui dari router lain.
  • Link State Update (LSU), response dari LSR.
  • Link State Advertisement (LSA). Update tentang informasi satu entri route tunggal, biasanya dalam satu LSU terdapat beberapa LSA.
  • Link State Acknowledgement (LSACK), OSPF menggunakan protokol layer 4 sendiri untuk menjamin terkirimnya pesan update

Perintah-perintah OSPF

Router(config)#router OSPF [process id]

Router(config-router)#network [network id] [wildcard mask] [area number]

Router(config-if)#ip OSPF priority [0-255]

Router(config-if)#ip OSPF cost [1-65535]

Rouer(config-if)#bandwidth [1-10.000.000] –> kbps


Leave a comment

Categories