blob: b0462e1593a1b5f93aa6593687ab0bad35e3c293 (
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
set ip neighbor static $arpif1 $arpip1 $arpmac1
$ipsec
show logging
show version
|