blob: 65089621a30801bce7bda7dbae9129a5ae0d9e82 [file] [log] [blame]
paul718e3742002-12-13 20:15:29 +00001\input texinfo @c -*- texinfo -*-
Timo Teräsb58c9082013-03-22 08:54:44 +00002
paul718e3742002-12-13 20:15:29 +00003@c %**start of header
paul7190f4e2003-08-12 12:40:20 +00004@setfilename quagga.info
Paul Jakma384d7ad2014-10-09 16:09:10 +01005@c Set variables - sourced from defines.texi
6@include defines.texi
David Lamparterf16195c2014-11-28 08:40:58 +01007@settitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}}
paul718e3742002-12-13 20:15:29 +00008@c %**end of header
9
paul76b89b42004-11-06 17:13:09 +000010@c automake will automatically generate version.texi
11@c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
12@include version.texi
paul718e3742002-12-13 20:15:29 +000013
paul6a22b1f2004-11-07 19:39:13 +000014@copying
pauld751f002005-10-11 04:01:09 +000015@value{COPYRIGHT_STR}
paul6a22b1f2004-11-07 19:39:13 +000016@quotation
pauld751f002005-10-11 04:01:09 +000017
paul718e3742002-12-13 20:15:29 +000018Permission is granted to make and distribute verbatim copies of this
19manual provided the copyright notice and this permission notice are
20preserved on all copies.
21
paul718e3742002-12-13 20:15:29 +000022Permission is granted to copy and distribute modified versions of this
23manual under the conditions for verbatim copying, provided that the
24entire resulting derived work is distributed under the terms of a
25permission notice identical to this one.
26
27Permission is granted to copy and distribute translations of this manual
28into another language, under the above conditions for modified versions,
29except that this permission notice may be stated in a translation
30approved by Kunihiro Ishiguro.
paul6a22b1f2004-11-07 19:39:13 +000031@end quotation
32@end copying
33
34@c Info entry
35@dircategory Routing Software:
36@direntry
pauld751f002005-10-11 04:01:09 +000037* @value{PACKAGE_NAME}: (quagga). The Quagga Software Routing Suite
paul6a22b1f2004-11-07 19:39:13 +000038@end direntry
39
40@c @smallbook
41
42@ifinfo
43This file documents the Quagga Software Routing Suite which manages common
44TCP/IP routing protocols.
45
46This is Edition @value{EDITION}, last updated @value{UPDATED} of
paul30d03832005-04-29 03:16:42 +000047@cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
paul6a22b1f2004-11-07 19:39:13 +000048Version @value{VERSION}.
49
paul6a22b1f2004-11-07 19:39:13 +000050@insertcopying
paul718e3742002-12-13 20:15:29 +000051@end ifinfo
52
53@titlepage
paul76b89b42004-11-06 17:13:09 +000054@title @uref{http://www.quagga.net,,Quagga}
paul718e3742002-12-13 20:15:29 +000055@subtitle A routing software package for TCP/IP networks
paul30d03832005-04-29 03:16:42 +000056@subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
paul718e3742002-12-13 20:15:29 +000057@subtitle @value{UPDATED-MONTH}
paul76b89b42004-11-06 17:13:09 +000058@author @value{AUTHORS}
paul718e3742002-12-13 20:15:29 +000059
60@page
61@vskip 0pt plus 1filll
paul718e3742002-12-13 20:15:29 +000062
paul6a22b1f2004-11-07 19:39:13 +000063@insertcopying
paul718e3742002-12-13 20:15:29 +000064@end titlepage
65@page
66
67@ifnottex
paul76b89b42004-11-06 17:13:09 +000068@node Top
paul7190f4e2003-08-12 12:40:20 +000069@top Quagga
paul718e3742002-12-13 20:15:29 +000070
paul76b89b42004-11-06 17:13:09 +000071@uref{http://www.quagga.net,,Quagga} is an advanced routing software package
72that provides a suite of TCP/IP based routing protocols. This is the Manual
paul30d03832005-04-29 03:16:42 +000073for @value{PACKAGE_STRING}. @uref{http://www.quagga.net,,Quagga} is a fork of
paul76b89b42004-11-06 17:13:09 +000074@uref{http://www.zebra.org,,GNU Zebra}.
pauld751f002005-10-11 04:01:09 +000075
76@insertcopying
paul718e3742002-12-13 20:15:29 +000077@end ifnottex
78
79@menu
paul6a22b1f2004-11-07 19:39:13 +000080* Overview::
81* Installation::
82* Basic commands::
83* Zebra::
84* RIP::
85* RIPng::
86* OSPFv2::
87* OSPFv3::
88* BGP::
89* Configuring Quagga as a Route Server::
90* VTY shell::
91* Filtering::
92* Route Map::
93* IPv6 Support::
94* Kernel Interface::
95* SNMP Support::
96* Zebra Protocol::
97* Packet Binary Dump Format::
98* Command Index::
99* VTY Key Index::
Paul Jakmaf912cb42006-07-27 23:30:16 +0000100* Index::
paul718e3742002-12-13 20:15:29 +0000101@end menu
paulb5f310c2004-09-13 13:15:25 +0000102@contents
paul718e3742002-12-13 20:15:29 +0000103
104@include overview.texi
105@include install.texi
106@include basic.texi
107@include main.texi
108@include ripd.texi
109@include ripngd.texi
110@include ospfd.texi
111@include ospf6d.texi
112@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000113@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000114@include vtysh.texi
115@include filter.texi
116@include routemap.texi
117@include ipv6.texi
118@include kernel.texi
119@include snmp.texi
120@include protocol.texi
121@include appendix.texi
122
paul76b89b42004-11-06 17:13:09 +0000123@node Command Index
paul718e3742002-12-13 20:15:29 +0000124@unnumbered Command Index
125
126@printindex fn
127
paul76b89b42004-11-06 17:13:09 +0000128@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000129@unnumbered VTY Key Index
130
131@printindex ky
132
Paul Jakmaf912cb42006-07-27 23:30:16 +0000133@node Index
134@unnumbered Index
135
136@printindex cp
paul718e3742002-12-13 20:15:29 +0000137@bye