Framework: Qemu alignments
[csit.git] / resources / templates / vm / vpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec
diff --git a/resources/templates/vm/vpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec b/resources/templates/vm/vpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec
new file mode 100644 (file)
index 0000000..3d00a60
--- /dev/null
@@ -0,0 +1,19 @@
+create interface avf 0000:00:03.0 num-rx-queues $queues
+create interface avf 0000:00:04.0 num-rx-queues $queues
+
+set interface ip address avf-0/0/3/0 $ip1
+set interface state avf-0/0/3/0 up
+
+set interface ip address avf-0/0/4/0 $ip2
+set interface state avf-0/0/4/0 up
+
+ip route add $route1 via $nexthop1 $routeif1
+ip route add $route2 via $nexthop2 $routeif2
+
+set ip neighbor static $arpif1 $arpip1 $arpmac1
+
+$nat
+
+show logging
+
+show version
\ No newline at end of file