ArubaOS-CX

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
nbctcp
Posts: 41
Joined: Tue Apr 04, 2017 7:36 am

ArubaOS-CX

Post by nbctcp » Thu Apr 11, 2019 5:22 am

ArubaOS-CX is Aruba switch like in model 8400
Fortunately they have OVA version, so you can try yourself in GNS3 or EveNG

https://nbctcp.wordpress.com/2015/07/02 ... n-on-esxi/
-to install Aruba CX
# mkdir /opt/unetlab/addons/qemu/aruba-cx-10_02
scp ArubaOS-CX_10_02_0010_ova.zip into /tmp
# cd /tmp
# unzip ArubaOS-CX_10_02_0010_ova.zip
# tar xf ArubaOS-CX_10_02_0010.ova
# /opt/qemu/bin/qemu-img convert -f vmdk -O qcow2 arubaoscx-disk-image-genericx86-p4-20190129201401.vmdk /opt/unetlab/addons/qemu/aruba-cx-10_02/hda.qcow2
# /opt/unetlab/wrappers/unl_wrapper -a fixpermissions
Wipe before Start node
L: admin
P: 

https://support.hpe.com/hpsc/doc/public ... cale=en_US

sertorivs
Posts: 2
Joined: Tue May 22, 2018 11:30 am

Re: ArubaOS-CX

Post by sertorivs » Mon May 20, 2019 12:23 pm

Hi team

Mmmm, not function properly

I had followed the steps but not function on lab, dont´recognize profile, could be a question of templates.
In my template....arubaoscx.yml whats wrong?
any help is a good welcome
Regards.

"...
type: qemu
name: ArubaOS-CX
cpulimit: 1
icon: Switch L3.png
cpu: 2
ram: 4096
ethernet: 8
console: telnet
qemu_arch: x86_64
qemu_options: -machine type=pc-1.0,accel=kvm -serial none -nographic -nodefconfig
-nodefaults -display none -vga std -rtc base=utc -cpu host -smp 3,sockets=1

............................................
template init.php wrong?

if (!isset($node_templates)) {
$node_templates = Array(
'a10' => 'A10 vThunder',
'osx' => 'Apple OSX',
'clearpass' => 'Aruba ClearPass',
'aruba' => 'Aruba WiFi Controller',
'arubaoscx' => 'Aruba OS-CX Switch',

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

Re: ArubaOS-CX

Post by Uldis (UD) » Mon May 20, 2019 5:56 pm

after last 'arubaoscx' => 'Aruba OS-CX Switch'

remove cpoma


it is very sensitive

Post Reply