From cc7a6f44ee884345aed23f50212d785be282dded Mon Sep 17 00:00:00 2001 From: henning <> Date: Sat, 7 Feb 2004 20:03:30 +0000 Subject: [PATCH] king bula sez: you shall have fluffy sample configs --- src/etc/bgpd.conf | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/etc/bgpd.conf b/src/etc/bgpd.conf index f5b85377..76124204 100644 --- a/src/etc/bgpd.conf +++ b/src/etc/bgpd.conf @@ -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 @@ router-id 10.0.0.1 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 @@ neighbor 10.0.1.0 { multihop 2 local-address 10.0.0.8 passive + holdtime 180 + holdtime min 3 + announce none + tcp md5sig key deadbeef }