diff options
author | pmikus <pmikus@cisco.com> | 2020-08-18 09:57:26 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2020-08-18 10:18:00 +0000 |
commit | 42d1016e92cf2b8ba4e493d878c475de325a447a (patch) | |
tree | 5359bc5fee023773c74d7a9e8e0148ba9202ea1a /resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec | |
parent | 5c43c46d08dbc9e73422e947420096d075b269cf (diff) |
Framework: Qemu alignments
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: I20098fca8fb513accef3edc9a72bfd3c56bf9be2
Diffstat (limited to 'resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec')
-rw-r--r-- | resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec b/resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec new file mode 100644 index 0000000000..480abc50fc --- /dev/null +++ b/resources/templates/vm/vpp_2vfpt_ip4scale2k_plen30.exec @@ -0,0 +1,17 @@ +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 count 1000 via $nexthop1 $routeif1 +ip route add $route2 count 1000 via $nexthop2 $routeif2 + +set ip neighbor static $arpif1 $arpip1 $arpmac1 + +show logging + +show version |