Performance: Tests with virtio driver in VM
[csit.git] / resources / templates / vm / vppip6_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 ip address virtio-0/0/6/0 1:1::1/64
10 set interface ip address virtio-0/0/7/0 1:2::1/64
11
12 ip route add 2001:1::/64 via 1:1::2 virtio-0/0/6/0 up
13 ip route add 2001:2::/64 via 1:2::2 virtio-0/0/7/0 up
14
15 show logging
16
17 show version