summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_peer_type_multipath_relax/peer2/exabgp.cfg
blob: b53b0545509a7f542dc01e3c2b18d7d950f6fc24 (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_readpipe.py /var/run/exabgp_peer2.in";
        encoder text;
    }

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

    neighbor 10.0.2.1 {
        router-id 10.0.2.2;
        local-address 10.0.2.2;
        local-as 64511;
        peer-as 64511;
    }

}