1 .TH NHRP 8 "24 January 2017" "Quagga NHRP daemon" "Version 1.1"
3 nhrpd \- a Next Hop Routing Protocol routing engine for use with Quagga routing software.
29 is a routing component that works with the
33 Options available for the
37 \fB\-d\fR, \fB\-\-daemon\fR
38 Runs in daemon mode, forking and exiting from tty.
40 \fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
41 Specifies the config file to use for startup. If not specified this
42 option will likely default to \fB\fI/usr/local/etc/nhrpd.conf\fR.
44 \fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
45 Specify the group to run as. Default is \fIquagga\fR.
47 \fB\-h\fR, \fB\-\-help\fR
50 \fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
51 When nhrpd starts its process identifier is written to
52 \fB\fIpid-file\fR. The init system uses the recorded PID to stop or
53 restart nhrpd. The likely default is \fB\fI/var/run/nhrpd.pid\fR.
55 \fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
56 Specify the port that the nhrpd VTY will listen on. This defaults to
57 2608, as specified in \fB\fI/etc/services\fR.
59 \fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
60 Specify the address that the nhrpd VTY will listen on. Default is all
63 \fB\-u\fR, \fB\-\-user \fR\fIuser\fR
64 Specify the user to run as. Default is \fIquagga\fR.
66 \fB\-v\fR, \fB\-\-version\fR
67 Print the version and exit.
70 .BI /usr/local/sbin/nhrpd
71 The default location of the
75 .BI /usr/local/etc/nhrpd.conf
76 The default location of the
83 process is config'd to output logs to a file, then you will find this
84 file in the directory where you started \fBnhrpd\fR.
86 This man page is intended to be a quick reference for command line
87 options. The definitive document is the Info file \fBQuagga\fR.
89 The nhrpd process may log to standard output, to a VTY, to a log
90 file, or through syslog to the system logs. \fBnhrpd\fR supports many
91 debugging options, see the Info file, or the source for details.
102 eats bugs for breakfast. If you have food for the maintainers try
103 .BI http://bugzilla.quagga.net
105 Timo Teräs <timo.teras@iki.fi>