Arista and ASAv not showing up as nodes on EVE-NG Pro

Before posting something, READ the changelog, WATCH the videos, howto and provide following:
Your install is: Bare metal, ESXi, what CPU model, RAM, HD, what EVE version you have, output of the uname -a and any other info that might help us faster.

Moderator: mike

Post Reply
TCP179
Posts: 2
Joined: Thu May 13, 2021 10:03 pm

Arista and ASAv not showing up as nodes on EVE-NG Pro

Post by TCP179 » Thu May 13, 2021 10:23 pm

Hello,

I recently installed EVE-NG pro and followed instructions to add Arista vEOS and ASAv; however, both are not showing up as available nodes.

I am running a lab only Dell Precision T7500 with Intel Xeon quad-core E5620 and 82GB of Ram.

Here is the history for the install of the images:

mkdir vEOS64-lab-4.26.0.1F
cd vEOS64-lab-4.26.0.1F/
qemu-img convert -f vmdk -O qcow2 vEOS64-lab-4.26.0.1F.vmdk hda.qcow2
mv Aboot-veos-serial-8.0.0.iso cdrom.iso
rm vEOS64-lab-4.26.0.1F.vmdk
unl_wrapper -a fixpermissions


mkdir asav992
cd asav992/
mv asav992.qcow2 virtioa.qcow2
unl_wrapper -a fixpermissions


From my lab machine:

root@eve-ng:/opt/unetlab/addons/qemu# uname -a
Linux eve-ng 4.20.17.2-eve-ng-uksm-wg+ #1 SMP Sat Feb 6 11:21:53 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux


root@eve-ng:/opt/unetlab/addons/qemu# ls
asav992 csr1000v-universalk9.16.6.1 cumulus-linux-4.3.0-vx-amd64-qemu titanium-final.7.3.0.D1.1 vEOS64-lab-4.24.5M vEOS64-lab-4.26.0.1F vios-adventerprisek9-m.vmdk.SPA.157-3.M

root@eve-ng:/opt/unetlab/addons/qemu# free -h
total used free shared buff/cache available
Mem: 7.8G 730M 3.7G 12M 3.4G 6.8G
Swap: 979M 0B 979M


root@eve-ng:/opt/unetlab/addons/qemu# df -h
Filesystem Size Used Avail Use% Mounted on
udev 3.9G 0 3.9G 0% /dev
tmpfs 798M 11M 787M 2% /run
/dev/mapper/eve--ng--vg-root 97G 19G 74G 20% /
tmpfs 3.9G 0 3.9G 0% /dev/shm
tmpfs 5.0M 0 5.0M 0% /run/lock
tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup
tmpfs 798M 0 798M 0% /run/user/0

I appreciate any help; thank you!

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

Re: Arista and ASAv not showing up as nodes on EVE-NG Pro

Post by Uldis (UD) » Fri May 14, 2021 7:02 am

You simply made wrong names for your image folders, and dint follow how to..

Image foldernames are case sensitive in eve:
your arista foldername must start with

veos-

ASAv image

asav-

NOTE Hyphen is amust

example your arista image folder name will be: (mkdir)
veos-vEOS64-lab-4.26.0.1F
or
asav-992


Please read our how to and Exactly follow advice.
https://www.eve-ng.net/index.php/documentation/howtos/
https://www.eve-ng.net/index.php/docume ... ista-veos/
https://www.eve-ng.net/index.php/docume ... isco-asav/

TCP179
Posts: 2
Joined: Thu May 13, 2021 10:03 pm

Re: Arista and ASAv not showing up as nodes on EVE-NG Pro

Post by TCP179 » Fri May 14, 2021 9:17 pm

Uldis (UD),

You got me on that one; thank you so much! I made the changes and it is working now; I really appreciate it.
I must have missed where in the instructions folders were case sensitive, but that is irrelevant; my mistake.

Post Reply