2017-10-26 15:34:36 -05:00
|
|
|
# Network Map
|
|
|
|
|
|
2024-01-31 22:56:59 +08:00
|
|
|
LibreNMS has the ability to show you a dynamic network map based on
|
|
|
|
|
data collected from devices. These maps are accessed through the
|
|
|
|
|
following menu options:
|
|
|
|
|
|
|
|
|
|
- Overview -> Maps -> Network
|
|
|
|
|
- Overview -> Maps -> Device Group Maps
|
|
|
|
|
- The Neighbours -> Map tab when viewing a single device
|
|
|
|
|
(the Neighbours tab will only show if a device has xDP neighbours)
|
|
|
|
|
|
|
|
|
|
These network maps can be based on:
|
2015-07-18 16:15:57 +01:00
|
|
|
|
|
|
|
|
- xDP Discovery
|
2024-01-31 22:56:59 +08:00
|
|
|
- MAC addresses (ARP entries matching interface IP and MAC)
|
2015-07-18 16:15:57 +01:00
|
|
|
|
2019-09-09 05:48:35 -05:00
|
|
|
By default, both are are included but you can enable / disable either
|
|
|
|
|
one using the following config option:
|
2015-07-18 16:15:57 +01:00
|
|
|
|
2024-01-31 22:56:59 +08:00
|
|
|
```bash
|
2024-04-16 16:23:35 +02:00
|
|
|
lnms config:set network_map_items '["mac","xdp"]'
|
2015-07-18 16:15:57 +01:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
Either remove mac or xdp depending on which you want.
|
2017-10-26 15:34:36 -05:00
|
|
|
XDP is based on FDP, CDP and LLDP support based on the device type.
|
2015-07-18 16:15:57 +01:00
|
|
|
|
2024-01-31 22:56:59 +08:00
|
|
|
It is worth noting that the global map could lead to a large network
|
|
|
|
|
map that is slow to render and interact with. The network map on the
|
|
|
|
|
device neighbour page, or building device groups and using the device
|
|
|
|
|
group maps will be more usable on large networks.
|
2017-10-24 16:28:16 -05:00
|
|
|
|
2024-01-31 22:56:59 +08:00
|
|
|
## Settings
|
|
|
|
|
The map display can be configured by altering the [VisJS-Config.md](Vis JS Options)
|