netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
16.03k stars 2.57k forks source link

Errors on LLDP neighbors tab #1281

Closed tkald closed 7 years ago

tkald commented 7 years ago

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)."}

jeremystretch commented 7 years ago

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).