From 280187fee5cc89cfa6891138ee383f9619ae336b Mon Sep 17 00:00:00 2001 From: Claudio Jeker Date: Sun, 7 Jun 2009 00:31:23 +0000 Subject: Initial documentation for the new stuff --- usr.sbin/bgpd/bgpd.conf.5 | 26 +++++++++++++++++++++++--- 1 file changed, 23 insertions(+), 3 deletions(-) (limited to 'usr.sbin/bgpd/bgpd.conf.5') diff --git a/usr.sbin/bgpd/bgpd.conf.5 b/usr.sbin/bgpd/bgpd.conf.5 index f6c9f698df8..484e0413006 100644 --- a/usr.sbin/bgpd/bgpd.conf.5 +++ b/usr.sbin/bgpd/bgpd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: bgpd.conf.5,v 1.93 2009/06/04 01:20:44 sthen Exp $ +.\" $OpenBSD: bgpd.conf.5,v 1.94 2009/06/07 00:31:22 claudio Exp $ .\" .\" Copyright (c) 2004 Claudio Jeker .\" Copyright (c) 2003, 2004 Henning Brauer @@ -16,7 +16,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 4 2009 $ +.Dd $Mdocdate: June 7 2009 $ .Dt BGPD.CONF 5 .Os .Sh NAME @@ -142,6 +142,7 @@ The default is 120 seconds. .Pp .It Xo .Ic dump +.Op Ic rib Ar name .Pq Ic table Ns \&| Ns Ic table-mp .Ar file Op Ar timeout .Xc @@ -156,7 +157,8 @@ Dump the RIB, a.k.a. the and all BGP messages in Multi-threaded Routing Toolkit (MRT) format. Dumping the RIB is normally an expensive operation, but it should not influence the session handling. -Excessive dumping may result in delayed update processing. +It is possible to dump alternate RIB with the use of +.Ar name . .Pp For example, the following will dump the entire table to the .Xr strftime 3 Ns -expanded @@ -308,6 +310,21 @@ is only compared between peers belonging to the same AS. .Pp .It Xo .Ic rde +.Ic rib Ar name +.Op Ic no Ic evaluate +.Xc +Creat an additional RIB named +.Ar name . +It is possible to disable the decision process per RIB with the +.Ic no Ic evaluate +flag. +.Ic Adj-RIB-In +and +.Ic Loc-RIB +are created automaticaly and used as default. +.Pp +.It Xo +.Ic rde .Ic route-age .Pq Ic ignore Ns \&| Ns Ic evaluate .Xc @@ -681,6 +698,9 @@ Do not attempt to actively open a TCP connection to the neighbor system. .It Ic remote-as Ar as-number Set the AS number of the remote system. .Pp +.It rib .Ar name +Bind the neighbor to the specified RIB. +.Pp .It Ic route-reflector Op Ar address Act as an RFC 2796 .Em route-reflector -- cgit v1.2.3