blob: 6831b30cdf433faf2c9ed0c8ffc9fa07e24ecbb8 [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::
Olivier Dugeonec04b9f2016-04-19 19:18:18 +020088* ISIS::
paul6a22b1f2004-11-07 19:39:13 +000089* BGP::
90* Configuring Quagga as a Route Server::
91* VTY shell::
92* Filtering::
93* Route Map::
94* IPv6 Support::
95* Kernel Interface::
96* SNMP Support::
97* Zebra Protocol::
98* Packet Binary Dump Format::
99* Command Index::
100* VTY Key Index::
Paul Jakmaf912cb42006-07-27 23:30:16 +0000101* Index::
paul718e3742002-12-13 20:15:29 +0000102@end menu
paulb5f310c2004-09-13 13:15:25 +0000103@contents
paul718e3742002-12-13 20:15:29 +0000104
105@include overview.texi
106@include install.texi
107@include basic.texi
108@include main.texi
109@include ripd.texi
110@include ripngd.texi
111@include ospfd.texi
112@include ospf6d.texi
Olivier Dugeonec04b9f2016-04-19 19:18:18 +0200113@include isisd.texi
paul718e3742002-12-13 20:15:29 +0000114@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000115@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000116@include vtysh.texi
117@include filter.texi
118@include routemap.texi
119@include ipv6.texi
120@include kernel.texi
121@include snmp.texi
122@include protocol.texi
123@include appendix.texi
124
paul76b89b42004-11-06 17:13:09 +0000125@node Command Index
paul718e3742002-12-13 20:15:29 +0000126@unnumbered Command Index
127
128@printindex fn
129
paul76b89b42004-11-06 17:13:09 +0000130@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000131@unnumbered VTY Key Index
132
133@printindex ky
134
Paul Jakmaf912cb42006-07-27 23:30:16 +0000135@node Index
136@unnumbered Index
137
138@printindex cp
paul718e3742002-12-13 20:15:29 +0000139@bye