summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_evpn_rt5/r1/zebra.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/topotests/bgp_evpn_rt5/r1/zebra.conf')
-rw-r--r--tests/topotests/bgp_evpn_rt5/r1/zebra.conf22
1 files changed, 22 insertions, 0 deletions
diff --git a/tests/topotests/bgp_evpn_rt5/r1/zebra.conf b/tests/topotests/bgp_evpn_rt5/r1/zebra.conf
new file mode 100644
index 0000000..4f1804c
--- /dev/null
+++ b/tests/topotests/bgp_evpn_rt5/r1/zebra.conf
@@ -0,0 +1,22 @@
+log stdout
+
+hostname r1
+password zebra
+
+! debug zebra vxlan
+! debug zebra kernel
+! debug zebra dplane
+! debug zebra rib
+log stdout
+vrf r1-vrf-101
+ vni 101
+ exit-vrf
+!
+interface r1-eth0
+ ip address 192.168.100.21/24
+!
+interface loop101 vrf r1-vrf-101
+ ip address 192.168.102.21/32
+!
+
+