-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsample-exabgp.conf
More file actions
39 lines (37 loc) · 806 Bytes
/
Copy pathsample-exabgp.conf
File metadata and controls
39 lines (37 loc) · 806 Bytes
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
process all_peer_events {
run /home/cooper/log_exabgp_json.py;
encoder json;
}
template {
neighbor nt {
local-address fc00:0:0:69::1;
local-as 65069;
router-id 10.69.69.1;
hold-time 30;
md5-password ab2edb6d03e7dde0ea8549067fad851e;
api all {
processes [all_peer_events];
neighbor-changes;
receive {
parsed;
update;
}
send {
parsed;
update;
}
}
capability {
asn4 enable;
route-refresh enable;
graceful-restart 30;
}
family v6_only {
ipv6 unicast;
}
}
}
neighbor fc00:0:0:69::2 {
inherit nt;
peer-as 65070;
}