]> git.proxmox.com Git - mirror_frr.git/blame - doc/eigrpd.8.in
zebra: Refactor 'struct rib' to be 'struct route_entry'
[mirror_frr.git] / doc / eigrpd.8.in
CommitLineData
6c85c081
DS
1.TH EIGRPD 8 "6 May 2017" "@PACKAGE_FULLNAME@ EIGRP daemon" "Version @PACKAGE_VERSION@"
2.SH NAME
3eigrpd \- a EIGRP routing engine for use with @PACKAGE_FULLNAME@.
4.SH SYNOPSIS
5.B eigrpd
6[
7.B \-dhrv
8] [
9.B \-f
10.I config-file
11] [
12.B \-i
13.I pid-file
14] [
15.B \-P
16.I port-number
17] [
18.B \-A
19.I vty-address
20] [
21.B \-u
22.I user
23] [
24.B \-g
25.I group
26] [
27.B \-M
28.I module:options
29]
30.SH DESCRIPTION
31.B eigrpd
32is a routing component that works with the
33.B @PACKAGE_FULLNAME@
34routing engine.
35.SH OPTIONS
36Options available for the
37.B eigrpd
38command:
39.SH OPTIONS
40.TP
41\fB\-d\fR, \fB\-\-daemon\fR
42Runs in daemon mode, forking and exiting from tty.
43.TP
44\fB\-f\fR, \fB\-\-config-file \fR\fIconfig-file\fR
45Specifies the config file to use for startup. If not specified this
46option will default to \fB\fI@CFG_SYSCONF@/eigrpd.conf\fR.
47.TP
48\fB\-g\fR, \fB\-\-group \fR\fIgroup\fR
49Specify the group to run as. Default is \fI@enable_group@\fR.
50.TP
51\fB\-h\fR, \fB\-\-help\fR
52A brief message.
53.TP
54\fB\-i\fR, \fB\-\-pid_file \fR\fIpid-file\fR
55When eigrpd starts its process identifier is written to
56\fB\fIpid-file\fR. The init system uses the recorded PID to stop or
57restart eigrpd. The default is \fB\fI@CFG_STATE@/eigrpd.pid\fR.
58.TP
59\fB\-P\fR, \fB\-\-vty_port \fR\fIport-number\fR
60Specify the port that the eigrpd VTY will listen on. This defaults to
612602, as specified in \fB\fI/etc/services\fR.
62.TP
63\fB\-A\fR, \fB\-\-vty_addr \fR\fIvty-address\fR
64Specify the address that the eigrpd VTY will listen on. Default is all
65interfaces.
66.TP
67\fB\-u\fR, \fB\-\-user \fR\fIuser\fR
68Specify the user to run as. Default is \fI@enable_user@\fR.
69.TP
70\fB\-r\fR, \fB\-\-retain\fR
71When the program terminates, retain routes added by \fBeigrpd\fR.
72.TP
73\fB\-M\fR, \fB\-\-module \fR\fImodule:options\fR
74Load a module at startup. May be specified more than once.
75The \fBsnmp\fR module may be available for
76\fBeigrpd\fR, if the package was built with SNMP support.
77.TP
78\fB\-v\fR, \fB\-\-version\fR
79Print the version and exit.
80.SH FILES
81.TP
82.BI @CFG_SBIN@/eigrpd
83The default location of the
84.B eigrpd
85binary.
86.TP
87.BI @CFG_SYSCONF@/eigrpd.conf
88The default location of the
89.B eigrpd
90config file.
91.TP
92.BI $(PWD)/eigrpd.log
93If the
94.B eigrpd
95process is config'd to output logs to a file, then you will find this
96file in the directory where you started \fBeigrpd\fR.
97.SH WARNING
98This man page is intended to be a quick reference for command line
99options. The definitive document is the Info file \fB@PACKAGE_NAME@\fR.
100.SH DIAGNOSTICS
101The eigrpd process may log to standard output, to a VTY, to a log
102file, or through syslog to the system logs. \fBeigrpd\fR supports many
103debugging options, see the Info file, or the source for details.
104.SH "SEE ALSO"
105.BR bgpd (8),
106.BR ripd (8),
107.BR ripngd (8),
108.BR ospfd (8),
109.BR ospf6d (8),
110.BR isisd (8),
111.BR zebra (8),
112.BR vtysh (1)
113.SH BUGS
114.B eigrpd
115eats bugs for breakfast. If you have food for the maintainers try
116.BI @PACKAGE_BUGREPORT@
117.SH AUTHORS
118See
119.BI http://www.zebra.org
120and
121.BI @PACKAGE_URL@
122or the Info file for an accurate list of authors.