diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-07 00:31:23 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-07 00:31:23 +0000 |
commit | 280187fee5cc89cfa6891138ee383f9619ae336b (patch) | |
tree | a3b060f3e43f13e005d02cfeca8a759b61785b22 /usr.sbin | |
parent | 0cf4a8ba98d7d12612dcc13389e150591b479596 (diff) |
Initial documentation for the new stuff
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/bgpd/bgpd.conf.5 | 26 |
1 files changed, 23 insertions, 3 deletions
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 <claudio@openbsd.org> .\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -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 |