diff options
Diffstat (limited to 'tests/topotests/config_timing/r1/zebra.conf')
-rw-r--r-- | tests/topotests/config_timing/r1/zebra.conf | 16 |
1 files changed, 16 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..b4dc338 --- /dev/null +++ b/tests/topotests/config_timing/r1/zebra.conf @@ -0,0 +1,16 @@ +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 + +route-map RM-NONE6 deny 10 + +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 |