blob: 13e988e6130436d92fd3af019f6c87a6b8d61904 [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}}
Paul Jakma5e558002017-03-09 00:56:32 +00008@iftex
9@afourpaper
10@end iftex
paul718e3742002-12-13 20:15:29 +000011@c %**end of header
12
paul76b89b42004-11-06 17:13:09 +000013@c automake will automatically generate version.texi
14@c and set EDITION, VERSION, UPDATED and UPDATED-MONTH
15@include version.texi
paul718e3742002-12-13 20:15:29 +000016
paul6a22b1f2004-11-07 19:39:13 +000017@copying
pauld751f002005-10-11 04:01:09 +000018@value{COPYRIGHT_STR}
paul6a22b1f2004-11-07 19:39:13 +000019@quotation
pauld751f002005-10-11 04:01:09 +000020
paul718e3742002-12-13 20:15:29 +000021Permission is granted to make and distribute verbatim copies of this
22manual provided the copyright notice and this permission notice are
23preserved on all copies.
24
paul718e3742002-12-13 20:15:29 +000025Permission is granted to copy and distribute modified versions of this
26manual under the conditions for verbatim copying, provided that the
27entire resulting derived work is distributed under the terms of a
28permission notice identical to this one.
29
30Permission is granted to copy and distribute translations of this manual
31into another language, under the above conditions for modified versions,
32except that this permission notice may be stated in a translation
33approved by Kunihiro Ishiguro.
paul6a22b1f2004-11-07 19:39:13 +000034@end quotation
35@end copying
36
37@c Info entry
38@dircategory Routing Software:
39@direntry
pauld751f002005-10-11 04:01:09 +000040* @value{PACKAGE_NAME}: (quagga). The Quagga Software Routing Suite
paul6a22b1f2004-11-07 19:39:13 +000041@end direntry
42
43@c @smallbook
44
45@ifinfo
46This file documents the Quagga Software Routing Suite which manages common
47TCP/IP routing protocols.
48
49This is Edition @value{EDITION}, last updated @value{UPDATED} of
paul30d03832005-04-29 03:16:42 +000050@cite{The Quagga Manual}, for @uref{http://www.quagga.net/,,@value{PACKAGE_NAME}}
paul6a22b1f2004-11-07 19:39:13 +000051Version @value{VERSION}.
52
paul6a22b1f2004-11-07 19:39:13 +000053@insertcopying
paul718e3742002-12-13 20:15:29 +000054@end ifinfo
55
56@titlepage
paul76b89b42004-11-06 17:13:09 +000057@title @uref{http://www.quagga.net,,Quagga}
paul718e3742002-12-13 20:15:29 +000058@subtitle A routing software package for TCP/IP networks
paul30d03832005-04-29 03:16:42 +000059@subtitle @uref{http://www.quagga.net,,@value{PACKAGE_NAME}} @value{VERSION}
paul718e3742002-12-13 20:15:29 +000060@subtitle @value{UPDATED-MONTH}
paul76b89b42004-11-06 17:13:09 +000061@author @value{AUTHORS}
paul718e3742002-12-13 20:15:29 +000062
63@page
64@vskip 0pt plus 1filll
paul718e3742002-12-13 20:15:29 +000065
paul6a22b1f2004-11-07 19:39:13 +000066@insertcopying
paul718e3742002-12-13 20:15:29 +000067@end titlepage
68@page
69
70@ifnottex
paul76b89b42004-11-06 17:13:09 +000071@node Top
paul7190f4e2003-08-12 12:40:20 +000072@top Quagga
paul718e3742002-12-13 20:15:29 +000073
paul76b89b42004-11-06 17:13:09 +000074@uref{http://www.quagga.net,,Quagga} is an advanced routing software package
75that provides a suite of TCP/IP based routing protocols. This is the Manual
Paul Jakmadb968b62017-03-04 00:11:57 +000076for Quagga @value{VERSION}. @uref{http://www.quagga.net,,Quagga} is a fork of
paul76b89b42004-11-06 17:13:09 +000077@uref{http://www.zebra.org,,GNU Zebra}.
pauld751f002005-10-11 04:01:09 +000078
79@insertcopying
paul718e3742002-12-13 20:15:29 +000080@end ifnottex
81
82@menu
paul6a22b1f2004-11-07 19:39:13 +000083* Overview::
84* Installation::
85* Basic commands::
86* Zebra::
87* RIP::
88* RIPng::
89* OSPFv2::
90* OSPFv3::
Olivier Dugeonec04b9f2016-04-19 19:18:18 +020091* ISIS::
Timo Teräsb1887c82017-01-24 16:42:19 +020092* NHRP::
paul6a22b1f2004-11-07 19:39:13 +000093* BGP::
94* Configuring Quagga as a Route Server::
95* VTY shell::
96* Filtering::
97* Route Map::
98* IPv6 Support::
99* Kernel Interface::
100* SNMP Support::
101* Zebra Protocol::
102* Packet Binary Dump Format::
103* Command Index::
104* VTY Key Index::
Paul Jakmaf912cb42006-07-27 23:30:16 +0000105* Index::
paul718e3742002-12-13 20:15:29 +0000106@end menu
paulb5f310c2004-09-13 13:15:25 +0000107@contents
paul718e3742002-12-13 20:15:29 +0000108
109@include overview.texi
110@include install.texi
111@include basic.texi
112@include main.texi
113@include ripd.texi
114@include ripngd.texi
115@include ospfd.texi
116@include ospf6d.texi
Olivier Dugeonec04b9f2016-04-19 19:18:18 +0200117@include isisd.texi
Timo Teräsb1887c82017-01-24 16:42:19 +0200118@include nhrpd.texi
paul718e3742002-12-13 20:15:29 +0000119@include bgpd.texi
paul3e6064f2004-11-08 12:08:35 +0000120@include routeserver.texi
paul718e3742002-12-13 20:15:29 +0000121@include vtysh.texi
122@include filter.texi
123@include routemap.texi
124@include ipv6.texi
125@include kernel.texi
126@include snmp.texi
127@include protocol.texi
128@include appendix.texi
129
paul76b89b42004-11-06 17:13:09 +0000130@node Command Index
paul718e3742002-12-13 20:15:29 +0000131@unnumbered Command Index
132
133@printindex fn
134
paul76b89b42004-11-06 17:13:09 +0000135@node VTY Key Index
paul718e3742002-12-13 20:15:29 +0000136@unnumbered VTY Key Index
137
138@printindex ky
139
Paul Jakmaf912cb42006-07-27 23:30:16 +0000140@node Index
141@unnumbered Index
142
143@printindex cp
paul718e3742002-12-13 20:15:29 +0000144@bye