Errors on LLDP neighbors tab #1042

Closed
opened 2025-12-29 16:28:13 +01:00 by adam · 1 comment
Owner

Originally created by @tkald on GitHub (Jun 16, 2017).

Issue type: bug report

Python version: 2.7
NetBox version: 2.0.7

I get various popup alerts for different devices on LLDP neighbors tab, for example:

{"detail":"No RPC client available for this platform (Dell Idrac)."}
{"detail":"No IP configured for this device."}
{"detail":"No RPC client available for this platform (None)."}

Originally created by @tkald on GitHub (Jun 16, 2017). <!-- Please note: GitHub issues are to be used only for feature requests and bug reports. For installation assistance or general discussion, please join us on the mailing list: https://groups.google.com/forum/#!forum/netbox-discuss Please indicate "bug report" or "feature request" below. Be sure to search the existing set of issues (both open and closed) to see if a similar issue has already been raised. --> ### Issue type: bug report <!-- If filing a bug, please indicate the version of Python and NetBox you are running. (This is not necessary for feature requests.) --> **Python version:** 2.7 **NetBox version:** 2.0.7 <!-- If filing a bug, please record the exact steps taken to reproduce the bug and any errors messages that are generated. If filing a feature request, please precisely describe the data model or workflow you would like to see implemented, and provide a use case. --> I get various popup alerts for different devices on LLDP neighbors tab, for example: {"detail":"No RPC client available for this platform (Dell Idrac)."} {"detail":"No IP configured for this device."} {"detail":"No RPC client available for this platform (None)."}
adam added the type: bug label 2025-12-29 16:28:13 +01:00
adam closed this issue 2025-12-29 16:28:13 +01:00
Author
Owner

@jeremystretch commented on GitHub (Jun 16, 2017):

This tab should only be displayed if the device has all of the following:

  1. A status of "active"
  2. A primary IP assigned
  3. A platform with an RPC client assigned

I'll fix it so that the LLDP tab is only displayed if all of these conditions are met. However, please note that RPC connectivity is not yet a supported feature (I'm hoping to get NAPALM integration working soon).

@jeremystretch commented on GitHub (Jun 16, 2017): This tab should only be displayed if the device has all of the following: 1. A status of "active" 2. A primary IP assigned 3. A platform with an RPC client assigned I'll fix it so that the LLDP tab is only displayed if all of these conditions are met. However, please note that RPC connectivity is not yet a supported feature (I'm hoping to get [NAPALM](https://github.com/napalm-automation/napalm) integration working soon).
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#1042