Juniper vSRX (ver 12.X / FireFly)

Versions this guide is based on:

EVE Image Foldername Downloaded Filename Version vCPUs vRAM
vsrx-12.1X44-D10.4-domestic junos-vsrx-12.1X44-D10.4-domestic.ova 12.1X44-D10.4 2 1024

 

Instructions
Other versions should also be supported following bellow’s procedure.

Upload the downloaded image to the EVE using for example FileZilla or WinSCP. Then login as root using SSH protocol and uncompress it:

mkdir abc
cd abc
tar xf ../junos-vsrx-12.1X44-D10.4-domestic.ova

Then convert the disk to the qcow2 format:

/opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 junos-vsrx-12.1X44-D10.4-domestic-disk1.vmdk virtioa.qcow2

Create the folder for HDD image and move it:

mkdir -p /opt/unetlab/addons/qemu/vsrx-12.1X44-D10.4-domestic
mv virtioa.qcow2 /opt/unetlab/addons/qemu/vsrx-12.1X44-D10.4-domestic

Clean and fix permissions:

cd ..
rm -rf abc
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Default username is admin without password.