Difference between revisions of "OpenWRT: quagga"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
− | |||
− | + | ==Install== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | opkg update | |
− | + | opkg install quagga | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | ==Quagga Daemon== | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Restart Quagga service: | |
− | + | /etc/init.d/quagga restart | |
− | |||
− | |||
− | |||
− | |||
− | + | Cek | |
− | |||
+ | ps | ||
− | |||
− | + | ==Konfigurasi== | |
− | |||
− | + | File /etc/quagga/zebra.conf: | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
hostname jandakot | hostname jandakot | ||
Line 119: | Line 40: | ||
! | ! | ||
line vty | line vty | ||
− | |||
− | |||
− | |||
− | |||
Latest revision as of 13:45, 12 January 2022
sumber: https://openmaniak.com/quagga_tutorial.php
Install
opkg update opkg install quagga
Quagga Daemon
Restart Quagga service:
/etc/init.d/quagga restart
Cek
ps
Konfigurasi
File /etc/quagga/zebra.conf:
hostname jandakot ! define password for bgpd daemon (for connecting to daemon via telnet) password insertpasswordhere ! define enable password for bgpd daemon (for connecting to daemon via telnet) enable password insertpasswordhere ! ! list interfaces interface eth1 interface vlan0 interface vlan1 interface lo ! ! null route to consolidate all subnets in this /24 ip route 10.60.86.0/24 Null0 255 ! line vty