Next: , Previous: , Up: Basic commands   [Contents][Index]


3.3 Common Invocation Options

These options apply to all Quagga daemons.

-d
--daemon

Runs in daemon mode.

-f file
--config_file=file

Set configuration file name.

-h
--help

Display this help and exit.

-i file
--pid_file=file

Upon startup the process identifier of the daemon is written to a file, typically in /var/run. This file can be used by the init system to implement commands such as …/init.d/zebra status, …/init.d/zebra restart or …/init.d/zebra stop.

The file name is an run-time option rather than a configure-time option so that multiple routing daemons can be run simultaneously. This is useful when using Quagga to implement a routing looking glass. One machine can be used to collect differing routing views from differing points in the network.

-A address
--vty_addr=address

Set the VTY local address to bind to. If set, the VTY socket will only be bound to this address.

-P port
--vty_port=port

Set the VTY TCP port number. If set to 0 then the TCP VTY sockets will not be opened.

-u user
--vty_addr=user

Set the user and group to run as.

-v
--version

Print program version.