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