PAL: Update Sphinx to the latest versions
[csit.git] / resources / templates / vm / vppip4_2virtiovr1024.exec
1 set logging class virtio level debug
2
3 create interface virtio 0000:00:06.0
4 create interface virtio 0000:00:07.0
5
6 set interface state virtio-0/0/6/0 up
7 set interface state virtio-0/0/7/0 up
8
9 set interface mac address virtio-0/0/6/0 $mac1
10 set interface ip address virtio-0/0/6/0 1.1.1.1/24
11 set interface mac address virtio-0/0/7/0 $mac2
12 set interface ip address virtio-0/0/7/0 1.1.2.1/24
13
14 set ip neighbor static virtio-0/0/6/0 1.1.1.2 $vif1_mac
15 set ip neighbor static virtio-0/0/7/0 1.1.2.2 $vif2_mac
16
17 ip route add 10.0.0.0/8 via 1.1.1.2
18 ip route add 20.0.0.0/8 via 1.1.2.2
19
20 show logging
21
22 show version