summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_ecmp_topo1/peer6/exabgp.cfg
blob: fc702674cf483b9cc561d74ed457acc621b01853 (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 6 10;
    encoder text;
}

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

neighbor 10.0.2.1 {
    router-id 10.0.2.106;
    local-address 10.0.2.106;
    local-as 99;
    peer-as 100;
    capability {graceful-restart;}
    api {processes [ announce-routes, receive-routes ];}
}