Rabu, 12 November 2008

Install quagga



Install quagga pakai ports (biasanya di /usr/ports/net/quagga)
bikin file /usr/local/etc/quagga/zebra.conf dengan isi sebagai berikut


hostname zebra@gajah (ini dapat diubah sesuai nama host)
!
interface em0
multicast
no ipv6 nd suppress-ra
!
interface msk0 (sesuaikan dengan nama interface)
multicast
no ipv6 nd suppress-ra
!
interface lo0
!
line vty

bikin file /usr/local/etc/quagga/ospfd.conf dengan isi sebagai berikut

hostname ospfd@gajah
log file /var/log/zebra.log
!
debug ospf lsa refresh
!
interface em0 (sesuaikan dengan interface yang ada)
ip ospf cost 5 (sesuaikan dengan parameter OSPF di jaringan)
ip ospf dead-interval 30
ip ospf priority 10
!
interface msk0
ip ospf cost 5
ip ospf dead-interval 30
ip ospf priority 10
!
router ospf
ospf router-id 167.205.67.187 (sesuaikan dengan IP router)
redistribute static
network 167.205.0.0/16 area 0.0.0.0

Tidak ada komentar:

Posting Komentar

Comment please on My Blog WORLD SECRET