Difference between revisions of "TCP/IP: Quagga Apakah Itu?"

From OnnoWiki
Jump to navigation Jump to search
 
Line 9: Line 9:
 
Tool vtysh di sediakan untuk mengkonfigurasi router Quagga melalui localhost, dengan interface yang unik.
 
Tool vtysh di sediakan untuk mengkonfigurasi router Quagga melalui localhost, dengan interface yang unik.
  
Quagga works independently from the operational system (OS) over which it is installed. This is not the case for the open source Vyatta router or the commercial routers where the OS and the routing engine are built together.
+
Quagga bekerja secara independen dari sistem operasi dimana dia berada.
With Vyatta routers, you can access the operational system (a modified version of the Debian Linux distribution) but even this is not necessary to configure the router.
+
Hal ini tidak berlaku untuk router open source seperti Vyatta  
 +
maupun komersial router dimana sistem operasi dan engine router menjadi satu kesatuan.
  
With commercial routers like Cisco or Nortel, you can access only the router interface.
+
Perlu dicatat bahwa Quagga hanya mempunyai kemampuan routing dan fungsi yang terkait dengan-nya saja.
 
+
Quagga tidak mempunyai fungsi "non-routing" seperti DHCP server, NTP server, ssh access yang
It must be emphasised that Quagga owns only routing capabililies and functionalities associated with it, such as access lists or route maps. It does not provide "non-routing" functionalities such as DHCP server, NTP server/client or ssh access but it is often possible to enable them on the operating system supporting your Quagga router.
+
dapat diberikan oleh sistem operasi dimana Quagga berada.
See the Routers' comparison to get an overview about the functionalities available with Cisco, Vyatty or Quagga routers.
 
  
 
Interface Command Line Quagga sangat mirip dengan Cisco IOS sehingga sangat mudah untuk mengkonfigurasi-nya bagi mereka yang familiar dengam Cisco.
 
Interface Command Line Quagga sangat mirip dengan Cisco IOS sehingga sangat mudah untuk mengkonfigurasi-nya bagi mereka yang familiar dengam Cisco.

Latest revision as of 13:48, 6 November 2013

Quagga adalah software routing open source berbasis pada router Zebra, yang proses pengembangannya telah berhenti di tahun 2003. Quagga mendukung protokol routing standard seperti RIP, OSPF atau BGP dan dapat di instalasi di semua sistem Linux dengan kernel 2.4 atau yang lebih tinggi.

Quagga terdiri atas beberapa daemon, satu daemon per protokol routing dan sebuah daemon bernama Zebra yang berfungsi sebagai kernel routing manajer. Setiap daemon mempunyai file konfigurasi sendiri dan interface terminal yang dapat di akses menggunakan telnet.

Tool vtysh di sediakan untuk mengkonfigurasi router Quagga melalui localhost, dengan interface yang unik.

Quagga bekerja secara independen dari sistem operasi dimana dia berada. Hal ini tidak berlaku untuk router open source seperti Vyatta maupun komersial router dimana sistem operasi dan engine router menjadi satu kesatuan.

Perlu dicatat bahwa Quagga hanya mempunyai kemampuan routing dan fungsi yang terkait dengan-nya saja. Quagga tidak mempunyai fungsi "non-routing" seperti DHCP server, NTP server, ssh access yang dapat diberikan oleh sistem operasi dimana Quagga berada.

Interface Command Line Quagga sangat mirip dengan Cisco IOS sehingga sangat mudah untuk mengkonfigurasi-nya bagi mereka yang familiar dengam Cisco.


Referensi

Pranala Menarik