Files
librenms-librenms/includes/discovery
Chi Hang Long 2eb5e30aa7 Modify to fix neighbours on EXOS switch problem (#10013)
https://community.librenms.org/t/modify-discovery-protocols-inc-php-to-fix-neighbours-problem-on-extreme-networks-exos-switch/7797

The bug is caused by SNMP polling switch-1 with ifIndex to DB (associate
ifIndex when adding switch), the port “1” is “1001”. Another switch-2
discover the switch-1 port “1” by LLDP is “1” (after LiberNMS get this
information). Two values are not equal (“1001” != “1”). If I change to
use ifName associate when adding device, because ifName is “1:1”, so it
can not equal to LLDP too (“1:1” != “1”).
2019-04-01 09:24:58 +02:00
..
2019-01-19 11:44:32 -06:00
2018-02-01 23:35:23 -06:00
2018-02-05 07:39:13 -06:00
2019-01-19 11:48:30 -06:00
2018-08-26 13:42:21 +01:00
2019-01-19 11:44:32 -06:00