Can a Device inherit tags set on the Device_Type #7618
Unanswered
kevintedder
asked this question in
Q&A
Replies: 1 comment 3 replies
-
This is by design. Tags may be used for any purpose, and their application to a device type may be entirely unrelated to device instances, so NetBox can't assume that you want to replicate the assigned tags. |
Beta Was this translation helpful? Give feedback.
3 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.
-
As a NOOB to Netbox and as the title suggests, I've tried setting Tags on the Device_Type, but when I create a Device using it, the Tags do not get inherited. Is this by design or have it done something wrong?
One idea is to create a set of Tags that describe additional functionality/capability over and above the Device_Role. Once the Tags are set on the Device_Type, all Devices created will get the same Tags. We can then define a greater level of granularity to search on other than just the Device_Role.
Eg. A Cisco Cat6500 can do both L2_switching and L3_routing (Device_Type Tags) if so configured. But the Device_Role defines where in the datacentre it is installed - i.e. Front End, Back End or DMZ, etc... Whilst some Device_Types may only have L2-switching in the same Device_Role (DC area) it would allow us to search for all devices in the DMZ that perform L3_routing.
We are also looking at other, similar, search mechanisms using Tags. So this would be a powerful feature for us.
Beta Was this translation helpful? Give feedback.
All reactions