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 -l, --log_mode
37 Turn verbose logging on.
38
39 -P, --vty_port port-number
40 Specify the port that the ospfd VTY will listen on. This
41 defaults to 2604, as specified in /etc/services.
42
43 -A, --vty_addr vty-address
44 Specify the address that the ospfd VTY will listen on. Default
45 is all interfaces.
46
47 -u, --user user
48 Specify the user to run as. Default is quagga.
49
50 -a, --apiserver
51 Enable OSPF apiserver. Default is disabled.
52
53 -v, --version
54 Print the version and exit.
55
57 /usr/local/sbin/ospfd
58 The default location of the ospfd binary.
59
60 /usr/local/etc/ospfd.conf
61 The default location of the ospfd config file.
62
63 $(PWD)/ospfd.log
64 If the ospfd process is config'd to output logs to a file, then
65 you will find this file in the directory where you started
66 ospfd.
67
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
73 The ospfd process may log to standard output, to a VTY, to a log file,
74 or through syslog to the system logs. ospfd supports many debugging
75 options, see the Info file, or the source for details.
76
78 bgpd(8), ripd(8), ripngd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)
79
81 ospfd eats bugs for breakfast. If you have food for the maintainers try
82 http://bugzilla.quagga.net
83
85 See http://www.zebra.org and http://www.quagga.org or the Info file for
86 an accurate list of authors.
87
88
89
90
91Quagga OSPFv2 daemon 25 November 2004 OSPFD(8)