-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Description
NetBox version
v3.0.6
Feature type
Change to existing functionality
Proposed functionality
NetBox allows to assign IPAM roles to prefixes, ranges and vLANs. I propose to add vlan and range data to the current role views.
On role list (/ipam/roles/)
The page listing the roles includes columns showing the number of prefixes and vLANs referencing each role. I propose to add a third column showing the same info for IP ranges.
On role pages (/ipam/role/<uid>)
On its own page, each role shows the count of all prefixes referencing the role, then lists them in an subtable. I propose to add the same data for vlans and ranges.
Use case
Before support for IP ranges was introduced, we used to represent ranges with container prefixes. We often browse those prefixes by role, using the prefix count links to quickly list all prefixes belonging to a role.
Now that IP ranges are available, we'd like to migrate those container prefixes to proper range objects. But the current views won't allow us to browse ranges as easily as prefixes.
Database changes
None.
External dependencies
None.