-
Notifications
You must be signed in to change notification settings - Fork 33
Open
Labels
enhancementNew feature or requestNew feature or request
Description
What feature would you like?
I'd like to manage assigned IPs, and possibly blocks of potential assignments of IPs, separately from directly attaching them to a specific system.
IPs are kind of supported presently, but they exist only insofar as they are part of a "System" resource. I'd like to be able to:
- Input IPs that I know exist, or will exist on my network.
- Have a place to manage, with a free-form input or otherwise, netblock assignments:
- i.e., with cidr notations, mark certain blocks as being for "Core", or "Serivces", or "Isolation", etc
- Even better would be to have an n-level deep tree structure for nested data: "Core 10.96.0.z/14 -> Protected /24", "Client 10.96.4 .z-> /24 Apps", etc)
- This would be essentially a way to denote ranges as being used for services like DHCP being given ips 0.48-0.191, for instance.
- i.e., with cidr notations, mark certain blocks as being for "Core", or "Serivces", or "Isolation", etc
- Support for ipv6 assignments as well
- ULA support would be nice, too.
- Virtual IP (VIP) support -- systems may have their own concrete IP, but also share a virtual IP as well
What problem does it solve?
It would replace a few pages in my network-architecture markdown notebook about IP usage, assignment, and similar data
Where would this apply?
CLI (rpk commands)
Screenshots or mockups (optional)
Both WebUI and CLI
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request