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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
376 B
INI
Raw Normal View History

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