1
24.7 Production Series / IPv6 PD question - getting error "network mask too short prefix6"
« on: November 04, 2024, 03:19:56 pm »
Hi all,
a question for understanding how ISC DHCPv6 configuration is desired to work. What I want is to delegate /57 out of my /56 prefix to a downstream router. I try the following configuration (see screenshot as well):
But, this is not working, I get a "network mask too short prefix6" error message in the log if trying. On the other hand a:
is accepted.
Has someone experience here and can explain the logic behind to me?
From my understanding, the first config is correct while the last is not.
Thanks and best regards
Robert
a question for understanding how ISC DHCPv6 configuration is desired to work. What I want is to delegate /57 out of my /56 prefix to a downstream router. I try the following configuration (see screenshot as well):
Code: [Select]
Prefix Delegation Range
from: ::80:0000:0000:0000:0000
to: ::ff:ffff:ffff:ffff:ffff
But, this is not working, I get a "network mask too short prefix6" error message in the log if trying. On the other hand a:
Code: [Select]
Prefix Delegation Range
from: ::80:0000:0000:0000:0000
to: ::80:0000:0000:0000:0000
is accepted.
Has someone experience here and can explain the logic behind to me?
From my understanding, the first config is correct while the last is not.
Thanks and best regards
Robert