NeDi Community
NeDi Software Specific => Discovery => Topic started by: tristanbob on March 27, 2018, 01:35:09 am
-
We love being able to view a network device in Nedi and see how long each of the ports have been in their current state. This lets us find ports that have been down for over a year so that we know that we can reuse these ports. However, we are starting to find some models of switches do not have anything in this field, just a "-".
I assume this must be caused by a missing or wrong entry in the .DEF file. Which one is it?
Thanks!
Tristan
-
It's not in the .def and it's ifLastChange, which is read in realtime. Therefore the switch needs to be active and the uptime available or you get the the '-'.
The problem is, this value is reset upon reboot. That's why I've added the Ethernet port icon in the status line. It shows available ports based on persistent discovery information...
-
Thanks for the info! I thought these switches were discovering correctly because the "Last Discover" was staying current.
However, if I look at the "Device Status" page it has a red "Discover Outdated" and these are the switches with the blank "Last Status Change (Realtime)".
I clicked the "Discover Now" button, and it discovers correctly, the "Discover Outdated" message goes away, and the interfaces show their Last Change.
Do you have idea on why this is happening, and how to prevent this?
Thanks!
-
Review the crontab entry and the discovery log (or Monitoring-Events). Either the wrong IP is seen by CDP/LLDP or it's not found at all. You could use something like nedi.pl -P1 -Aall to discover all devices in the DB if ping was successful...