eigrpd(8) - OpenBSD manual pages (original) (raw)
NAME
eigrpd —Enhanced Interior Gateway Routing Protocol (EIGRP) daemon
SYNOPSIS
| eigrpd | [-dnv] [-D macro=value] [-f file] [-s socket] |
|---|
DESCRIPTION
eigrpd is an Enhanced Interior Gateway Routing Protocol (EIGRP) daemon which manages routing tables. EIGRP is a routing protocol based on Distance Vector technology.
To have eigrpd enabled at boot time, use “rcctl enable eigrpd”, which sets
eigrpd_flags=""
A running eigrpd can be controlled with the eigrpctl(8) utility.
The options are as follows:
-D macro=value
Define macro to be set tovalue on the command line. Overrides the definition of macro in the configuration file.
Do not daemonize. If this option is specified,eigrpd will run in the foreground and log tostderr.
-f file
Specify an alternative configuration file.
Configtest mode. Only check the configuration file for validity.
-s socket
Use an alternate location for the default control socket.
Produce more verbose output.
FILES
/etc/eigrpd.conf
Default eigrpd configuration file.
/var/run/eigrpd.sock
Unix-domain socket used for communication witheigrpctl(8).
SEE ALSO
STANDARDS
Savage, et al.,Enhanced Interior Gateway Routing Protocol,draft-savage-eigrp-04, April 2014.
HISTORY
The eigrpd program first appeared inOpenBSD 5.9.
The eigrpd program was written byRenato Westphal <renato@openbsd.org>.