List all VLANs assigned to interfaces per device? #19420
Unanswered
dejantep
asked this question in
Help Wanted!
Replies: 2 comments
-
I too would like to see someway to do this. We prefer to only define VLANs on any given device if they're needed there. Example templates all use loops based on device.site.vlans.all() or ipam.VLAN.objects.all().get_for_device(device), but for us these produce long lists of VLAN definitions which aren't needed. A typical access switch, for example, only needs a dozen VLANs. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Get device interfaces IDs and .. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Is there a way to list all VLANs that have been assigned to interfaces on specific device natively in Netbox?
i'm thinking filter on certain model or maybe with graphql or similiar
Beta Was this translation helpful? Give feedback.
All reactions