frr/tests/topotests/bgp_ecmp_topo1/peer20/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
376 B
INI

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