]> git.proxmox.com Git - mirror_frr.git/blame - doc/vtysh.1
bgpd: Fix route install upon multipath nexthop change
[mirror_frr.git] / doc / vtysh.1
CommitLineData
f366ad31 1.TH VTYSH 1 "27 July 2006" "Quagga VTY shell" "Version 0.96.5"
718e3744 2.SH NAME
246c135e 3vtysh \- a integrated shell for Quagga routing software
718e3744 4.SH SYNOPSIS
5.B vtysh
6[
246c135e 7.B \-b
718e3744 8]
246c135e 9.br
10.B vtysh
11[
f366ad31
AS
12.B \-E
13] [
14.B \-d
15.I daemon
16]
17] [
246c135e 18.B \-c
19.I command
20]
21.SH DESCRIPTION
718e3744 22.B vtysh
23is a integrated shell for
246c135e 24.B Quagga
718e3744 25routing engine.
718e3744 26.SH OPTIONS
246c135e 27Options available for the
28.B vtysh
29command:
30.IP "\fB\-b, \-\-boot\fP"
31Execute boot startup configuration. It makes sense only if integrated config
32file is in use (not default in Quagga). See Info file \fBQuagga\fR for more
33info.
34.IP "\fB\-c, \-\-command \fIcommand\fP"
35Specify command to be executed under batch mode. It behaves like -c option in
36any other shell -
37.I command
f366ad31
AS
38is executed and
39.B vtysh
40exits.
246c135e 41
f366ad31
AS
42It's useful for gathering info from Quagga routing software or reconfiguring
43daemons from inside shell scripts, etc.
44Note that multiple commands may be executed by using more than one
45-c option and/or embedding linefeed characters inside the
46.I command
47string.
48.IP "\fB\-d, \-\-daemon \fIdaemon_name\fP"
49Specify which daemon to connect to. By default,
50.B vtysh
51attempts to connect to all Quagga daemons running on the system. With this
52flag, one can specify a single daemon to connect to instead. For example,
53specifying '-d ospfd' will connect only to ospfd. This can be particularly
54useful inside scripts with -c where the command is targeted for a single daemon.
246c135e 55.IP "\fB\-e, \-\-execute \fIcommand\fP"
67e29abc 56Alias for -c. It's here only for compatibility with Zebra routing software and
57older Quagga versions. This will be removed in future.
f366ad31
AS
58.IP "\fB\-E, \-\-echo\fP"
59When the -c option is being used, this flag will cause the standard
60.B vtysh
61prompt and command to be echoed prior to displaying the results.
62This is particularly useful to separate the results
63when executing multiple commands.
246c135e 64.IP "\fB\-h, \-\-help\fP"
65Display a usage message on standard output and exit.
00b0bbcd 66.SH ENVIRONMENT VARIABLES
00b0bbcd 67.IP "\fBVTYSH_PAGER\fR"
68This should be the name of the pager to use. Default is \fBmore\fR.
718e3744 69.SH FILES
718e3744 70.TP
b212c9df 71.BI /etc/quagga/vtysh.conf
718e3744 72The default location of the
73.B vtysh
74config file.
246c135e 75.TP
b212c9df 76.BI /etc/quagga/Quagga.conf
246c135e 77The default location of the integrated Quagga routing engine config file
78if integrated config file is in use (not default).
fba55c8a
DS
79.TP
80.BI ${HOME}/.history_quagga
81Location of history of commands entered via cli
718e3744 82.SH WARNING
246c135e 83This man page is intended to be a quick reference for command line
84options. The definitive document is the Info file \fBQuagga\fR.
718e3744 85.SH "SEE ALSO"
246c135e 86.BR bgpd (8),
87.BR ripd (8),
88.BR ripngd (8),
89.BR ospfd (8),
90.BR ospf6d (8),
91.BR isisd (8),
92.BR zebra (8)
718e3744 93.SH BUGS
94.B vtysh
95eats bugs for breakfast. If you have food for the maintainers try
00b0bbcd 96.BI http://bugzilla.quagga.net
246c135e 97.SH AUTHORS
98See
99.BI http://www.zebra.org
100and
2bbd71aa 101.BI http://www.quagga.net
246c135e 102or the Info file for an accurate list of authors.
718e3744 103