blob: 30c03c890b49bebc4e5b49147e7c236d07c49ba9 (
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
|
.TH VTYSH 1 "July 2000" "Zebra Beast - VTY shell" "Version 0.88"
.SH NAME
vtysh \- a integrated shell for Zebra routing software
.SH SYNOPSIS
.B vtysh
[
.B \-e command
]
.SH DESCBGPTION
.B vtysh
is a integrated shell for
.B Zebra
routing engine.
.SH OPTIONS
.TP
\fB\-e
Specify command to be executed under batch mode.
.SH COMMANDS
\fB Almost Zebra commands.
\fB ping
\fB traceroute
\fB telnnet
\fB start-shell
\fB start-shell bash
\fB start-shell zsh
.SH ENVIRONMENT VARIABLES
.IP "\fBVTYSH_PAGER\fR"
This should be the name of the pager to use. Default is \fBmore\fR.
.SH FILES
.TP
.BI /usr/local/etc/Zebra.conf
The default location of the
.B vtysh
config file.
.SH WARNING
This man page is intended as a quick reference for command line
options, and for config file commands. The definitive document is the
Info file \fBZebra\fR.
.SH "SEE ALSO"
References to other related man pages:
bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8)
.SH BUGS
.B vtysh
eats bugs for breakfast. If you have food for the maintainers try
.BI http://bugzilla.quagga.net
.SH AUTHOR[S]
See <\fBwww.zebra.org\fR>, or the Info file for an accurate list of authors.
|