Strange network map discovered

Hi! After some configuration or after some update I got the network map looking like this. It shows too many connections, like connections of any switch with the router. What settings can I change to make the map more friendly?

https://docs.librenms.org/Extensions/Network-Map/

make sure you turn off mac address other wise the map can get messy.

Thank you, that’s a good solution! :slight_smile:
Although, some connections are now “crossed”. So I used that:

$config['network_map_vis_options'] = '{
    "configure": { "enabled": true},
}';

and default settings were nice, now it looks cleaner to me.