summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg
blob: 0f5b536d9a412bb6f9b13ddcd6f7af3feaa3008e (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 4 10;
    encoder text;
}

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

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