Open
Description
NetBox version
v4.0.9
Feature type
Data model extension
Proposed functionality
Add -T and -F variants of 10base-X Ethernet in
https://github.com/netbox-community/netbox/blob/develop/netbox/dcim/choices.py#L818
This has been discussed in #5318
I'd like to add:
- Sadly 10base-X is still in use in new Devices in the OT-World.
- One of many examples: https://www.meinbergglobal.com/english/products/rack-mount-1u-ntp-server.htm
- Maaany Programmable logic controllers use 10base-X and other weird/old connections/protocols
- There is no significant impact by adding some new choices, even when few need them. (as the list is quite long anyway)
Use case
This will improve usage for users in an OT environment
Database changes
Add new types for 10base-X
External dependencies
none