1AS 4200000001
2router-id 10.12.57.1
3fib-update no
4
5neighbor 10.12.57.2 {
6	descr		"RDOMAIN2"
7	remote-as	4200000002
8}
9
10deny from any
11deny to any
12
13allow from any
14
15match from any max-communities 0 set metric +1
16match from any max-ext-communities 0 set metric +10
17match from any max-large-communities 0 set metric +100
18
19match from any max-communities 2 set metric +2
20match from any max-ext-communities 2 set metric +20
21match from any max-large-communities 2 set metric +200
22
23match from any max-communities 1 max-ext-communities 1 max-large-communities 1 \
24	set metric +1000
25
26