aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vm/vpp_2vfpt_ip4base_plen24.exec
blob: 96727ac5e4510e9b3a12021039a2a483edd4178b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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
ip route add $route2 via $nexthop2 $routeif2

set ip neighbor static $arpif1 $arpip1 $arpmac1

show logging

show version