summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_ecmp_topo1/peer2/exabgp.cfg
blob: 46b436d2af05f64031f9847b3aabf2f6237ef2c2 (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 2 10";
    }

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

    neighbor 10.0.1.1 {
        router-id 10.0.1.102;
        local-address 10.0.1.102;
        local-as 99;
        peer-as 100;
        graceful-restart;
    }

}