1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
groups {
DRAIN {
policy-options {
policy-statement <*-ACTIVE> {
term <*> {
then as-path-prepend "213 123";
}
}
}
}
SYSLOG_SERVERS {
system {
syslog {
host <*> {
any notice;
interactive-commands any;
match "!((.*%&*(*&)(&)&.*))";
facility-override local7;
source-address 10.81.41.21;
explicit-priority;
}
}
}
}
node0 {
interfaces {
fxp0 {
unit 0 {
family inet {
address 71.0.0.1/22;
}
family inet6 {
address 2100:1:1:1::cafe:a1/64;
}
}
}
}
}
node1 {
interfaces {
fxp0 {
unit 0 {
family inet {
address 71.0.4.1/22;
}
family inet6 {
address 2100:1:1:1::cafe:a2/64;
}
}
}
}
}
}