paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | .TH VTYSH 1 "July 2000" "Zebra Beast - VTY shell" "Version 0.88" |
| 2 | |
| 3 | .SH NAME |
| 4 | vtysh \- a integrated shell for Zebra routing software |
| 5 | |
| 6 | .SH SYNOPSIS |
| 7 | .B vtysh |
| 8 | [ |
| 9 | .B \-e command |
| 10 | ] |
| 11 | |
| 12 | .SH DESCBGPTION |
| 13 | .B vtysh |
| 14 | is a integrated shell for |
| 15 | .B Zebra |
| 16 | routing engine. |
| 17 | |
| 18 | |
| 19 | .SH OPTIONS |
| 20 | |
| 21 | .TP |
hasso | 4991f6c | 2004-04-06 11:36:17 +0000 | [diff] [blame] | 22 | \fB\-c |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 23 | Specify command to be executed under batch mode. |
| 24 | |
| 25 | |
| 26 | .SH COMMANDS |
| 27 | |
| 28 | \fB Almost Zebra commands. |
| 29 | |
| 30 | \fB ping |
| 31 | \fB traceroute |
| 32 | \fB telnnet |
| 33 | |
| 34 | \fB start-shell |
| 35 | \fB start-shell bash |
| 36 | \fB start-shell zsh |
| 37 | |
hasso | 00b0bbc | 2004-03-04 20:41:36 +0000 | [diff] [blame] | 38 | .SH ENVIRONMENT VARIABLES |
| 39 | |
| 40 | .IP "\fBVTYSH_PAGER\fR" |
| 41 | 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] | 42 | |
| 43 | .SH FILES |
| 44 | |
| 45 | .TP |
| 46 | .BI /usr/local/etc/Zebra.conf |
| 47 | The default location of the |
| 48 | .B vtysh |
| 49 | config file. |
| 50 | |
| 51 | |
| 52 | .SH WARNING |
| 53 | This man page is intended as a quick reference for command line |
| 54 | options, and for config file commands. The definitive document is the |
| 55 | Info file \fBZebra\fR. |
| 56 | |
| 57 | |
| 58 | .SH "SEE ALSO" |
| 59 | References to other related man pages: |
| 60 | |
| 61 | bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8) |
| 62 | |
| 63 | |
| 64 | .SH BUGS |
| 65 | .B vtysh |
| 66 | eats bugs for breakfast. If you have food for the maintainers try |
hasso | 00b0bbc | 2004-03-04 20:41:36 +0000 | [diff] [blame] | 67 | .BI http://bugzilla.quagga.net |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 68 | |
| 69 | |
| 70 | .SH AUTHOR[S] |
| 71 | See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors. |
| 72 | |