1VTYSH(1)                        Version 0.96.5                        VTYSH(1)
2
3
4

NAME

6       vtysh - a integrated shell for Quagga routing software
7

SYNOPSIS

9       vtysh [ -b ]
10       vtysh [ -E ] [ -d daemon ] ] [ -c command ]
11

DESCRIPTION

13       vtysh is a integrated shell for Quagga routing engine.
14

OPTIONS

16       Options available for the vtysh command:
17
18       -b, --boot
19              Execute boot startup configuration. It makes sense only if inte‐
20              grated config file is in use (not default in Quagga).  See  Info
21              file Quagga for more info.
22
23       -c, --command command
24              Specify command to be executed under batch mode. It behaves like
25              -c option in any other shell - command  is  executed  and  vtysh
26              exits.
27
28              It's  useful  for gathering info from Quagga routing software or
29              reconfiguring daemons from inside shell scripts, etc.  Note that
30              multiple  commands  may  be  executed  by using more than one -c
31              option and/or embedding linefeed characters inside  the  command
32              string.
33
34       -d, --daemon daemon_name
35              Specify  which daemon to connect to.  By default, vtysh attempts
36              to connect to all Quagga daemons running on  the  system.   With
37              this  flag,  one  can  specify  a  single  daemon  to connect to
38              instead.  For example, specifying '-d ospfd' will  connect  only
39              to  ospfd.   This can be particularly useful inside scripts with
40              -c where the command is targeted for a single daemon.
41
42       -e, --execute command
43              Alias for -c. It's here only for compatibility with Zebra  rout‐
44              ing  software and older Quagga versions. This will be removed in
45              future.
46
47       -E, --echo
48              When the -c option is being used, this flag will cause the stan‐
49              dard  vtysh  prompt and command to be echoed prior to displaying
50              the results.   This  is  particularly  useful  to  separate  the
51              results when executing multiple commands.
52
53       -h, --help
54              Display a usage message on standard output and exit.
55

ENVIRONMENT VARIABLES

57       VTYSH_PAGER
58              This should be the name of the pager to use. Default is more.
59

FILES

61       /usr/local/etc/vtysh.conf
62              The default location of the vtysh config file.
63
64       /usr/local/etc/Quagga.conf
65              The  default  location  of  the integrated Quagga routing engine
66              config file if integrated config file is in use (not default).
67

WARNING

69       This man page is intended to be a  quick  reference  for  command  line
70       options. The definitive document is the Info file Quagga.
71

SEE ALSO

73       bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8)
74

BUGS

76       vtysh eats bugs for breakfast. If you have food for the maintainers try
77       http://bugzilla.quagga.net
78

AUTHORS

80       See http://www.zebra.org and http://www.quagga.org or the Info file for
81       an accurate list of authors.
82
83
84
85
86Quagga VTY shell                 27 July 2006                         VTYSH(1)
Impressum