Add new status for IP Address #7318

Closed
opened 2025-12-29 20:21:42 +01:00 by adam · 2 comments
Owner

Originally created by @ghost on GitHub (Dec 4, 2022).

NetBox version

v3.3.9

Feature type

Change to existing functionality

Proposed functionality

IP Addresses within NetBox have allowed statues of the following:

  • Active
  • Reserved
  • Deprecated
  • DHCP
  • SLAAC

I would like to request to add an additional statuses

  • Available
  • Inactive

It would be nice to have both for the greatest flexibility in use cases.

Use case

In my specific use case, it would be nice to be able to add IP addresses and mark their status as 'available' for use. The IP's aren't 'active' in the sense they have a device attached to them and are pingable. So we prefer not to mark IP's as active unless they are associated with a device.

By adding the additional status we would add an IP address to NetBox and mark it as available so other team members knew this IP was available for whatever role. We understand there is a status of 'reserved', but in this example the IP's aren't reserved for any particular device/function .. they are available for someone to assign. (manually, and not DHCP so status of DHCP also doesn't apply)

Database changes

None

External dependencies

None

Originally created by @ghost on GitHub (Dec 4, 2022). ### NetBox version v3.3.9 ### Feature type Change to existing functionality ### Proposed functionality IP Addresses within NetBox have allowed statues of the following: - Active - Reserved - Deprecated - DHCP - SLAAC I would like to request to add an additional statuses - Available - Inactive It would be nice to have both for the greatest flexibility in use cases. ### Use case In my specific use case, it would be nice to be able to add IP addresses and mark their status as 'available' for use. The IP's aren't 'active' in the sense they have a device attached to them and are pingable. So we prefer not to mark IP's as active unless they are associated with a device. By adding the additional status we would add an IP address to NetBox and mark it as available so other team members knew this IP was available for whatever role. We understand there is a status of 'reserved', but in this example the IP's aren't reserved for any particular device/function .. they are available for someone to assign. (manually, and not DHCP so status of DHCP also doesn't apply) ### Database changes None ### External dependencies None
adam added the type: feature label 2025-12-29 20:21:42 +01:00
adam closed this issue 2025-12-29 20:21:42 +01:00
Author
Owner

@kkthxbye-code commented on GitHub (Dec 4, 2022):

Already possible to add custom status choices.

https://docs.netbox.dev/en/stable/configuration/data-validation/#field_choices

@kkthxbye-code commented on GitHub (Dec 4, 2022): Already possible to add custom status choices. https://docs.netbox.dev/en/stable/configuration/data-validation/#field_choices
Author
Owner

@ghost commented on GitHub (Dec 4, 2022):

Thank you! That is exactly what I was looking for.

@ghost commented on GitHub (Dec 4, 2022): Thank you! That is exactly what I was looking for.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#7318