Framework: Code aligments
[csit.git] / resources / templates / vm / vpp_2vfpt_ethip4ipsec1tnl_nat44ed_s64512.exec
diff --git a/resources/templates/vm/vpp_2vfpt_ethip4ipsec1tnl_nat44ed_s64512.exec b/resources/templates/vm/vpp_2vfpt_ethip4ipsec1tnl_nat44ed_s64512.exec
new file mode 100644 (file)
index 0000000..1c4e045
--- /dev/null
@@ -0,0 +1,17 @@
+create interface avf 0000:00:06.0 num-rx-queues $queues
+create interface avf 0000:00:07.0 num-rx-queues $queues
+
+set interface ip address avf-0/0/6/0 $ip1
+set interface state avf-0/0/6/0 up
+
+set interface ip address avf-0/0/7/0 $ip2
+set interface state avf-0/0/7/0 up
+
+ip route add $route1 via $nexthop1 $routeif1
+set ip neighbor static $arpif1 $arpip1 $arpmac1
+
+$nat_ipsec
+
+show logging
+
+show version
\ No newline at end of file