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