Hello,
Can be a bug on SW firmware?
2023-05-26 13:01:27,181 [INFO plugins.lldp.lldpneighbor] [topo GRA-O-Dist-A5510-3-24.sw] found multiple interface matches for <LLDPNeighbor identified=True netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw') interfaces=[Interface(id=6200, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='1', ifdescr='1 Gigabit - Level', iftype=6), Interface(id=6202, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='2', ifdescr='2 Gigabit - Level', iftype=6), Interface(id=6206, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='3', ifdescr='3 Gigabit - Level', iftype=6), Interface(id=6208, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='4', ifdescr='4 Gigabit - Level', iftype=6), Interface(id=6212, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='5', ifdescr='5 Gigabit - Level', iftype=6), Interface(id=6213, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='6', ifdescr='6 Gigabit - Level', iftype=6), Interface(id=6216, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='7', ifdescr='7 Gigabit - Level', iftype=6), Interface(id=6220, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='8', ifdescr='8 Gigabit - Level', iftype=6), Interface(id=6222, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='9', ifdescr='9 Gigabit - Level', iftype=6), Interface(id=6225, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='10', ifdescr='10 Gigabit - Level', iftype=6), Interface(id=6229, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='11', ifdescr='11 Gigabit - Level', iftype=6), Interface(id=6232, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'),
On Fri, 26 May 2023 13:04:58 -0300 (3 days, 20 hours, 46 seconds ago) Marcos Tadeu marcos@telecom.uff.br wrote:
2023-05-26 13:01:27,181 [INFO plugins.lldp.lldpneighbor] [topo GRA-O-Dist-A5510-3-24.sw] found multiple interface matches for <LLDPNeighbor identified=True netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw') interfaces=[Interface(id=6200, netbox=Netbox(id=167, sysname='GRA-O-3-HP-6-2.sw'), ifname='1', ifdescr='1 Gigabit - Level',
This just means that some LLDP record from GRA-O-Dist-A5510-3-24.sw gave an identifier for a remote interface that was ambiguous to NAV - i.e. NAV found multiple remote interfaces in its database that could match the given identier.
Unfortunately, this log message itself isn't enough to say what was contained in the offending LLDP record. For that, you would need to enable DEBUG level logging for `nav.ipdevpoll.plugins.lldp` and rerun the ipdevpoll topo job.