hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 1 | .TH VTYSH 1 "10 August 2004" "Quagga VTY shell" "Version 0.96.5" |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 2 | .SH NAME |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 3 | vtysh \- a integrated shell for Quagga routing software |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 4 | .SH SYNOPSIS |
| 5 | .B vtysh |
| 6 | [ |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 7 | .B \-b |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 8 | ] |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 9 | .br |
| 10 | .B vtysh |
| 11 | [ |
| 12 | .B \-c |
| 13 | .I command |
| 14 | ] |
| 15 | .SH DESCRIPTION |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 16 | .B vtysh |
| 17 | is a integrated shell for |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 18 | .B Quagga |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 19 | routing engine. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 20 | .SH OPTIONS |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 21 | Options available for the |
| 22 | .B vtysh |
| 23 | command: |
| 24 | .IP "\fB\-b, \-\-boot\fP" |
| 25 | Execute boot startup configuration. It makes sense only if integrated config |
| 26 | file is in use (not default in Quagga). See Info file \fBQuagga\fR for more |
| 27 | info. |
| 28 | .IP "\fB\-c, \-\-command \fIcommand\fP" |
| 29 | Specify command to be executed under batch mode. It behaves like -c option in |
| 30 | any other shell - |
| 31 | .I command |
| 32 | is executed and vtysh exits. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 33 | |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 34 | It's useful for gathering info from Quagga routing software from shell scripts |
| 35 | etc. |
| 36 | .IP "\fB\-e, \-\-execute \fIcommand\fP" |
| 37 | Alias for -c. It's only for compatibility with Zebra routing software and older |
| 38 | Quagga versions and this might be removed in future. |
| 39 | .IP "\fB\-h, \-\-help\fP" |
| 40 | Display a usage message on standard output and exit. |
hasso | 00b0bbc | 2004-03-04 20:41:36 +0000 | [diff] [blame] | 41 | .SH ENVIRONMENT VARIABLES |
hasso | 00b0bbc | 2004-03-04 20:41:36 +0000 | [diff] [blame] | 42 | .IP "\fBVTYSH_PAGER\fR" |
| 43 | This should be the name of the pager to use. Default is \fBmore\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 44 | .SH FILES |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 45 | .TP |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 46 | .BI /usr/local/etc/vtysh.conf |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 47 | The default location of the |
| 48 | .B vtysh |
| 49 | config file. |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 50 | .TP |
| 51 | .BI /usr/local/etc/Quagga.conf |
| 52 | The default location of the integrated Quagga routing engine config file |
| 53 | if integrated config file is in use (not default). |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 54 | .SH WARNING |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 55 | This man page is intended to be a quick reference for command line |
| 56 | options. The definitive document is the Info file \fBQuagga\fR. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 57 | .SH "SEE ALSO" |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 58 | .BR bgpd (8), |
| 59 | .BR ripd (8), |
| 60 | .BR ripngd (8), |
| 61 | .BR ospfd (8), |
| 62 | .BR ospf6d (8), |
| 63 | .BR isisd (8), |
| 64 | .BR zebra (8) |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 65 | .SH BUGS |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 66 | Running the command which outputs large amount of data through pager ("show ip |
| 67 | ospf database", "show ip bgp" etc. in big networks) will cause daemon to be |
| 68 | unresponsive until vtysh returns back to the prompt. |
| 69 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 70 | .B vtysh |
| 71 | eats bugs for breakfast. If you have food for the maintainers try |
hasso | 00b0bbc | 2004-03-04 20:41:36 +0000 | [diff] [blame] | 72 | .BI http://bugzilla.quagga.net |
hasso | 246c135 | 2004-08-10 12:00:34 +0000 | [diff] [blame] | 73 | .SH AUTHORS |
| 74 | See |
| 75 | .BI http://www.zebra.org |
| 76 | and |
| 77 | .BI http://www.quagga.org |
| 78 | or the Info file for an accurate list of authors. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 79 | |