|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: bgpd.conf,v 1.1 2003/12/24 14:12:40 henning Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: bgpd.conf,v 1.2 2003/12/28 12:52:28 henning Exp $ |
|
|
# sample bgpd configuration file |
|
|
# sample bgpd configuration file |
|
|
# see bgpd.conf(5) |
|
|
# see bgpd.conf(5) |
|
|
|
|
|
|
|
@ -8,11 +8,12 @@ peer2="10.0.0.3" |
|
|
|
|
|
|
|
|
# global configuration |
|
|
# global configuration |
|
|
AS 65001 |
|
|
AS 65001 |
|
|
bgpid 10.0.0.1 |
|
|
|
|
|
|
|
|
router-id 10.0.0.1 |
|
|
holdtime 180 |
|
|
holdtime 180 |
|
|
holdtime min 3 |
|
|
holdtime min 3 |
|
|
listen on 127.0.0.1 |
|
|
listen on 127.0.0.1 |
|
|
# no fib-update |
|
|
|
|
|
|
|
|
# fib-update no |
|
|
|
|
|
# log updates |
|
|
|
|
|
|
|
|
# neighbors and peers |
|
|
# neighbors and peers |
|
|
group "peering AS65002" { |
|
|
group "peering AS65002" { |
|
@ -29,6 +30,7 @@ neighbor 10.0.1.0 { |
|
|
remote-as 65003 |
|
|
remote-as 65003 |
|
|
descr upstream |
|
|
descr upstream |
|
|
multihop 2 |
|
|
multihop 2 |
|
|
local-addr 10.0.0.8 |
|
|
|
|
|
|
|
|
local-address 10.0.0.8 |
|
|
|
|
|
passive |
|
|
} |
|
|
} |
|
|
|
|
|
|