Add poe_enabled check box to dcim.interface #6021

Closed
opened 2025-12-29 19:35:48 +01:00 by adam · 3 comments
Owner

Originally created by @davama on GitHub (Jan 28, 2022).

NetBox version

v3.1.6

Feature type

Data model extension

Proposed functionality

Similar to enabled which defines the state of the interface, I wish to add a new checkbox to show if poe is enabled/disabled on X interface.

Use case

How will it benefit?
It will provide more data to the user on the state of their network.
What need does it address?
Currently there is no location where one can store the POE state of an interface, so this would add that.

poe_enabled

Database changes

ALTER TABLE dcim_interface ADD COLUMN "poe_enabled" BOOLEAN NOT NULL DEFAULT FALSE ;
commit

External dependencies

None

Originally created by @davama on GitHub (Jan 28, 2022). ### NetBox version v3.1.6 ### Feature type Data model extension ### Proposed functionality Similar to `enabled` which defines the state of the interface, I wish to add a new checkbox to show if poe is enabled/disabled on X interface. ### Use case How will it benefit? It will provide more data to the user on the state of their network. What need does it address? Currently there is no location where one can store the POE state of an interface, so this would add that. ![poe_enabled](https://i.imgur.com/XHAVwE7.png) ### Database changes ``` ALTER TABLE dcim_interface ADD COLUMN "poe_enabled" BOOLEAN NOT NULL DEFAULT FALSE ; commit ``` ### External dependencies None
adam added the type: feature label 2025-12-29 19:35:48 +01:00
adam closed this issue 2025-12-29 19:35:48 +01:00
Author
Owner

@davama commented on GitHub (Jan 28, 2022):

Please let me know if i missed anything on this request.
Thank you for the awesome support!

@davama commented on GitHub (Jan 28, 2022): Please let me know if i missed anything on this request. Thank you for the awesome support!
Author
Owner

@jeremystretch commented on GitHub (Jan 28, 2022):

Anything regarding PoE should be covered under FR #1099 (currently planned for v3.3). I want to avoid adding anything ahead of the "full" implementation so as not to constrain ourselves with its design unnecessarily. Thanks for the FR though!

@jeremystretch commented on GitHub (Jan 28, 2022): Anything regarding PoE should be covered under FR #1099 (currently planned for v3.3). I want to avoid adding anything ahead of the "full" implementation so as not to constrain ourselves with its design unnecessarily. Thanks for the FR though!
Author
Owner

@davama commented on GitHub (Jan 28, 2022):

Didnt know that FR one existed
Looks more complete.
Looking forward to it!

@davama commented on GitHub (Jan 28, 2022): Didnt know that FR one existed Looks more complete. Looking forward to it!
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#6021