Versa Networks SD-WAN

Versions this guide is based on:

EVE Image Foldername Downloaded image Version vCPU RAM HDD Format Console Interfaces
versadir-16.1R2S9 versa-director-a454c1d-16.1R2S9.qcow2.tbz2 16.1R2S9 2 4096 virtioa vnc x2 virtio
versaana-16.1R2S9 versa-analytics-80561de-16.1R2S9.qcow2.tbz2 16.1R2S9 2 4096 virtioa telnet x3 virtio
versafvnf-16.1R2S9 versa-flexvnf-80561de-16.1R2S9.qcow2.tbz2 16.1R2S9 2 4096 virtioa telnet x6 virtio
Instructions
Other versions should also be supported following bellow’s procedure.

This how to is tested for image versions VVersa Networks SD-WAN 16.1R2S9

Versa Networks Director image

1. SSH to EVE and login as root, from cli and create image directory:

mkdir /opt/unetlab/addons/qemu/versadir-16.1R2S9

2. Upload the versa-director-a454c1d-16.1R2S9.qcow2.tbz2 image to the EVE /opt/unetlab/addons/qemu/versadir-16.1R2S9/ using, for example, FileZilla or WinSCP.

3. From cli go to created directory:

cd /opt/unetlab/addons/qemu/versadir-16.1R2S9/

4. Untar uploaded tar image to obtain source files:

tar xvfj versa-director-a454c1d-16.1R2S9.qcow2.tbz2

5. Rename original source file versa-director-a454c1d-16.1R2S9.qcow2 to virtioa.qcow2:

mv versa-director-a454c1d-16.1R2S9.qcow2 virtioa.qcow2
6. Remove source files:
rm versa-director-a454c1d-16.1R2S9.qcow2.tbz2
7. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

 

Versa Networks Analytics image

1. SSH to EVE and login as root, from cli and create image directory:

mkdir /opt/unetlab/addons/qemu/versaana-16.1R2S9

2. Upload the versa-analytics-80561de-16.1R2S9.qcow2.tbz2 image to the EVE /opt/unetlab/addons/qemu/versaana-16.1R2S9/ using, for example, FileZilla or WinSCP.

3. From cli go to created directory:

cd /opt/unetlab/addons/qemu/versaana-16.1R2S9/

4. Untar uploaded tar image to obtain source file:

tar xvfj versa-analytics-80561de-16.1R2S9.qcow2.tbz2

5. Rename original source file versa-analytics-80561de-16.1R2S9.qcow2 to virtioa.qcow2

mv versa-analytics-80561de-16.1R2S9.qcow2 virtioa.qcow2
6. Remove source file:
rm versa-analytics-80561de-16.1R2S9.qcow2.tbz2
7. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

 

Versa Networks VNF Edge image

1. SSH to EVE and login as root, from cli and create image directory:

mkdir /opt/unetlab/addons/qemu/versafvnf-16.1R2S9

2. Upload the versa-flexvnf-80561de-16.1R2S9.qcow2.tbz2 image to the EVE /opt/unetlab/addons/qemu/versafvnf-16.1R2S9/ using, for example, FileZilla or WinSCP.

3. From cli go to created directory:

cd /opt/unetlab/addons/qemu/versafvnf-16.1R2S9/

4. Untar uploaded original source file to obtain qcow2 image:

tar xvfj versa-flexvnf-80561de-16.1R2S9.qcow2.tbz2

5. Rename original  qcow2 source file versa-flexvnf-80561de-16.1R2S9.qcow2 to virtioa.qcow2

mv edge-versa-flexvnf-80561de-16.1R2S9.qcow2 virtioa.qcow2
6. Remove source file:
rm versa-flexvnf-80561de-16.1R2S9.qcow2.tbz2
7. Fix permissions
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions