1NHRP(8) Version 1.1 NHRP(8)
2
3
4
6 nhrpd - a Next Hop Routing Protocol routing engine for use with Quagga
7 routing software.
8
10 nhrpd [ -dhv ] [ -f config-file ] [ -i pid-file ] [ -P port-number ] [
11 -A vty-address ] [ -u user ] [ -g group ]
12
14 nhrpd is a routing component that works with the Quagga routing engine.
15
17 Options available for the nhrpd 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/nhrpd.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 nhrpd starts its process identifier is written to pid-file.
34 The init system uses the recorded PID to stop or restart nhrpd.
35 The likely default is /var/run/nhrpd.pid.
36
37 -P, --vty_port port-number
38 Specify the port that the nhrpd VTY will listen on. This
39 defaults to 2608, as specified in /etc/services.
40
41 -A, --vty_addr vty-address
42 Specify the address that the nhrpd VTY will listen on. Default
43 is all interfaces.
44
45 -u, --user user
46 Specify the user to run as. Default is quagga.
47
48 -v, --version
49 Print the version and exit.
50
52 /usr/local/sbin/nhrpd
53 The default location of the nhrpd binary.
54
55 /usr/local/etc/nhrpd.conf
56 The default location of the nhrpd config file.
57
58 $(PWD)/nhrpd.log
59 If the nhrpd process is config'd to output logs to a file, then
60 you will find this file in the directory where you started
61 nhrpd.
62
64 This man page is intended to be a quick reference for command line
65 options. The definitive document is the Info file Quagga.
66
68 The nhrpd process may log to standard output, to a VTY, to a log file,
69 or through syslog to the system logs. nhrpd supports many debugging
70 options, see the Info file, or the source for details.
71
73 bgpd(8), ripd(8), ripngd(8), ospfd(8), ospf6d(8), zebra(8), vtysh(1)
74
75 nhrpd eats bugs for breakfast. If you have food for the maintainers try
76 http://bugzilla.quagga.net
77
79 Timo Teräs <timo.teras@iki.fi>
80
81
82
83Quagga NHRP daemon 24 January 2017 NHRP(8)