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