Dynamic IPv6 Prefix Delegation / Alias Support #14723
SimonFischer04
started this conversation in
Ideas
Replies: 1 comment 3 replies
-
Making IP addresses and prefixes relative to their enclosing prefix would be interesting, but would be a complete redesign of the Netbox data model. For now, I suggest you just use a script to renumber all your prefixes, addresses and ranges. I contributed one, but it hasn't been merged: |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I get a dynamic prefix delegated from my ISP.
F.e. 2a0d:3344:188c:6b::/56
This prefix is further divided into vlans/subnets:
Then DHCPv6 (or SLAAC) ensures static Addresses (at least the "host" part).
So when my ISP changes the Prefix I would have to change all of the prefix, sub-prefixes, ip-ranges, ip-addresses, ...
I'm not quite sure how to best implement this, so I'm starting this discussion here.
Some ideas:
What do you think about it? Any other ideas how to solve this.
Beta Was this translation helpful? Give feedback.
All reactions