Allow interfaces list to be filtered on mgmt_only #4430

Closed
opened 2025-12-29 18:35:55 +01:00 by adam · 0 comments
Owner

Originally created by @candlerb on GitHub (Jan 4, 2021).

Originally assigned to: @jeremystretch on GitHub.

Environment

  • Python version: 3.6.9
  • NetBox version: 2.10.2

Proposed Functionality

In the interfaces list /dcim/interfaces/ (#3564), add the ability to filter on the mgmt_only flag (#5569).

Currently it's possible to view this as a column (go to Configure cog, add "OOB Management"), but not to filter on it.

Use Case

General usefulness - "do I have any OOB interfaces in site X? If so, what are they?"

Database Changes

None

External Dependencies

None. Presumably the implementation would be the same as filtering on the "Enabled" flag, which already exists.

Originally created by @candlerb on GitHub (Jan 4, 2021). Originally assigned to: @jeremystretch on GitHub. ### Environment * Python version: 3.6.9 * NetBox version: 2.10.2 ### Proposed Functionality In the interfaces list `/dcim/interfaces/` (#3564), add the ability to filter on the mgmt_only flag (#5569). Currently it's possible to _view_ this as a column (go to Configure cog, add "OOB Management"), but not to _filter_ on it. ### Use Case General usefulness - "do I have any OOB interfaces in site X? If so, what are they?" ### Database Changes None ### External Dependencies None. Presumably the implementation would be the same as filtering on the "Enabled" flag, which already exists.
adam added the status: acceptedtype: feature labels 2025-12-29 18:35:55 +01:00
adam closed this issue 2025-12-29 18:35:55 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/netbox#4430