frr/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

18 lines
380 B
INI

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