0% found this document useful (0 votes)
837 views1 page

HowTo Add Juniper VSRX (Ver 12.X: FireFly)

This document provides instructions for adding a Juniper vSRX (version 12.X / FireFly) virtual machine to the EVE image. It details uploading the downloaded OVA file, uncompressing and converting it to the qcow2 format, moving the HDD image file to the proper folder, and cleaning up and fixing permissions. Once added, the default username is "admin" without a password.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
837 views1 page

HowTo Add Juniper VSRX (Ver 12.X: FireFly)

This document provides instructions for adding a Juniper vSRX (version 12.X / FireFly) virtual machine to the EVE image. It details uploading the downloaded OVA file, uncompressing and converting it to the qcow2 format, moving the HDD image file to the proper folder, and cleaning up and fixing permissions. Once added, the default username is "admin" without a password.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

HowTo add Juniper vSRX (ver 12.

X / FireFly)

Versions this guide is based on:

EVE Image Name Downloaded Filename Version vCPUs vRAM

vsrx-12.1X44-D10.4- junos-vsrx-12.1X44-D10.4- 12.1X44-


domestic domestic.ova 2 1024
D10.4

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 tmp
cd tmp
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 tmp
/opt/unetlab/wrappers/unl_wrapper -a fixpermissions

Default username is admin without password.

You might also like