1RIPNGD(8) Version 0.97.3 RIPNGD(8)
2
3
4
6 ripngd - a RIPNG routing engine for use with Quagga routing software.
7
9 ripngd [ -dhlrv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ]
10 [ -A vty-address ] [ -u user ] [ -g group ]
11
13 ripngd is a routing component that works with the Quagga routing
14 engine.
15
17 Options available for the ripngd 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/ripngd.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 ripngd starts its process identifier is written to pid-
35 file. The init system uses the recorded PID to stop or restart
36 ripngd. The likely default is /var/run/ripngd.pid.
37
38 -l, --log_mode
39 Turn verbose logging on.
40
41 -P, --vty_port port-number
42 Specify the port that the ripngd VTY will listen on. This
43 defaults to 2603, as specified in /etc/services.
44
45 -A, --vty_addr vty-address
46 Specify the address that the ripngd VTY will listen on. Default
47 is all interfaces.
48
49 -u, --user user
50 Specify the user to run as. Default is quagga.
51
52 -r, --retain
53 When the program terminates, retain routes added by ripd.
54
55 -v, --version
56 Print the version and exit.
57
59 /usr/local/sbin/ripngd
60 The default location of the ripngd binary.
61
62 /usr/local/etc/ripngd.conf
63 The default location of the ripngd config file.
64
65 $(PWD)/ripngd.log
66 If the ripngd process is config'd to output logs to a file, then
67 you will find this file in the directory where you started rip‐
68 ngd.
69
71 This man page is intended to be a quick reference for command line
72 options. The definitive document is the Info file Quagga.
73
75 The ripngd process may log to standard output, to a VTY, to a log file,
76 or through syslog to the system logs. ripngd supports many debugging
77 options, see the Info file, or the source for details.
78
80 bgpd(8), ripd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)
81
83 ripngd eats bugs for breakfast. If you have food for the maintainers
84 try http://bugzilla.quagga.net
85
87 See http://www.zebra.org and http://www.quagga.org or the Info file for
88 an accurate list of authors.
89
90
91
92
93Quagga RIPNG daemon 25 November 2004 RIPNGD(8)