blob: 558b2cd2fed7a5b3b3441e17627df8c3563bff89 [file] [log] [blame]
pingping-lin117a43b2015-09-08 17:40:53 -07001! -*- bgp -*-
2!
3! BGPd sample configuratin file
4!
5! $Id: bgpd.conf.sample,v 1.1 2002/12/13 20:15:29 paul Exp $
6!
7hostname bgpd
8password hello
9!enable password please-set-at-here
10!
11!bgp mulitple-instance
12!
13!
14router bgp 64513
15 bgp router-id 10.0.4.101
16 timers bgp 1 3
pingping-lin117a43b2015-09-08 17:40:53 -070017 neighbor 10.0.4.1 remote-as 64514
18 neighbor 10.0.4.1 ebgp-multihop
19 neighbor 10.0.4.1 timers connect 5
20 neighbor 10.0.5.1 remote-as 64515
21 neighbor 10.0.5.1 ebgp-multihop
22 neighbor 10.0.5.1 timers connect 5
23 neighbor 10.0.6.1 remote-as 64516
24 neighbor 10.0.6.1 ebgp-multihop
25 neighbor 10.0.6.1 timers connect 5
26
27 neighbor 1.1.1.2 remote-as 64513
28 neighbor 1.1.1.2 port 2000
29 neighbor 1.1.1.2 timers connect 5
30
31!
32! access-list all permit any
33!
34!route-map set-nexthop permit 10
35! match ip address all
36! set ip next-hop 10.0.0.1
37!
38!log file /usr/local/var/log/quagga/bgpd.log
39!
40log stdout