summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_llgr/r3
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_llgr/r3')
-rw-r--r--tests/topotests/bgp_llgr/r3/bgpd.conf8
-rw-r--r--tests/topotests/bgp_llgr/r3/zebra.conf4
2 files changed, 12 insertions, 0 deletions
diff --git a/tests/topotests/bgp_llgr/r3/bgpd.conf b/tests/topotests/bgp_llgr/r3/bgpd.conf
new file mode 100644
index 0000000..dfe20c1
--- /dev/null
+++ b/tests/topotests/bgp_llgr/r3/bgpd.conf
@@ -0,0 +1,8 @@
+router bgp 65003
+ bgp router-id 192.168.2.1
+ no bgp ebgp-requires-policy
+ bgp graceful-restart
+ bgp long-lived-graceful-restart stale-time 20
+ neighbor 192.168.2.2 remote-as external
+ neighbor 192.168.2.2 timers 3 10
+ neighbor 192.168.2.2 timers connect 1
diff --git a/tests/topotests/bgp_llgr/r3/zebra.conf b/tests/topotests/bgp_llgr/r3/zebra.conf
new file mode 100644
index 0000000..8a7941b
--- /dev/null
+++ b/tests/topotests/bgp_llgr/r3/zebra.conf
@@ -0,0 +1,4 @@
+!
+int r3-eth0
+ ip address 192.168.2.1/24
+!