Arista serial number in GUI

Hi Guys,

First of all I have to say that LibreNSM is a great piece of software and we absolutely love it.

My problem is that I can’t find inventory related information about Arista devices in the GUI. There isn’t any serial number on overview screen. Other vendors have this information.
If I do inventory API calls I can find the serials in the outputs.

What could be the problem?

Thanks!

Hi

Totally right.

Just for quick test, do you mind doing:

snmpget -v2c -cCOMMUNITY HOST .1.3.6.1.2.1.47.1.1.1.1.11.1

Change version, community and host to fit your device settings.

I dont need the serial number, just tell me if that request return it for you

Hi,

Yes, the query returns the serial number (i’ve replaced the numbers with 'x"):

SNMPv2-SMI::mib-2.47.1.1.1.1.11.1 = STRING: “JPExxxxxxxx”

Thanks for your help!

Perfect!

PR is ongoing https://github.com/librenms/librenms/pull/11737