1OSPFD(8) Version 0.97.3 OSPFD(8)
2
3
4
6 ospfd - an OSPFv2 routing engine for use with Quagga routing software.
7
9 ospfd [ -dhlv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [
10 -A vty-address ] [ -u user ] [ -g group ]
11
13 ospfd is a routing component that works with the Quagga routing engine.
14
16 Options available for the ospfd command:
17
18 -d, --daemon
19 Runs in daemon mode, forking and exiting from tty.
20
21 -f, --config-file config-file
22 Specifies the config file to use for startup. If not specified
23 this option will likely default to /usr/local/etc/ospfd.conf.
24
25 -g, --group group
26 Specify the group to run as. Default is quagga.
27
28 -h, --help
29 A brief message.
30
31 -i, --pid_file pid-file
32 When ospfd starts its process identifier is written to pid-file.
33 The init system uses the recorded PID to stop or restart ospfd.
34 The likely default is /var/run/ospfd.pid.
35
36 -P, --vty_port port-number
37 Specify the port that the ospfd VTY will listen on. This
38 defaults to 2604, as specified in /etc/services.
39
40 -A, --vty_addr vty-address
41 Specify the address that the ospfd VTY will listen on. Default
42 is all interfaces.
43
44 -u, --user user
45 Specify the user to run as. Default is quagga.
46
47 -a, --apiserver
48 Enable OSPF apiserver. Default is disabled.
49
50 -v, --version
51 Print the version and exit.
52
54 /usr/local/sbin/ospfd
55 The default location of the ospfd binary.
56
57 /usr/local/etc/ospfd.conf
58 The default location of the ospfd config file.
59
60 $(PWD)/ospfd.log
61 If the ospfd process is config'd to output logs to a file, then
62 you will find this file in the directory where you started
63 ospfd.
64
66 This man page is intended to be a quick reference for command line
67 options. The definitive document is the Info file Quagga.
68
70 The ospfd process may log to standard output, to a VTY, to a log file,
71 or through syslog to the system logs. ospfd supports many debugging
72 options, see the Info file, or the source for details.
73
75 bgpd(8), ripd(8), ripngd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)
76
78 ospfd eats bugs for breakfast. If you have food for the maintainers try
79 http://bugzilla.quagga.net
80
82 See http://www.zebra.org and http://www.quagga.net or the Info file for
83 an accurate list of authors.
84
85
86
87
88Quagga OSPFv2 daemon 25 November 2004 OSPFD(8)