summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_ecmp_topo1/peer19/exabgp.cfg
blob: 9913c226f671caac02c814fd63b7a79d2b5c5c78 (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 19 10";
    }

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

    neighbor 10.0.4.1 {
        router-id 10.0.4.119;
        local-address 10.0.4.119;
        local-as 119;
        peer-as 100;
        graceful-restart;
    }

}