Network maps => edge between same nodes overlap

I have LAG between devices.
Is there any way to see all those links on graph ?
Currently I am seeing only one link, top one.

Hello

Right now, LibreNMS only display one of the links, that’s right. There is no way to change that without writing and submitting a patch, which would need to create multiple non overlapping edges.

PipoCanaja

Manually you can. Use this url:

/graphs/to=1533942000/id=41636%2C41768%2C41760%2C138095%2C41776%2C95256%2C70983%2C70918/type=multiport_bits_separate/from=1533855600/

id= is a comma separated list of port ids (%2C is , urlencoded). Replace the IDs with the ones you want. Otherwise use port descr parsing - see docs.