Eve Ng Images Download
Download Cisco Nexus Switch Images For GNS3 & Eve-ng, download cisco nexus 9000v, download nexus 5k image for +eve-ng, download nexus titanium. If the file you are trying to access is particularly large or is shared with many people, it may take up to 24 hours to be able to view or download the file. If you still can't access a file after 24 hours, contact your domain administrator. Eve-ng Images Download Best 2.0 Sound Bar Ben Bohmer Zippyshare Approved Gpi Label Programme Games Pc Full Imei And Sn Writer Tool Jijaji Chhat Par Hai 15 April 2019 Full Episode 1-5, 6, 2014 Anastasia 1977 Download Cara Hapus Perintah Di Adb Shell Hexagon 2.5 Tutorials Pdf App Empire Chad Mureta Pdf Download.
EVE Image Name | Downloaded Original Filename | Version | vCPUs | vRAM | Console | HDD format | Interfaces | |
---|---|---|---|---|---|---|---|---|
1. | fortinet-FGT-v6-build1010 | FGT_VM64_KVM-v6-build1010-FORTINET.out.kvm.zip | 6.0.buildX | 1 | 1024 | telnet, http | virtioa | x4 virtio |
2. | fortinet-FMG-v6-build1183 | FMG_VM64_KVM-v6-build1183-FORTINET.out.kvm.zip | 6.0.buildX | 2 | 4096 | telnet, https | virtioa, virtiob | x1 virtio |
3. | fortinet-FAZ-v6-build1183 | FAZ_VM64_KVM-v6-build1183-FORTINET.out.kvm.zip | 6.0.buildX | 4 | 8192 | telnet, https | virtioa | x1 virtio |
Instructions |
---|
Other versions should also be supported following bellow’s procedure. Naming of image folder and image name please follow naming table: 1.1. Using our image table, create correct image folder, this example is for image 1. in the table above. It is Fortinet FGT image. Per our image naming table we have to create image folder starting with fortinet-, lets do it. 1.2. Upload the downloaded image to the EVE /opt/unetlab/addons/qemu/fortinet-FGT-v6-build1010/ folder using for example FileZilla or WinSCP. 1.3. From the EVE cli, go to newly created image folder. 1.5. Rename original filename to virtioa.qcow2 and remove original zip file 2. Obtain FortiManager KVM image and prepare for EVE. 2.1. Using our image table, create correct image folder, this example is for image 1. in the table above. It is Fortinet Manager(FMG) image. Per our image naming table we have to create image folder starting with fortinet-, lets do it. 2.2. Upload the downloaded image to the EVE /opt/unetlab/addons/qemu/fortinet-FMG-v6-build1183/ folder using for example FileZilla or WinSCP. 2.3. From the EVE cli, go to newly created image folder. 2.5. Rename original filename to virtioa.qcow2 and remove original zip file 3. Obtain FortiAnalyzer KVM image and prepare for EVE. 3.1. Using our image table, create correct image folder, this example is for image 1. in the table above. It is Fortinet Manager(FMG) image. Per our image naming table we have to create image folder starting with fortinet-, lets do it. 3.2. Upload the downloaded image to the EVE /opt/unetlab/addons/qemu/fortinet-FAZ-v6-build1183/ folder using for example FileZilla or WinSCP. 3.3. From the EVE cli, go to newly created image folder. 3.5. Rename original filename to virtioa.qcow2 and remove original zip file 3.6. Create second HDD 100Gb drive virtiob.qcow2 |
- use WinSCP
Web for load WinSCP
https://sourceforge.net/projects/winscp/?source=typ_redirect
- The location of WinSCP
C:UserUserDownloadsProgramsWinSCP-5.10.1.beta-Setup.exe
- After setup WinSCP, open the WinSCP from destop
- Click login
- Click “Yes”
- Password : eve
- The interface of WinSCP which have 2 side.
left hand side of page for directory in your computer
in my computer
D:Training-CATCisco IOL
right hand side of page for directory in WinSCP
Cisco Eve
/opt/unetlab/addons/iol/bin/
- Copy (drag) the file from your computer to WinSCP
there are the file that should copy
L2-ADVENTERPRISE-M-15.1-20140814.bin
L3-ADVENTERPRISEK9-M-15.4-2T.bin
script.py
- for file script.py copy from the internet paste into the notepad
## create file “scripts.py” , save file, and then upload to /opt/unetlab/addons/iol/bin/
##———————————————————————————————–##
#! /usr/bin/python
#print “*********************************************************************”
#print “Cisco IOU License Generator – Kal 2011, python port of 2006 C version”
import os
import socket
import hashlib
import struct
# get the host id and host name to calculate the hostkey
hostid=os.popen(“hostid”).read().strip()
hostname = socket.gethostname()
ioukey=int(hostid,16)
for x in hostname:
ioukey = ioukey + ord(x)
print “hostid=” + hostid +”, hostname=”+ hostname + “, ioukey=” + hex(ioukey)[2:]
# create the license using md5sum
iouPad1=’x4Bx58x21x81x56x7Bx0DxF3x21x43x9Bx7ExACx1DxE6x8A’
iouPad2=’x80′ + 39*’0′
md5input=iouPad1 + iouPad2 + struct.pack(‘!i’, ioukey) + iouPad1
iouLicense=hashlib.md5(md5input).hexdigest()[:16]
print “nAdd the following text to ~/.iourc:”
print “[license]n” + hostname + ” = ” + iouLicense + “;n”
print “You can disable the phone home feature with something like:”
print ” echo ‘127.0.0.127 xml.cisco.com’ >> /etc/hostsn”
##———————————————————————————————–##
Eve Ng Pro License
Note::
Here is the script: