OpenBSD manual page server

Manual Page Search Parameters

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

eigrpctlcontrol the Enhanced Interior Gateway Routing Protocol daemon

eigrpctl [-s socket] command [argument ...]

The eigrpctl program controls the eigrpd(8) daemon. Commands may be abbreviated to the minimum unambiguous prefix; for example, s i for show interfaces.

The following options are available:

socket
Use socket instead of the default /var/run/eigrpd.sock to communicate with eigrpd(8).

The following commands are available:

[family family] [as as] [address]
Delete entries from the neighbor table. family, as, and address can be used to limit the scope of the command to the given address family, autonomous system and/or address. If no argument is given, all neighbors from all EIGRP instances will be deleted.
Insert the learned routes into the Forwarding Information Base a.k.a. the kernel routing table.
Remove the learned routes from the Forwarding Information Base a.k.a. the kernel routing table. Decoupling the FIB from an EIGRP router may create routing loops and could cause major routing issues in the complete EIGRP cloud. Only routers with just one link to the EIGRP cloud can safely decouple the FIB.
Disable verbose debug logging.
Enable verbose debug logging.
Reload the configuration file.
[family family] [filter]
Show the Forwarding Information Base. family, if given, limit the output to the given address family. filter can be any of the following:

Show only connected routes.
[interface]
Show only interfaces or the specified interface.
Show only EIGRP routes.
Show only static routes.

connected, eigrp and static may be specified together.

[family family] [as as] [interface]
Show details for all EIGRP enabled interfaces or the specified interface. family and as, if given, limit the output to the given address family and/or autonomous system.
[family family] [as as]
Show neighbors. family and as, if given, limit the output to the given address family and/or autonomous system.
[family family] [as as] [prefix | filter]
Show the topology table. family and as, if given, limit the output to the given address family and/or autonomous system. prefix can be specified to show the entries matching a destination prefix. filter can be any of the following:

Show only active entries.
Show all entries.
[family family] [as as]
Show traffic statistics. family and as, if given, limit the output to the given address family and/or autonomous system.

/var/run/eigrpd.sock
UNIX-domain socket used for communication with eigrpd(8).

eigrpd.conf(5), eigrpd(8)

The eigrpctl program first appeared in OpenBSD 5.9.

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

February 22, 2017 OpenBSD-6.2