Bug #3772 ยป bgpd-2_2.conf
1 |
# This file was created by the package manager. Do not edit!
|
---|---|
2 |
|
3 |
AS 65000 |
4 |
fib-update yes |
5 |
listen on 0.0.0.0 |
6 |
network 172.27.32.0/24 |
7 |
network 172.27.38.0/24 |
8 |
group "VPC" { |
9 |
remote-as 7224 |
10 |
neighbor 169.254.255.73 { |
11 |
descr "VPC_1" |
12 |
announce all |
13 |
local-address 169.254.255.74 |
14 |
local-address 0.0.0.0 |
15 |
} |
16 |
neighbor 169.254.255.77 { |
17 |
descr "VPC_2" |
18 |
announce all |
19 |
local-address 169.254.255.78 |
20 |
local-address 0.0.0.0 |
21 |
} |
22 |
} |
23 |
deny from any |
24 |
deny to any |
25 |
allow from 169.254.255.73 |
26 |
allow to 169.254.255.73 |
27 |
allow from 169.254.255.77 |
28 |
allow to 169.254.255.77 |
29 |
|