summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg
blob: 13670c3b52fc912252729be216f255635bba84da (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 2 10;
    encoder text;
}

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

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