frr/tests/topotests/bgp_ecmp_topo1/peer18/exabgp.cfg

19 lines
376 B
INI
Raw Permalink Normal View History

process announce-routes {
run /etc/exabgp/exa-send.py 18 10;
encoder text;
}
process receive-routes {
run /etc/exabgp/exa-receive.py 18;
encoder text;
}
neighbor 10.0.4.1 {
router-id 10.0.4.118;
local-address 10.0.4.118;
local-as 118;
peer-as 100;
capability {graceful-restart;}
api {processes [ announce-routes, receive-routes ];}
}