blob: 90aaff1bf884f506946a60f208a6560e9221ad00 [file] [log] [blame]
hasso67e29ab2004-08-26 22:21:31 +00001.TH VTYSH 1 "27 August 2004" "Quagga VTY shell" "Version 0.96.5"
paul718e3742002-12-13 20:15:29 +00002.SH NAME
hasso246c1352004-08-10 12:00:34 +00003vtysh \- a integrated shell for Quagga routing software
paul718e3742002-12-13 20:15:29 +00004.SH SYNOPSIS
5.B vtysh
6[
hasso67e29ab2004-08-26 22:21:31 +00007.B \-f
8.I config-file
9]
10[
hasso246c1352004-08-10 12:00:34 +000011.B \-b
paul718e3742002-12-13 20:15:29 +000012]
hasso246c1352004-08-10 12:00:34 +000013.br
14.B vtysh
15[
hasso67e29ab2004-08-26 22:21:31 +000016.B \-f
17.I config-file
18]
19[
hasso246c1352004-08-10 12:00:34 +000020.B \-c
21.I command
22]
23.SH DESCRIPTION
paul718e3742002-12-13 20:15:29 +000024.B vtysh
25is a integrated shell for
hasso246c1352004-08-10 12:00:34 +000026.B Quagga
paul718e3742002-12-13 20:15:29 +000027routing engine.
paul718e3742002-12-13 20:15:29 +000028.SH OPTIONS
hasso246c1352004-08-10 12:00:34 +000029Options available for the
30.B vtysh
31command:
32.IP "\fB\-b, \-\-boot\fP"
33Execute boot startup configuration. It makes sense only if integrated config
34file is in use (not default in Quagga). See Info file \fBQuagga\fR for more
35info.
36.IP "\fB\-c, \-\-command \fIcommand\fP"
37Specify command to be executed under batch mode. It behaves like -c option in
38any other shell -
39.I command
40is executed and vtysh exits.
paul718e3742002-12-13 20:15:29 +000041
hasso246c1352004-08-10 12:00:34 +000042It's useful for gathering info from Quagga routing software from shell scripts
43etc.
44.IP "\fB\-e, \-\-execute \fIcommand\fP"
hasso67e29ab2004-08-26 22:21:31 +000045Alias for -c. It's here only for compatibility with Zebra routing software and
46older Quagga versions. This will be removed in future.
47.IP "\fB\-f, \-\-config-file \fIconfig-file\fP"
48Specifies the config file to use for startup. If not specified this option will
49likely default to \fB\fI/usr/local/etc/vtysh.conf\fR.
hasso246c1352004-08-10 12:00:34 +000050.IP "\fB\-h, \-\-help\fP"
51Display a usage message on standard output and exit.
hasso00b0bbc2004-03-04 20:41:36 +000052.SH ENVIRONMENT VARIABLES
hasso00b0bbc2004-03-04 20:41:36 +000053.IP "\fBVTYSH_PAGER\fR"
54This should be the name of the pager to use. Default is \fBmore\fR.
paul718e3742002-12-13 20:15:29 +000055.SH FILES
paul718e3742002-12-13 20:15:29 +000056.TP
hasso246c1352004-08-10 12:00:34 +000057.BI /usr/local/etc/vtysh.conf
paul718e3742002-12-13 20:15:29 +000058The default location of the
59.B vtysh
60config file.
hasso246c1352004-08-10 12:00:34 +000061.TP
62.BI /usr/local/etc/Quagga.conf
63The default location of the integrated Quagga routing engine config file
64if integrated config file is in use (not default).
paul718e3742002-12-13 20:15:29 +000065.SH WARNING
hasso246c1352004-08-10 12:00:34 +000066This man page is intended to be a quick reference for command line
67options. The definitive document is the Info file \fBQuagga\fR.
paul718e3742002-12-13 20:15:29 +000068.SH "SEE ALSO"
hasso246c1352004-08-10 12:00:34 +000069.BR bgpd (8),
70.BR ripd (8),
71.BR ripngd (8),
72.BR ospfd (8),
73.BR ospf6d (8),
74.BR isisd (8),
75.BR zebra (8)
paul718e3742002-12-13 20:15:29 +000076.SH BUGS
hasso246c1352004-08-10 12:00:34 +000077Running the command which outputs large amount of data through pager ("show ip
78ospf database", "show ip bgp" etc. in big networks) will cause daemon to be
79unresponsive until vtysh returns back to the prompt.
80
paul718e3742002-12-13 20:15:29 +000081.B vtysh
82eats bugs for breakfast. If you have food for the maintainers try
hasso00b0bbc2004-03-04 20:41:36 +000083.BI http://bugzilla.quagga.net
hasso246c1352004-08-10 12:00:34 +000084.SH AUTHORS
85See
86.BI http://www.zebra.org
87and
88.BI http://www.quagga.org
89or the Info file for an accurate list of authors.
paul718e3742002-12-13 20:15:29 +000090