<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenWRT%3A_quagga_ospf</id>
	<title>OpenWRT: quagga ospf - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://lms.onnocenter.or.id/wiki/index.php?action=history&amp;feed=atom&amp;title=OpenWRT%3A_quagga_ospf"/>
	<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;action=history"/>
	<updated>2026-04-20T16:45:14Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.45.1</generator>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;diff=52748&amp;oldid=prev</id>
		<title>Onnowpurbo at 04:21, 18 November 2018</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;diff=52748&amp;oldid=prev"/>
		<updated>2018-11-18T04:21:23Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;a href=&quot;https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;amp;diff=52748&amp;amp;oldid=52725&quot;&gt;Show changes&lt;/a&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
	<entry>
		<id>https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;diff=52725&amp;oldid=prev</id>
		<title>Onnowpurbo: Created page with &quot;sumber: https://www.nongnu.org/quagga/docs/docs-multi/OSPF-Configuration-Examples.html#OSPF-Configuration-Examples   7.12 OSPF Configuration Examples  A simple example, with M...&quot;</title>
		<link rel="alternate" type="text/html" href="https://lms.onnocenter.or.id/wiki/index.php?title=OpenWRT:_quagga_ospf&amp;diff=52725&amp;oldid=prev"/>
		<updated>2018-11-15T00:47:15Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;sumber: https://www.nongnu.org/quagga/docs/docs-multi/OSPF-Configuration-Examples.html#OSPF-Configuration-Examples   7.12 OSPF Configuration Examples  A simple example, with M...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;sumber: https://www.nongnu.org/quagga/docs/docs-multi/OSPF-Configuration-Examples.html#OSPF-Configuration-Examples&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
7.12 OSPF Configuration Examples&lt;br /&gt;
&lt;br /&gt;
A simple example, with MD5 authentication enabled:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
interface bge0&lt;br /&gt;
 ip ospf authentication message-digest&lt;br /&gt;
 ip ospf message-digest-key 1 md5 ABCDEFGHIJK&lt;br /&gt;
!&lt;br /&gt;
router ospf&lt;br /&gt;
 network 192.168.0.0/16 area 0.0.0.1&lt;br /&gt;
 area 0.0.0.1 authentication message-digest&lt;br /&gt;
&lt;br /&gt;
An ABR router, with MD5 authentication and performing summarisation of networks between the areas:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
password ABCDEF&lt;br /&gt;
log file /var/log/quagga/ospfd.log&lt;br /&gt;
service advanced-vty&lt;br /&gt;
!&lt;br /&gt;
interface eth0&lt;br /&gt;
 ip ospf authentication message-digest&lt;br /&gt;
 ip ospf message-digest-key 1 md5 ABCDEFGHIJK&lt;br /&gt;
!&lt;br /&gt;
interface ppp0&lt;br /&gt;
!&lt;br /&gt;
interface br0&lt;br /&gt;
 ip ospf authentication message-digest&lt;br /&gt;
 ip ospf message-digest-key 2 md5 XYZ12345&lt;br /&gt;
!&lt;br /&gt;
router ospf&lt;br /&gt;
 ospf router-id 192.168.0.1&lt;br /&gt;
 redistribute connected&lt;br /&gt;
 passive interface ppp0&lt;br /&gt;
 network 192.168.0.0/24 area 0.0.0.0&lt;br /&gt;
 network 10.0.0.0/16 area 0.0.0.0&lt;br /&gt;
 network 192.168.1.0/24 area 0.0.0.1&lt;br /&gt;
 area 0.0.0.0 authentication message-digest&lt;br /&gt;
 area 0.0.0.0 range 10.0.0.0/16&lt;br /&gt;
 area 0.0.0.0 range 192.168.0.0/24&lt;br /&gt;
 area 0.0.0.1 authentication message-digest&lt;br /&gt;
 area 0.0.0.1 range 10.2.0.0/16&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
