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

From OnnoWiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
Quagga is an open source routing software based on the Zebra router, for which development was stopped in 2003. It supports the main standardised routing protocols such as RIP, OSPF or BGP and can be installed on any Linux system with a 2.4 or higher kernel.
+
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 is composed of several daemons, one per routing protocol and another one called Zebra acting as the kernel routing manager. Each daemon has its own configuration file and terminal interface which can be accessed by telnet.
+
Quagga terdiri atas beberapa daemon,  
The vtysh tool is provided to configure the Quagga router from the localhost, in a unique interface.
+
satu daemon per protokol routing dan sebuah daemon bernama Zebra yang berfungsi sebagai kernel routing manajer.
See the Quagga tutorial for instructions on configuring the router.
+
Setiap daemon mempunyai file konfigurasi sendiri dan interface terminal yang dapat di akses menggunakan telnet.
  
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.
+
Tool vtysh di sediakan untuk mengkonfigurasi router Quagga melalui localhost, dengan interface yang unik.
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.
 
With commercial routers like Cisco or Nortel, you can access only the router interface.
 
  
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.
+
Quagga bekerja secara independen dari sistem operasi dimana dia berada.
See the Routers' comparison to get an overview about the functionalities available with Cisco, Vyatty or Quagga routers.
+
Hal ini tidak berlaku untuk router open source seperti Vyatta
 +
maupun komersial router dimana sistem operasi dan engine router menjadi satu kesatuan.
  
quagga animal The Quagga Command line Interface is very similar to the Cisco IOS software allows it to be configured very easily for those who are familiar with Cisco.
+
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.
  
And finally, little story: the word 'quagga' comes from an extinct animal which was a subspecies of the plains zebra.
 
  
 
==Referensi==
 
==Referensi==
  
 
* http://openmaniak.com/quagga_pre.php
 
* http://openmaniak.com/quagga_pre.php
 +
 +
==Pranala Menarik==
 +
 +
* [[TCP/IP: Quagga Apakah Itu?]]
 +
* [[TCP/IP: Quagga Prasyarat & Instalasi]]
 +
* [[TCP/IP: Quagga Bagaimana cara menggunakan]]
 +
* [[TCP/IP: Quagga Perbandingan Fungsi Router]]
 +
* [[TCP/IP: Quagga Statik Routing]]
 +
* [[TCP/IP: Quagga RIP]]
 +
* [[TCP/IP: Quagga OSPF sederhana]]
 +
* [[TCP/IP: Quagga OSPF lanjut]]
 +
* [[TCP/IP: Quagga BGP]]

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