summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_type_multipath_relax/peer1/exabgp.cfg
blob: e6606d22ff23069cfd4a07794c18d7a91c8d19ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
process announce-routes {
    run /etc/exabgp/exa_readpipe.py /var/run/exabgp_peer1.in;
    encoder text;
}

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

neighbor 10.0.1.1 {
    router-id 10.0.1.2;
    local-address 10.0.1.2;
    local-as 64510;
    peer-as 64510;
    api {processes [ announce-routes, receive-routes ];}
}