summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_ecmp_topo1/peer15/exabgp.cfg
blob: 9a4ca7f695b817596e7e51a1244718b125bf4913 (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 15 10;
    encoder text;
}

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

neighbor 10.0.3.1 {
    router-id 10.0.3.115;
    local-address 10.0.3.115;
    local-as 115;
    peer-as 100;
    capability {graceful-restart;}
    api {processes [ announce-routes, receive-routes ];}
}