IP ranges
#7560
Replies: 1 comment 1 reply
-
These roles are user-defined, you can add/edit/delete under /ipam/roles/. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a few minor points relating to IP ranges, which I thought I'd bring up as discussions rather than issues for now.
(1) I'd like to be able to record the usage of a role, particularly as "DHCP pool". Other applications for ranges include a pools of addresses for auto-assignment (e.g. metallb can be given a pool with start and end address), or pools for manual assignment (e.g. switches, printers etc)
Currently the "Roles" for IP Ranges are "Backup, Development, Management, Production" - which match with Prefixes - and status "Active", "Reserved", "Deprecated"
I guess I can use tags. But I wonder if it might be possible to define more useful Roles for ranges which are still sufficiently generic, e.g. "DHCP", "Auto assign", "Manual assign", "Loopbacks"
(2) Ranges are not visible within IP Address listings.
For example, suppose I create a range 10.12.255.240 - 10.12.255.249. When I view the IP addresses under prefix 10.12.255.0/24, I see:
There's no indication that the addresses .240-.249 are already assigned to a range. Indeed, the range is already counted towards prefix utilisation, so addresses .240-.249 are not "available" by that definition; but the link says that 153 addresses from .100 to .252 are available.
(3) When viewing a range, it would be nice to be able to see and navigate to "parent prefixes", as you can with IP addresses. That would make it much easier to get to the IP addresses in the same subnet.
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions