1
0
Fork 0
frr/tests/topotests/bgp_multiview_topo1/peer7/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 Normal View History

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