=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/bgpd.conf,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- src/etc/Attic/bgpd.conf 2003/12/28 12:52:28 1.2 +++ src/etc/Attic/bgpd.conf 2004/02/07 20:03:30 1.3 @@ -1,4 +1,4 @@ -# $OpenBSD: bgpd.conf,v 1.2 2003/12/28 12:52:28 henning Exp $ +# $OpenBSD: bgpd.conf,v 1.3 2004/02/07 20:03:30 henning Exp $ # sample bgpd configuration file # see bgpd.conf(5) @@ -12,17 +12,21 @@ holdtime 180 holdtime min 3 listen on 127.0.0.1 -# fib-update no +fib-update no # log updates +# network 10.0.1.0/24 # neighbors and peers group "peering AS65002" { remote-as 65002 neighbor $peer1 { descr "AS 65001 peer 1" + announce self + tcp md5sig password mekmitasdigoat } neighbor $peer2 { descr "AS 65001 peer 2" + announce all } } @@ -32,5 +36,9 @@ multihop 2 local-address 10.0.0.8 passive + holdtime 180 + holdtime min 3 + announce none + tcp md5sig key deadbeef }