1RIPD(8) Version 0.97.3 RIPD(8)
2
3
4
6 ripd - a RIP routing engine for use with Quagga routing software.
7
9 ripd [ -dhrv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [
10 -A vty-address ] [ -u user ] [ -g group ]
11
13 ripd is a routing component that works with the Quagga routing engine.
14
16 Options available for the ripd command:
17
19 -d, --daemon
20 Runs in daemon mode, forking and exiting from tty.
21
22 -f, --config-file config-file
23 Specifies the config file to use for startup. If not specified
24 this option will likely default to /usr/local/etc/ripd.conf.
25
26 -g, --group group
27 Specify the group to run as. Default is quagga.
28
29 -h, --help
30 A brief message.
31
32 -i, --pid_file pid-file
33 When ripd starts its process identifier is written to pid-file.
34 The init system uses the recorded PID to stop or restart ripd.
35 The likely default is /var/run/ripd.pid.
36
37 -P, --vty_port port-number
38 Specify the port that the ripd VTY will listen on. This defaults
39 to 2602, as specified in /etc/services.
40
41 -A, --vty_addr vty-address
42 Specify the address that the ripd VTY will listen on. Default is
43 all interfaces.
44
45 -u, --user user
46 Specify the user to run as. Default is quagga.
47
48 -r, --retain
49 When the program terminates, retain routes added by ripd.
50
51 -v, --version
52 Print the version and exit.
53
55 /usr/local/sbin/ripd
56 The default location of the ripd binary.
57
58 /usr/local/etc/ripd.conf
59 The default location of the ripd config file.
60
61 $(PWD)/ripd.log
62 If the ripd process is config'd to output logs to a file, then
63 you will find this file in the directory where you started ripd.
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 ripd process may log to standard output, to a VTY, to a log file,
71 or through syslog to the system logs. ripd supports many debugging
72 options, see the Info file, or the source for details.
73
75 bgpd(8), ripngd(8), ospfd(8), ospf6d(8), isisd(8), zebra(8), vtysh(1)
76
78 ripd 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
87Quagga RIP daemon 25 November 2004 RIPD(8)