summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
blob: 22163c7fb18aead69b4cdcfd11854c65fab09ee4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
group controller {

    process announce-routes {
        run "/etc/exabgp/exa-send.py 5 10";
    }

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

    neighbor 172.16.1.254 {
        router-id 172.16.1.5;
        local-address 172.16.1.5;
        local-as 65005;
        peer-as 100;
        graceful-restart;
    }

}