1VTYSH(1) Version 0.96.5 VTYSH(1)
2
3
4
6 vtysh - a integrated shell for Quagga routing software
7
9 vtysh [ -b ]
10 vtysh [ -E ] [ -d daemon ] ] [ -c command ]
11
13 vtysh is a integrated shell for Quagga routing engine.
14
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
57 VTYSH_PAGER
58 This should be the name of the pager to use. Default is more.
59
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
68 ${HOME}/.history_quagga
69 Location of history of commands entered via cli
70
72 This man page is intended to be a quick reference for command line
73 options. The definitive document is the Info file Quagga.
74
76 bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8)
77
79 vtysh eats bugs for breakfast. If you have food for the maintainers try
80 http://bugzilla.quagga.net
81
83 See http://www.zebra.org and http://www.quagga.net or the Info file for
84 an accurate list of authors.
85
86
87
88
89Quagga VTY shell 27 July 2006 VTYSH(1)