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 -P, --vty_port port-number
39 Specify the port that the ripngd VTY will listen on. This
40 defaults to 2603, as specified in /etc/services.
41
42 -A, --vty_addr vty-address
43 Specify the address that the ripngd 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 -r, --retain
50 When the program terminates, retain routes added by ripd.
51
52 -v, --version
53 Print the version and exit.
54
56 /usr/local/sbin/ripngd
57 The default location of the ripngd binary.
58
59 /usr/local/etc/ripngd.conf
60 The default location of the ripngd config file.
61
62 $(PWD)/ripngd.log
63 If the ripngd process is config'd to output logs to a file, then
64 you will find this file in the directory where you started rip‐
65 ngd.
66
68 This man page is intended to be a quick reference for command line
69 options. The definitive document is the Info file Quagga.
70
72 The ripngd process may log to standard output, to a VTY, to a log file,
73 or through syslog to the system logs. ripngd supports many debugging
74 options, see the Info file, or the source for details.
75
77 bgpd(8), ripd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)
78
80 ripngd eats bugs for breakfast. If you have food for the maintainers
81 try http://bugzilla.quagga.net
82
84 See http://www.zebra.org and http://www.quagga.net or the Info file for
85 an accurate list of authors.
86
87
88
89
90Quagga RIPNG daemon 25 November 2004 RIPNGD(8)