aboutsummaryrefslogtreecommitdiffstats
path: root/resources/templates/vm/vpp_2vfpt_ethip4ipsec40tnl_plen30.exec
blob: 54cf42898fb635b2e9b7671676dc03fe2a7ca5f7 (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
set ip neighbor static $arpif1 $arpip1 $arpmac1

$ipsec

show logging

show version