From 327f63daf5ab9748f732e103ba6b5c5c0f7c8c26 Mon Sep 17 00:00:00 2001 From: jmc Date: Tue, 27 Oct 2015 07:33:42 +0000 Subject: [PATCH] tweak previous; --- usr.sbin/eigrpd/eigrpd.conf.5 | 24 +++++++++++------------- 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/usr.sbin/eigrpd/eigrpd.conf.5 b/usr.sbin/eigrpd/eigrpd.conf.5 index 743c339c116..eca071d4232 100644 --- a/usr.sbin/eigrpd/eigrpd.conf.5 +++ b/usr.sbin/eigrpd/eigrpd.conf.5 @@ -1,4 +1,4 @@ -.\" $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 .\" Copyright (c) 2005 Esben Norby @@ -40,8 +40,9 @@ configuration file. 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 @@ -84,25 +85,21 @@ globally or within the address-family or autonomous-system declaration. 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 @@ -113,19 +110,19 @@ do not update the Forwarding Information Base, a.k.a. the kernel 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 { @@ -161,7 +158,8 @@ Valid ranges are: 1\-10000000 for the bandwidth, 1\-16777215 for the delay, .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. -- 2.20.1