Tomato 1.28
[tomato.git] / release / src / router / zebra / bgpd / bgpd.conf.sample2
blob60a860faec9c02e482b7996eb72eb1acb2671890
2 ! Zebra configuration saved from vty
3 !   2001/08/11 12:37:58
5 hostname bgpd
6 password zebra
7 log file bgpd.log
8 log stdout
10 router bgp 7675
11  no bgp default ipv4-unicast
12  neighbor 3ffe:506:1000::2 remote-as 7675
13  neighbor 3ffe:506:1000::2 next-hop-self
14  neighbor fe80::200:c0ff:fe30:9be3 remote-as 9377
15  neighbor fe80::200:c0ff:fe30:9be3 interface sit3
16  neighbor fe80::210:5aff:fe6b:3cee remote-as 7675
17  neighbor fe80::210:5aff:fe6b:3cee interface eth0
18  neighbor fe80::290:27ff:fe51:84c7 remote-as 4691
19  neighbor fe80::290:27ff:fe51:84c7 interface sit7
20  neighbor fe80::290:27ff:fe51:84c7 description DTI 
21  neighbor fe80::2a0:c9ff:fec8:82ec remote-as 7530
22  neighbor fe80::2a0:c9ff:fec8:82ec interface sit8
23  neighbor fe80::2a0:c9ff:fec8:82ec description IRI 
24  neighbor fe80::2e0:18ff:fe98:2725 remote-as 2500
25  neighbor fe80::2e0:18ff:fe98:2725 interface sit5
26  neighbor fe80::2e0:18ff:fe98:2725 description WIDE 
27  neighbor fe80::2e0:18ff:fea8:bf5 remote-as 65000
28  neighbor fe80::2e0:18ff:fea8:bf5 interface sit6
30  address-family ipv6
31   network 3ffe:506::/33
32   network 3ffe:1800:e800::/40
33   aggregate-address 3ffe:506::/32
34   redistribute connected
35   neighbor 3ffe:506:1000::2 activate
36   neighbor fe80::200:c0ff:fe30:9be3 activate
37   neighbor fe80::200:c0ff:fe30:9be3 route-map set-nexthop out
38   neighbor fe80::210:5aff:fe6b:3cee activate
39   neighbor fe80::290:27ff:fe51:84c7 activate
40   neighbor fe80::290:27ff:fe51:84c7 route-map set-nexthop out
41   neighbor fe80::2a0:c9ff:fec8:82ec activate
42   neighbor fe80::2a0:c9ff:fec8:82ec route-map set-nexthop out
43   neighbor fe80::2e0:18ff:fe98:2725 activate
44   neighbor fe80::2e0:18ff:fe98:2725 distribute-list nla1 out
45   neighbor fe80::2e0:18ff:fe98:2725 route-map set-nexthop out
46   neighbor fe80::2e0:18ff:fea8:bf5 activate
47   neighbor fe80::2e0:18ff:fea8:bf5 route-map set-nexthop out
48  exit-address-family
50 ipv6 access-list all permit any
51 ipv6 access-list nla1 deny 3ffe:506::/33
52 ipv6 access-list nla1 permit 3ffe:506::/32
53 ipv6 access-list nla1 deny any
54 ipv6 access-list ntt-nla1 permit 3ffe:1800:0:ffff::c/127
55 ipv6 access-list ntt-nla1 deny 3ffe:1800:e800::/41
56 ipv6 access-list ntt-nla1 permit 3ffe:1800:e800::/40
57 ipv6 access-list ntt-nla1 deny any
59 ipv6 prefix-list 6bone-filter seq 5 permit 3ffe::/17 ge 24 le 24
60 ipv6 prefix-list 6bone-filter seq 10 permit 3ffe:8000::/17 ge 28 le 28
61 ipv6 prefix-list 6bone-filter seq 12 deny 3ffe::/16
62 ipv6 prefix-list 6bone-filter seq 15 permit 2000::/3 ge 16 le 16
63 ipv6 prefix-list 6bone-filter seq 20 permit 2001::/16 ge 35 le 35
65 route-map set-nexthop permit 10
66  match ipv6 address all
67  set ipv6 next-hop global 3ffe:506::1
68  set ipv6 next-hop local fe80::cbb5:591a
69  set ip next-hop 203.181.89.26
70  set community 7675:0
72 route-map set-link-local permit 10
73  match ipv6 address all
74  set ipv6 next-hop local fe80::cbb5:591a
75  set ipv6 next-hop global 3ffe:1800:0:ffff::d
77 line vty