summaryrefslogtreecommitdiff
path: root/doc/quagga.texi
blob: 487ac94278e865f1edeb522b1da588e9aee3f0d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
\input texinfo @c -*- texinfo -*-
@c %**start of header
@setchapternewpage odd
@settitle Quagga
@setfilename quagga.info
@defcodeindex op
@synindex pg cp
@c %**end of header

@c Set variables
@set EDITION 0.1
@set VERSION 0.96
@set UPDATED 12 August 2003
@set UPDATED-MONTH August 2003

@c These may vary with installation environment.
@set INSTALL_PREFIX_ETC /usr/local/etc
@set INSTALL_PREFIX_SBIN /usr/local/sbin

@c Info entry
@dircategory Routing Software:
@direntry
* Quagga: (quagga).		The Quagga routing software
@end direntry

@c @smallbook

@ifinfo
This file documents the @sc{gnu} Quagga software which manages common
TCP/IP routing protocols.

This is Edition @value{EDITION}, last updated @value{UPDATED} of
@cite{The Quagga Manual}, for Quagga Version @value{VERSION}.

Copyright (C) 1999-2004 Kunihiro Ishiguro, et al.

Permission is granted to make and distribute verbatim copies of this
manual provided the copyright notice and this permission notice are
preserved on all copies.

@ignore
Permission is granted to process this file through TeX and print the
results, provided the printed document carries a copyright permission
notice identical to this one except for the removal of this paragraph
(this paragraph not being relevant to the printed manual).

@end ignore
Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the
entire resulting derived work is distributed under the terms of a
permission notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation
approved by Kunihiro Ishiguro.
@end ifinfo

@titlepage
@title Quagga
@subtitle A routing software package for TCP/IP networks
@subtitle Quagga version @value{VERSION}
@subtitle @value{UPDATED-MONTH}
@author Kunihiro Ishiguro, et al

@page
@vskip 0pt plus 1filll
Copyright @copyright{} 1999-2004 Kunihiro Ishiguro, et al.

Permission is granted to make and distribute verbatim copies of
this manual provided the copyright notice and this permission notice
are preserved on all copies.

Permission is granted to copy and distribute modified versions of this
manual under the conditions for verbatim copying, provided that the entire
resulting derived work is distributed under the terms of a permission
notice identical to this one.

Permission is granted to copy and distribute translations of this manual
into another language, under the above conditions for modified versions,
except that this permission notice may be stated in a translation approved
by Kunihiro Ishiguro.
@end titlepage
@page

@ifnottex
@node Top, Overview, (dir), (dir)
@comment  node-name,  next,  previous,  up
@top Quagga
		     
Quagga is a advanced routing software package that provides TCP/IP
based routing protocols.  This is the Quagga Manual for
quagga-@value{VERSION}. Quagga is a fork of GNU Zebra.
@end ifnottex

@menu
* Overview::                    
* Installation::                
* Basic commands::              
* Zebra::                       
* RIP::                         
* RIPng::                       
* OSPFv2::                      
* OSPFv3::                      
* BGP::                         
* VTY shell::                       
* Filtering::                   
* Route Map::                   
* IPv6 Support::                
* Kernel Interface::            
* SNMP Support::                
* Zebra Protocol::              
* Packet Binary Dump Format::   
* Command Index::               
* VTY Key Index::               
@end menu
@summarycontents
@contents

@include overview.texi
@include install.texi
@include basic.texi
@include main.texi
@include ripd.texi
@include ripngd.texi
@include ospfd.texi
@include ospf6d.texi
@include bgpd.texi
@include vtysh.texi
@include filter.texi
@include routemap.texi
@include ipv6.texi
@include kernel.texi
@include snmp.texi
@include protocol.texi
@include appendix.texi

@node Command Index, VTY Key Index, Top, Top
@comment  node-name,  next,  previous,  up
@unnumbered Command Index

@printindex fn

@node VTY Key Index,  , Command Index, Top
@comment  node-name,  next,  previous,  up
@unnumbered VTY Key Index

@printindex ky

@bye