Replies: 1 comment 2 replies
-
Config Contexts might do the trick, also custom fields are coming to interfaces in the next semi-major release (2.11) |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm looking for a way to track supported speeds on some of my interfaces. I have been going by the media type but unfortunately that results in me netbox assumptions that a 1000BaseT will be either 1000, 100/1000, or 10/1000/1000. I also looked into adding a custom field to the interface but there wasn't an option for dcim > interfaces.
I also looked at circuits > circuit but on the WebUI device > interfaces view it doesn't show up for the end users and I don't see an attribute that I can add to display it.
A similar issue we are working through is we have some shared ports where one logical interface can be configured via software to use RJ45 or SFP interface type and we plan on having both cabled. Due to this I've created Gi0_RJ45 and Gi0_SFP and I'll programmatically drop the extension. I'll take advantage of the "enabled" flag for this. Custom fields may be useful here too.
Beta Was this translation helpful? Give feedback.
All reactions