Network Map doesn't work

Hi,
I’m testing a new installation from librenms. I add 10 d-link switches devices and the discovery works fine! But, there will be no map shown. I got always the message:

No map to display, this may be because you aren’t running autodiscovery or no devices are linked by mac address.

LLDP is enabled on switches, what is the problem?

thank you in advance!

Please post the output of ./validate.php

also check here https://docs.librenms.org/Extensions/Network-Map/

Hi,

./validate.php:

====================================

Component Version
LibreNMS 1.31.03-17-ge754e95
DB Schema 206
PHP 7.0.22-0ubuntu0.16.04.1
MySQL 10.0.31-MariaDB-0ubuntu0.16.04.2
RRDTool 1.5.5
SNMP NET-SNMP 5.7.3

====================================

[OK] Database connection successful
[OK] Database schema correct
[WARN] Your install is over 24 hours out of date, last update: Tue, 05 Sep 2017 10:39:25 +0000

I already put this line into the config.php:

$config[‘network_map_items’] = array(‘mac’,‘xdp’);

But nothing happens :-/

Your devices actually have to be discovered by xDP or have a mac / arp association for this to work.

Pastebin the output of two devices you expect to see connected: ./discovery.php -h HOSTNAME -d -m discovery-protocols

Hi,

switch-008
https://pastebin.com/7Z7caUir

switch-010
https://pastebin.com/78VMAsjF

thank you

lldpRemoteSystemsDatae[0m]
lldpRemoteSystemsData = No Such Object available on this agent at this OID

lldpRemoteSystemsData = No Such Object available on this agent at this OID || lldpRemoteSystemsData || || ||
Array

looks like LLDP is not working on that device or cant find snmp oid

1 Like