bfcc6c1858
- Use USERS and GROUPS.
164 lines
3.6 KiB
Groff
164 lines
3.6 KiB
Groff
Index: bgpd/bgpd.8
|
|
===================================================================
|
|
RCS file: /home/cvs/private/hrs/openbgpd/bgpd/bgpd.8,v
|
|
retrieving revision 1.1.1.8
|
|
retrieving revision 1.9
|
|
diff -u -p -r1.1.1.8 -r1.9
|
|
--- bgpd/bgpd.8 14 Feb 2010 20:19:57 -0000 1.1.1.8
|
|
+++ bgpd/bgpd.8 2 Jul 2011 16:06:38 -0000 1.9
|
|
@@ -1,4 +1,4 @@
|
|
-.\" $OpenBSD: bgpd.8,v 1.28 2009/01/13 23:01:36 sthen Exp $
|
|
+.\" $OpenBSD: bgpd.8,v 1.33 2009/12/16 15:40:55 claudio Exp $
|
|
.\"
|
|
.\" Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
|
|
.\"
|
|
@@ -14,7 +14,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: January 13 2009 $
|
|
+.Dd $Mdocdate: June 27 2010 $
|
|
.Dt BGPD 8
|
|
.Os
|
|
.Sh NAME
|
|
@@ -24,12 +24,8 @@
|
|
.Nm bgpd
|
|
.Bk -words
|
|
.Op Fl cdnv
|
|
-.Oo Xo
|
|
-.Fl D Ar macro Ns = Ns Ar value Oc
|
|
-.Xc
|
|
+.Op Fl D Ar macro Ns = Ns Ar value
|
|
.Op Fl f Ar file
|
|
-.Op Fl r Ar path
|
|
-.Op Fl s Ar path
|
|
.Ek
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
@@ -42,15 +38,15 @@ concerning
|
|
with other BGP systems.
|
|
.Nm
|
|
uses the Border Gateway Protocol, Version 4,
|
|
-as described in RFC 1771.
|
|
+as described in RFC 4271.
|
|
Please refer to that document for more information about BGP.
|
|
.Pp
|
|
.Nm
|
|
is usually started at boot time, and can be enabled by
|
|
setting the following in
|
|
-.Pa /etc/rc.conf.local :
|
|
+.Pa /etc/rc.conf :
|
|
.Pp
|
|
-.Dl bgpd_flags=\&"\&"
|
|
+.Dl openbgpd_enable=\&"YES\&"
|
|
.Pp
|
|
See
|
|
.Xr rc 8
|
|
@@ -117,25 +113,16 @@ Use
|
|
.Ar file
|
|
as the configuration file,
|
|
instead of the default
|
|
-.Pa /etc/bgpd.conf .
|
|
+.Pa %%PREFIX%%/etc/bgpd.conf .
|
|
.It Fl n
|
|
Configtest mode.
|
|
Only check the configuration file for validity.
|
|
-.It Fl r Ar path
|
|
-Open a second, restricted, control socket that
|
|
-.Xr bgpctl 8
|
|
-can use.
|
|
-Only
|
|
-.Em show
|
|
-requests are allowed on this socket.
|
|
-.It Fl s Ar path
|
|
-Use an alternate location for the default control socket.
|
|
.It Fl v
|
|
Produce more verbose output.
|
|
.El
|
|
.Sh FILES
|
|
.Bl -tag -width "/var/run/bgpd.sockXXX" -compact
|
|
-.It Pa /etc/bgpd.conf
|
|
+.It Pa %%PREFIX%%/etc/bgpd.conf
|
|
default
|
|
.Nm
|
|
configuration file
|
|
@@ -150,9 +137,9 @@ control socket
|
|
.Xr bgplg 8 ,
|
|
.Xr bgplgsh 8
|
|
.Rs
|
|
-.%R RFC 1771
|
|
+.%R RFC 4271
|
|
.%T "A Border Gateway Protocol 4 (BGP-4)"
|
|
-.%D March 1995
|
|
+.%D January 2006
|
|
.Re
|
|
.Rs
|
|
.%R RFC 1997
|
|
@@ -165,6 +152,11 @@ control socket
|
|
.%D August 1998
|
|
.Re
|
|
.Rs
|
|
+.%R RFC 2545
|
|
+.%T "Use of BGP-4 Multiprotocol Extensions for IPv6 Inter-Domain Routing"
|
|
+.%D March 1999
|
|
+.Re
|
|
+.Rs
|
|
.%R RFC 2796
|
|
.%T "BGP Route Reflection - An Alternative to Full Mesh IBGP"
|
|
.%D April 2000
|
|
@@ -175,11 +167,6 @@ control socket
|
|
.%D September 2000
|
|
.Re
|
|
.Rs
|
|
-.%R RFC 3392
|
|
-.%T "Capabilities Advertisement with BGP-4"
|
|
-.%D January 1999
|
|
-.Re
|
|
-.Rs
|
|
.%R RFC 3682
|
|
.%T "The Generalized TTL Security Mechanism (GTSM)"
|
|
.%D February 2004
|
|
@@ -190,6 +177,21 @@ control socket
|
|
.%D April 2004
|
|
.Re
|
|
.Rs
|
|
+.%R RFC 4360
|
|
+.%T "BGP Extended Communities Attribute"
|
|
+.%D February 2006
|
|
+.Re
|
|
+.Rs
|
|
+.%R RFC 4364
|
|
+.%T "BGP/MPLS IP Virtual Private Networks (VPNs)"
|
|
+.%D February 2006
|
|
+.Re
|
|
+.Rs
|
|
+.%R RFC 4486
|
|
+.%T "BGP Cease Notification Message Subcodes"
|
|
+.%D April 2006
|
|
+.Re
|
|
+.Rs
|
|
.%R RFC 4760
|
|
.%T "Multiprotocol Extensions for BGP-4"
|
|
.%D January 2007
|
|
@@ -199,6 +201,21 @@ control socket
|
|
.%T "BGP Support for Four-octet AS Number Space"
|
|
.%D May 2007
|
|
.Re
|
|
+.Rs
|
|
+.%R RFC 5492
|
|
+.%T "Capabilities Advertisement with BGP-4"
|
|
+.%D February 2009
|
|
+.Re
|
|
+.Rs
|
|
+.%R draft-ietf-idr-optional-transitive-00
|
|
+.%T "Error Handling for Optional Transitive BGP Attributes"
|
|
+.%D April 2009
|
|
+.Re
|
|
+.Rs
|
|
+.%R draft-ietf-idr-fsm-subcode-00
|
|
+.%T "Subcodes for BGP Finite State Machine Error"
|
|
+.%D September 2010
|
|
+.Re
|
|
.Sh HISTORY
|
|
The
|
|
.Nm
|