netbox-community / netbox

The premier source of truth powering network automation. Open source under Apache 2. Try NetBox Cloud free: https://netboxlabs.com/free-netbox-cloud/
http://netboxlabs.com/oss/netbox/
Apache License 2.0
16.34k stars 2.6k forks source link

Interface Type Addition: 1000Base-LX (GbE over fibre, non-modular) #17934

Closed andytech77 closed 2 days ago

andytech77 commented 2 weeks ago

NetBox version

v4.1.6

Feature type

Data model extension

Triage priority

N/A

Proposed functionality

I would like to request that 1000Base-LX be added as an interface type in the "Ethernet (fixed)" category, to support legacy devices with fixed (non-modular) fibre interfaces.

Use case

We deal with some legacy telco devices and media converters that have fixed 1000Base-LX fibre interfaces (i.e. not SFP or any other kind of modular interface).

Database changes

No response

External dependencies

No response

bctiemann commented 2 weeks ago

This would not be a data model extension tbc, it just needs an entry to be added to the appropriate section of InterfaceTypeChoices.

jmcguir commented 2 weeks ago

@bctiemann I can take ownership of this and create a PR.