summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg
blob: 0afc484c69acd2538b81385ca89b03e7d7039a5b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
process announce-routes {
    run /etc/exabgp/exa-send.py 3 10;
    encoder text;
}

process receive-routes {
    run /etc/exabgp/exa-receive.py 3;
    encoder text;
}

neighbor 172.16.1.254 {
    router-id 172.16.1.3;
    local-address 172.16.1.3;
    local-as 65003;
    peer-as 100;
    capability {graceful-restart;}
    api {processes [ announce-routes, receive-routes ];}
}