extreme VOSS image creation request

Here you can ask EVE-NG team to add new images to the list to play in lab.

Do not ask questions like "where I can get image x or Y" in that forum

Moderator: mike

Post Reply
sjhappy
Posts: 1
Joined: Wed Apr 24, 2019 6:48 am

extreme VOSS image creation request

Post by sjhappy » Wed Apr 24, 2019 7:38 am

I have a request of creating Extreme VSP image

https://github.com/extremenetworks/Virtual_VOSS

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: extreme VOSS image creation request

Post by Uldis (UD) » Wed Apr 24, 2019 8:17 pm

EVE cookbook section 17.3
create your own template and use...
Vrtio images are given in your site

ChrisD
Posts: 2
Joined: Fri Sep 08, 2017 9:33 am

Re: extreme VOSS image creation request

Post by ChrisD » Thu Oct 21, 2021 7:24 am

I've got the Extreme VOSS 8.4 now running in EVE.

I followed the same steps as for Extreme EXOS:
Step 1. Download one of provided Extreme VSP KVM (qcow2) images:

https://github.com/extremenetworks/Virtual_VOSS

Step 2. Login as root in the EVE CLI using SSH protocol. Create the folder for exos image, use the proper version number:

mkdir /opt/unetlab/addons/qemu/extremevsp-8.4.0.0

Step 3. Upload the downloaded image to the EVE newly created directory (path /opt/unetlab/addons/qemu/extremevsp-8.4.0.0) using for example FileZilla or WinSCP:

Step 4. Go to the newly created exos image folder and rename original file name to hda.qcow2.

cd /opt/unetlab/adons/qemu/extremevsp-8.4.0.0/
mvVOSSGNS3.8.4.0.0.qcow2 hda.qcow2

Step 5. Clean and fix permissions:

/opt/unetlab/wrappers/unl_wrapper -a fixpermissions
To get it into the node list, I copied the template of ExtremeXOS (extremexos.yml) and renamed it to extremevsp.yml (I've got an AMD system)
---
type: qemu
description: ExtremeVSP
name: ExtremeVSP
cpulimit: 1
icon: Switch L3.png
cpu: 1
ram: 2048
ethernet: 3
console: telnet
qemu_arch: x86_64
qemu_options: -machine type=pc-1.0,accel=kvm -cpu Nehalem -nographic -rtc base=utc
...
I already created a two node lab with SPB and vIST between the 2.

Post Reply