Easier way to assign existing IP address to new FHRP group? #8106
Labels
pending closure
Requires immediate attention to avoid being closed for inactivity
type: feature
Introduction of new functionality to the application
NetBox version
v3.1.1
Feature type
Change to existing functionality
Proposed functionality
When you create a new FHRP group, you can currently enter an IP address and status, and a new IP address object will be created. However it's currently not possible to select an existing IP address.
My proposal is that:
/ipam/fhrp-groups/add/
), have a tab which lets me search for an existing IP address and assign that, as an alternative to creating a new IP. That is, under Virtual IP Address have tabs for Create and Assign. And/or:/ipam/ip-addresses/add/?fhrpgroup=N
) to be able to assign an existing IP address.For point 2, currently there are tabs "Create" and "Bulk Create", so this would add a new tab "Assign IP". This would be analogous to the interface "Add IP Address" page (
/ipam/ip-addresses/add/?interface=NN
), which has tabs for "Create" and "Assign IP". Actually, I think it would make sense simply to merge these two pages, so they both have "Create", "Bulk Create" and "Assign IP".Secondary proposal: at the "view FHRP group" page (
/ipam/fhrp-groups/N/
), be able to add a member interface here. This would complete the feature set: currently you can add an IP, delete an IP, delete a member interface, but not add a member interface. This would be particularly helpful as it would avoid having to jump around the web interface so much - you could manage an FHRP group from one place. It might be more work to implement though.Use case
When upgrading data stored in Netbox 3.0 to the new FHRP model. I already have the IP address assigned to an interface, and I want to assign it to a new FHRP group instead.
It's currently a multi-step process:
Database changes
None
External dependencies
None
The text was updated successfully, but these errors were encountered: