1
0
Fork 0
frr/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg

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

19 lines
380 B
INI
Raw Permalink Normal View History

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