Versions this guide is based on:
EVE Image foldername | Downloaded Filename | vCPUs | vRAM | Interfaces | NIC Type | Console | HDD Format | Qemu |
---|---|---|---|---|---|---|---|---|
ftd7-FTD-7.2.1-40 | Cisco_Secure_Firewall_Threat_Defense_Virtual-7.2.1-40.qcow2 | 4 | 8192 | 6-8 | virtio-pci-net | vnc | virtioa | 5.2.0 |
fmc7-7.2.1-40 | Cisco_Secure_FW_Mgmt_Center_Virtual_KVM-7.2.1-40.qcow2 | 4 | 28762 | 1 | virtio-pci-net | vnc/https | virtioa | 5.2.0 |
Note: For EVE-NG Qemu devices mandatory is the first part of foldername : fmc7- or ftd7- . After the hyphen (-) you can add any your image version or name. Example for version 7.3 FTD foldername will be: ftd7-FTD-7.3.0-69 and for FMC node: fmc7-7.3.0-69
Instructions |
---|
Other versions also are supported following bellow’s procedure.
Steps below are based on FirePower 7.2 deployment, for other image deployment, use proper names respectively.You Have to use your own cisco CCO to download images and obtain demo licences. 1. Deployment of Cisco_Secure_FW_Mgmt_Center_Virtual_KVM-7.2.1-40 SSH to EVE and login as root, from cli and create image directory on the EVE: Create new image folder: mkdir /opt/unetlab/addons/qemu/fmc7-7.2.1-40
Upload the downloaded Cisco_Secure_FW_Mgmt_Center_Virtual_KVM-7.2.1-40.qcow2 image to the /opt/unetlab/addons/qemu/fmc7-7.2.1-4 using FileZilla or WinSCP. Rename it to virtioa.qcow2: cd /opt/unetlab/addons/qemu/fmc7-7.2.1-40
mv Cisco_Secure_FW_Mgmt_Center_Virtual_KVM-7.2.1-40.qcow2 virtioa.qcow2
Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
2. Deployment of Cisco_Secure_Firewall_Threat_Defense_Virtual-7.2.1-40.qcow2 SSH to EVE and login as root, from cli and create image directory on the EVE: mkdir /opt/unetlab/addons/qemu/ftd7-FTD-7.2.1-40
Upload the downloaded Cisco_Secure_Firewall_Threat_Defense_Virtual-7.2.1-40.qcow2 image to the /opt/unetlab/addons/qemu/ftd7-FTD-7.2.1-40 using FileZilla or WinSCP. Rename it to virtioa.qcow2: cd /opt/unetlab/addons/qemu/ftd7-FTD-7.2.1-40
mv Cisco_Secure_Firewall_Threat_Defense_Virtual-7.2.1-40.qcow2 virtioa.qcow2
Fix permissions: /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
|