OpenBSD manual page server

Manual Page Search Parameters

EIGRPD(8) System Manager's Manual EIGRPD(8)

eigrpdEnhanced Interior Gateway Routing Protocol daemon

eigrpd [-dnv] [-D macro=value] [-f file] [-s socket]

eigrpd is an Enhanced Interior Gateway Routing Protocol (EIGRP) daemon which manages routing tables. EIGRP is a routing protocol based on Distance Vector technology.

eigrpd is usually started at boot time, and can be enabled by setting the following in /etc/rc.conf.local:

eigrpd_flags=""

See rc(8) and rc.conf(8) for more information on the boot process and enabling daemons.

A running eigrpd can be controlled with the eigrpctl(8) utility.

The options are as follows:

macro=value
Define macro to be set to value 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 to .
file
Specify an alternative configuration file.
Configtest mode. Only check the configuration file for validity.
socket
Use an alternate location for the default control socket.
Produce more verbose output.

/etc/eigrpd.conf
Default eigrpd configuration file.
/var/run/eigrpd.sock
UNIX-domain socket used for communication with eigrpctl(8).

eigrpd.conf(5), eigrpctl(8)

Savage, et al., Enhanced Interior Gateway Routing Protocol, draft-savage-eigrp-04, April 2014.

The eigrpd program first appeared in OpenBSD 5.9.

The eigrpd program was written by Renato Westphal <renato@openbsd.org>.

October 27, 2015 OpenBSD-6.1