Performance: Tests with virtio driver in VM
[csit.git] / resources / templates / vm / vppip6_2virtiovr1024.exec
diff --git a/resources/templates/vm/vppip6_2virtiovr1024.exec b/resources/templates/vm/vppip6_2virtiovr1024.exec
new file mode 100644 (file)
index 0000000..fd31d40
--- /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/64
+set interface ip address virtio-0/0/7/0 1:2::1/64
+
+ip route add 2001:1::/64 via 1:1::2 virtio-0/0/6/0 up
+ip route add 2001:2::/64 via 1:2::2 virtio-0/0/7/0 up
+
+show logging
+
+show version