Allow custom fields on device interfaces #8232

Closed
opened 2025-12-29 20:34:05 +01:00 by adam · 4 comments
Owner

Originally created by @twiclo on GitHub (Jun 22, 2023).

NetBox version

v3.5.4

Feature type

Data model extension

Proposed functionality

Allow creation of custom fields on an interface similar to what can be done on a device.

Use case

At our WISP we have access points that have two or more antennae. We've decided to store these as interfaces to the access point device. We would like to store the azimuth for these antennae on their respective interfaces. For now we're doing it in the description.

Database changes

You would need to modify the interfaces table to mimic the devices table with custom interfaces

External dependencies

None

Originally created by @twiclo on GitHub (Jun 22, 2023). ### NetBox version v3.5.4 ### Feature type Data model extension ### Proposed functionality Allow creation of custom fields on an interface similar to what can be done on a device. ### Use case At our WISP we have access points that have two or more antennae. We've decided to store these as interfaces to the access point device. We would like to store the azimuth for these antennae on their respective interfaces. For now we're doing it in the description. ### Database changes You would need to modify the interfaces table to mimic the devices table with custom interfaces ### External dependencies None
adam closed this issue 2025-12-29 20:34:05 +01:00
Author
Owner

@kkthxbye-code commented on GitHub (Jun 22, 2023):

Not sure I understand here. Custom fields can already be added to interfaces.

@kkthxbye-code commented on GitHub (Jun 22, 2023): Not sure I understand here. Custom fields can already be added to interfaces.
Author
Owner

@twiclo commented on GitHub (Jun 22, 2023):

I'm sorry, I'm not seeing it. Here's where I'm looking: https://demo.netbox.dev/dcim/interfaces/110/

@twiclo commented on GitHub (Jun 22, 2023): I'm sorry, I'm not seeing it. Here's where I'm looking: https://demo.netbox.dev/dcim/interfaces/110/
Author
Owner

@kkthxbye-code commented on GitHub (Jun 22, 2023):

@twiclo - You add custom fields here before you can use them: https://demo.netbox.dev/extras/custom-fields/add/

@kkthxbye-code commented on GitHub (Jun 22, 2023): @twiclo - You add custom fields here before you can use them: https://demo.netbox.dev/extras/custom-fields/add/
Author
Owner

@twiclo commented on GitHub (Jun 22, 2023):

Perfect, thanks

@twiclo commented on GitHub (Jun 22, 2023): Perfect, thanks
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#8232