Hi,
Forking this thread:
http://forum.mikrotik.com/t/what-is-the-lifetime-of-prefixes-delegated-by-the-dhcpv6-server/167744/1
TLDR: the
valid-lifetime
and
preferred-lifetime
of IPv6 dynamically allocated pool is mismatched of what the ISP actually sends.
My current version is MikroTik RouterOS 7.18.2.
Here is what
/ipv6/pool/print detail
says:
Flags: D - dynamic
0 D name="isp-v6" prefix=2a01:XXXX:XXXX:XXXX::/64 prefix-length=64
expires-after=3h57m55s
Here is what the ND value is:
/ipv6/nd/prefix/print detail
Flags: X - disabled, I - invalid; D - dynamic
0 D prefix=2a01:xxxx:xxxx:xxxx::/64 6to4-interface=none interface=bridge
on-link=yes autonomous=yes valid-lifetime=4w2d preferred-lifetime=1w
The effect of this is having depricated on my hosts configured via SLAAC, which may lead to all kind of issues.
Is this considered a bug in RouterOS ?
