-.\" $OpenBSD: eigrpd.conf.5,v 1.2 2015/10/27 03:33:56 renato Exp $
+.\" $OpenBSD: eigrpd.conf.5,v 1.3 2015/10/27 07:33:42 jmc Exp $
.\"
.\" Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
.\" Copyright (c) 2005 Esben Norby <norby@openbsd.org>
Global settings for
.Xr eigrpd 8 .
.It Sy Routing Instances
-Multiple routing instances can be defined. Routing instances are defined
-hierarchically by address-family and then autonomous-system.
+Multiple routing instances can be defined.
+Routing instances are defined hierarchically
+by address-family and then autonomous-system.
.It Sy Interfaces Configuration
Interface-specific parameters.
.El
Several settings can be configured globally, per adress-family, per
autonomous-system and per interface.
The only settings that can be set globally and not overruled are listed below.
-.Pp
-.Bl -tag -width Ds -compact
+.Bl -tag -width Ds
.It Ic fib-priority-internal Ar prio
Set the routing priority of EIGRP internal routes to
.Ar prio .
The default is 28.
-.Pp
.It Ic fib-priority-external Ar prio
Set the routing priority of EIGRP external routes to
.Ar prio .
This option may be used as a simple loop-prevention mechanism when another
routing protocol is being redistributed into EIGRP.
The default is 28.
-.Pp
.It Ic fib-priority-summary Ar prio
Set the routing priority of EIGRP summary routes to
.Ar prio .
The default is 28.
-.Pp
.It Xo
.Ic fib-update
.Pq Ic yes Ns | Ns Ic no
routing table.
The default is
.Ic yes .
-.Pp
.It Ic rdomain Ar tableid
Specifies the routing table
.Xr eigrpd 8
should modify.
Table 0 is the default table.
-.Pp
.It Ic router-id Ar address
Set the router ID; if not specified, the numerically lowest IP address of
the router will be used.
+.El
.Sh ROUTING INSTANCES
-Multiple routing instances can be defined. Routing instances are defined
-hierarchically by address-family and then autonomous-system.
+Multiple routing instances can be defined.
+Routing instances are defined hierarchically
+by address-family and then autonomous-system.
.Bd -literal -offset indent
:qa
address-family ipv4 {
.It Ic k-values Ar K1 Ar K2 Ar K3 Ar K4 Ar K5
Set the coefficients used by the composite metric calculation.
Two routers become neighbors only if their K-values are the same.
-For K1 and K3, The default value is 1. For K2, K4 and K5 the default value is 0;
+For K1 and K3, The default value is 1.
+For K2, K4 and K5 the default value is 0;
valid range is 1\-254.
.It Ic maximum-hops Ar number
Advertise as unreachable the routes with a hop count higher than specified.