How to tell LibreNMS to build maps based on xDP only?

Hi,

Simple question here : is there a way to disable ARP for maps ?

In the documentation, there is the command lnms config:set 'network_map_items' "('mac','xdp') but I have constantly “invalid format” when I use it…

For example :

librenms@ubuntu:~$ lnms config:set 'network_map_items' "('xdp')"
Invalid format

Regards

Hi,

I found the right command : lnms config:set network_map_items '["xdp"]'.

Now, the map is correctly displaying L2 links, without fake “ARP links”.

Bye !

oops you already got it :slight_smile:

1 Like

Thank you :wink:

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.