Performance: Tests with virtio driver in VM
[csit.git] / resources / templates / vm / vppip4noarp_2virtiovr1024.exec
diff --git a/resources/templates/vm/vppip4noarp_2virtiovr1024.exec b/resources/templates/vm/vppip4noarp_2virtiovr1024.exec
new file mode 100644 (file)
index 0000000..932106a
--- /dev/null
@@ -0,0 +1,17 @@
+set logging class virtio level debug
+
+create interface virtio 0000:00:06.0
+create interface virtio 0000:00:07.0
+
+set interface state virtio-0/0/6/0 up
+set interface state virtio-0/0/7/0 up
+
+set interface ip address virtio-0/0/6/0 1.1.1.1/30
+set interface ip address virtio-0/0/7/0 1.1.2.1/30
+
+ip route add 10.0.0.0/8 via 1.1.1.2 virtio-0/0/6/0
+ip route add 20.0.0.0/8 via 1.1.2.2 virtio-0/0/7/0
+
+show logging
+
+show version