summaryrefslogtreecommitdiffstats
path: root/tests/topotests/config_timing/r1/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/config_timing/r1/zebra.conf')
-rw-r--r--tests/topotests/config_timing/r1/zebra.conf18
1 files changed, 18 insertions, 0 deletions
diff --git a/tests/topotests/config_timing/r1/zebra.conf b/tests/topotests/config_timing/r1/zebra.conf
new file mode 100644
index 0000000..46fd965
--- /dev/null
+++ b/tests/topotests/config_timing/r1/zebra.conf
@@ -0,0 +1,18 @@
+log timestamp precision 3
+
+ip prefix-list ANY permit 0.0.0.0/0 le 32
+ipv6 prefix-list ANY seq 10 permit any
+
+route-map RM-NONE4 deny 10
+exit-route-map
+
+route-map RM-NONE6 deny 10
+exit-route-map
+
+interface r1-eth0
+ ip address 100.0.0.1/24
+ ipv6 address 2102::1/64
+exit
+
+ip protocol static route-map RM-NONE4
+ipv6 protocol static route-map RM-NONE6