Replies: 1 comment 3 replies
-
On what model & field was the error made? The model is an attribute of the device type model, so it would only need to be corrected there. If it's a field on the device model, you can filter the list of device by type and apply the change using NetBox's bulk edit function. |
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 I understand it, when a device is created and references a device type, it will create the device using the device types attributes.
I realized that I had a typo on a particular switch model and realized it did not update on all 300+ switches of this type that are in my environment.
My question is, other than maybe doing an update via the device ID, is there a way to force Netbox to inherit the changes to the type without jumping through too many hoops? I've noticed, some changes/dependencies are naturally inherited due to some backend relationships but not in this case.
I assume the answer is likely no but figured it couldn't hurt to ask. At the least, maybe I stand to gain a better understanding of these kinds of issues.
Beta Was this translation helpful? Give feedback.
All reactions