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

set ip neighbor static $arpif1 $arpip1 $arpmac1

show logging

show version