A Traffic Engineering configuration, with Inter-ASv2 support.&lt;br /&gt;
&lt;br /&gt;
- First, the ’zebra.conf’ part:&lt;br /&gt;
&lt;br /&gt;
hostname HOSTNAME&lt;br /&gt;
password PASSWORD&lt;br /&gt;
log file /var/log/zebra.log&lt;br /&gt;
!&lt;br /&gt;
interface eth0&lt;br /&gt;
 ip address 198.168.1.1/24&lt;br /&gt;
 mpls-te on&lt;br /&gt;
 mpls-te link metric 10&lt;br /&gt;
 mpls-te link max-bw 1.25e+06&lt;br /&gt;
 mpls-te link max-rsv-bw 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 0 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 1 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 2 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 3 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 4 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 5 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 6 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 7 1.25e+06&lt;br /&gt;
 mpls-te link rsc-clsclr 0xab&lt;br /&gt;
!&lt;br /&gt;
interface eth1&lt;br /&gt;
 ip address 192.168.2.1/24&lt;br /&gt;
 mpls-te on&lt;br /&gt;
 mpls-te link metric 10&lt;br /&gt;
 mpls-te link max-bw 1.25e+06&lt;br /&gt;
 mpls-te link max-rsv-bw 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 0 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 1 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 2 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 3 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 4 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 5 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 6 1.25e+06&lt;br /&gt;
 mpls-te link unrsv-bw 7 1.25e+06&lt;br /&gt;
 mpls-te link rsc-clsclr 0xab&lt;br /&gt;
 mpls-te neighbor 192.168.2.2 as 65000&lt;br /&gt;
&lt;br /&gt;
- Then the ’ospfd.conf’ itself:&lt;br /&gt;
&lt;br /&gt;
hostname HOSTNAME&lt;br /&gt;
password PASSWORD&lt;br /&gt;
log file /var/log/ospfd.log&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
interface eth0&lt;br /&gt;
 ip ospf hello-interval 60&lt;br /&gt;
 ip ospf dead-interval 240&lt;br /&gt;
!&lt;br /&gt;
interface eth1&lt;br /&gt;
 ip ospf hello-interval 60&lt;br /&gt;
 ip ospf dead-interval 240&lt;br /&gt;
!&lt;br /&gt;
!&lt;br /&gt;
router ospf&lt;br /&gt;
 ospf router-id 192.168.1.1&lt;br /&gt;
 network 192.168.0.0/16 area 1&lt;br /&gt;
 ospf opaque-lsa&lt;br /&gt;
  mpls-te&lt;br /&gt;
  mpls-te router-address 192.168.1.1&lt;br /&gt;
  mpls-te inter-as area 1&lt;br /&gt;
!&lt;br /&gt;
line vty&lt;br /&gt;
&lt;br /&gt;
A router information example with PCE advsertisement:&lt;br /&gt;
&lt;br /&gt;
!&lt;br /&gt;
router ospf&lt;br /&gt;
 ospf router-id 192.168.1.1&lt;br /&gt;
 network 192.168.0.0/16 area 1&lt;br /&gt;
 capability opaque&lt;br /&gt;
  mpls-te&lt;br /&gt;
  mpls-te router-address 192.168.1.1&lt;br /&gt;
 router-info area 0.0.0.1&lt;br /&gt;
  pce address 192.168.1.1&lt;br /&gt;
  pce flag 0x80&lt;br /&gt;
  pce domain as 65400&lt;br /&gt;
  pce neighbor as 65500&lt;br /&gt;
  pce neighbor as 65200&lt;br /&gt;
  pce scope 0x80&lt;br /&gt;
!&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Referensi==&lt;br /&gt;
&lt;br /&gt;
* https://www.nongnu.org/quagga/docs/docs-multi/OSPF-Configuration-Examples.html#OSPF-Configuration-Examples&lt;br /&gt;
&lt;br /&gt;
==Pranala Menarik==&lt;br /&gt;
&lt;br /&gt;
* [[OpenWRT]]&lt;/div&gt;</summary>
		<author><name>Onnowpurbo</name></author>
	</entry>
</feed>