]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_features/peer1/exabgp.cfg
Merge pull request #7866 from kishorekunal01/fpm_dump_issue
[mirror_frr.git] / tests / topotests / bgp_features / peer1 / exabgp.cfg
1 group exabgp {
2 process announce-routes {
3 run "/etc/exabgp/exa_readpipe.py /var/run/exabgp_peer1.in";
4 encoder text;
5 }
6 neighbor 192.168.101.1 {
7 router-id 192.168.101.3;
8 local-address 192.168.101.3;
9 local-as 65403;
10 peer-as 65000;
11 }
12 }