netbox-community / netbox-napalm-plugin

NetBox Napalm plugin
Apache License 2.0
49 stars 13 forks source link

What permissions are needed in netbox to see the "status" and "lldp neighbors" tab on a device? #26

Closed sliddjur closed 1 week ago

sliddjur commented 9 months ago

NetBox version 3.6.5

Describe the bug When I am logged into my user, which has all permissions, I can not see the Status and LLDP Neighbors tab. It works when I am logged in with the default admin user.

To Reproduce

Expected behavior I expect to see the Status tab and LLDP Neighbor tab under device when I am logged in with my regular user aswell

Screenshots It works with admin user image

Additional context Maybe related to something in Netbox, as I am having similar problems with https://miaow2.github.io/netbox-config-diff/ netbox config diff plugin.

cbeytas commented 3 months ago

You may need to add a permission. This should be in the documentation! https://github.com/netbox-community/netbox/discussions/8709

cruse1977 commented 1 week ago

dcim.napalm_read_device

image