X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftemplates%2Fvm%2Fvpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec;fp=resources%2Ftemplates%2Fvm%2Fvpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec;h=3d00a60de2d8988e44c574ca95209281d369b9cf;hp=0000000000000000000000000000000000000000;hb=42d1016e92cf2b8ba4e493d878c475de325a447a;hpb=5c43c46d08dbc9e73422e947420096d075b269cf 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 index 0000000000..3d00a60de2 --- /dev/null +++ b/resources/templates/vm/vpp_2vfpt_ethip4_nat44ed_h4096_p63_s258048.exec @@ -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