1PIM(8)                          Version 0.99.11                         PIM(8)
2
3
4

NAME

6       pimd - a PIM routing for use with Quagga Routing Suite.
7

SYNOPSIS

9       pimd  [  -dhvZ  ]  [  -f config-file ] [ -i pid-file ] [ -z path ] [ -P
10       port-number ] [ -A vty-address ] [ -u user ] [ -g group ]
11

DESCRIPTION

13       pimd is a protocol-independent multicast component that works with  the
14       Quagga Routing Suite.
15

OPTIONS

17       Options available for the pimd command:
18
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/pimd.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 pimd starts its process identifier is written to  pid-file.
34              The  init  system uses the recorded PID to stop or restart pimd.
35              The likely default is /var/run/pimd.pid.
36
37       -z, --socket path
38              Specify the socket path for contacting the  zebra  daemon.   The
39              likely default is /var/run/zserv.api.
40
41       -P, --vty_port port-number
42              Specify the port that the pimd VTY will listen on. This defaults
43              to 2611, as specified in /etc/services.
44
45       -A, --vty_addr vty-address
46              Specify the address that the pimd VTY will listen on. Default is
47              all interfaces.
48
49       -u, --user user
50              Specify the user to run as. Default is quagga.
51
52       -v, --version
53              Print the version and exit.
54
55       -Z, --debug_zclient
56              Enable logging information for zclient debugging.
57

FILES

59       /usr/local/sbin/pimd
60              The default location of the pimd binary.
61
62       /usr/local/etc/pimd.conf
63              The default location of the pimd config file.
64
65       /var/run/pimd.pid
66              The default location of the pimd pid file.
67
68       /var/run/zserv.api
69              The default location of the zebra unix socket file.
70
71       $(PWD)/pimd.log
72              If  the  pimd process is config'd to output logs to a file, then
73              you will find this file in the directory where you started pimd.
74

WARNING

76       This man page is intended to be a  quick  reference  for  command  line
77       options.
78

DIAGNOSTICS

80       The  pimd  process may log to standard output, to a VTY, to a log file,
81       or through syslog to the system logs.
82

SEE ALSO

84       zebra(8), vtysh(1)
85

BUGS

87       pimd is in early development at the moment and is not ready for producā€
88       tion use.
89
90       pimd  eats bugs for breakfast. If you have food for the maintainers try
91       https://github.com/udhos/qpimd
92

AUTHORS

94       See https://github.com/udhos/qpimd for an accurate list of authors.
95
96
97
98
99Quagga PIM daemon              10 December 2008                         PIM(8)
Impressum