diff options
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg')
-rw-r--r-- | tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg new file mode 100644 index 00000000..0f5b536d --- /dev/null +++ b/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg @@ -0,0 +1,18 @@ +process announce-routes { + run /etc/exabgp/exa-send.py 4 10; + encoder text; +} + +process receive-routes { + run /etc/exabgp/exa-receive.py 4; + encoder text; +} + +neighbor 172.16.1.254 { + router-id 172.16.1.4; + local-address 172.16.1.4; + local-as 65004; + peer-as 100; + capability {graceful-restart;} + api {processes [ announce-routes, receive-routes ];} +} |