blob: 3e21cf87d418ded26d2424c8de4ee9feee13d878 [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
Paul Jakmadb968b62017-03-04 00:11:57 +000073for Quagga @value{VERSION}. @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::
Olivier Dugeonec04b9f2016-04-19 19:18:18 +020088* ISIS::
Timo Teräsb1887c82017-01-24 16:42:19 +020089* NHRP::
paul6a22b1f2004-11-07 19:39:13 +000090* BGP::
91* Configuring Quagga as a Route Server::
92* VTY shell::
93* Filtering::
94* Route Map::
95* IPv6 Support::
96* Kernel Interface::
97* SNMP Support::
98* Zebra Protocol::
99* Packet Binary Dump Format::
100* Command Index::
101* VTY Key Index::
Paul Jakmaf912cb42006-07-27 23:30:16 +0000102* Index::
paul718e3742002-12-13 20:15:29 +0000103@end menu
paulb5f310c2004-09-13 13:15:25 +0000104@contents
paul718e3742002-12-13 20:15:29 +0000105
106@include overview.texi
107@include install.texi
108@include basic.texi
109@include main.texi
110@include ripd.texi
111@include ripngd.texi
112@include ospfd.texi
113@include ospf6d.texi
Olivier Dugeonec04b9f2016-04-19 19:18:18 +0200114@include isisd.texi
Timo Teräsb1887c82017-01-24 16:42:19 +0200115@include nhrpd.texi
paul718e3742002-12-13 20:15:29 +0000116@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000117@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000118@include vtysh.texi
119@include filter.texi
120@include routemap.texi
121@include ipv6.texi
122@include kernel.texi
123@include snmp.texi
124@include protocol.texi
125@include appendix.texi
126
paul76b89b42004-11-06 17:13:09 +0000127@node Command Index
paul718e3742002-12-13 20:15:29 +0000128@unnumbered Command Index
129
130@printindex fn
131
paul76b89b42004-11-06 17:13:09 +0000132@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000133@unnumbered VTY Key Index
134
135@printindex ky
136
Paul Jakmaf912cb42006-07-27 23:30:16 +0000137@node Index
138@unnumbered Index
139
140@printindex cp
paul718e3742002-12-13 20:15:29 +0000141@bye