(real address prefixes changed to documentation prefix for this post)
This problem began when I upgraded my 2011UAS-2HnD from v6.1 -> 6.27
I am receiving a /60 from DHCPv6-PD and use it to create pool=ISP
Code: Select all
[admin@routerboard] /ipv6 address> /ipv6 dhcp-client print detail
Flags: D - dynamic, X - disabled, I - invalid
0 interface=ether6 pool-name="ISP" pool-prefix-length=64
prefix-hint=::/60 status=bound prefix=2001:db8:c000:6310::/60
expires-after=3d23h37m1s duid="00030001d4ca6d31fd68"
add-default-route=yes use-peer-dns=no
Code: Select all
[admin@routerboard] /ipv6 address> add address=::1/64 interface=LAN from-pool=ISP advertise=yes eui-64=no
[admin@routerboard] /ipv6 address> print detail
Flags: X - disabled, I - invalid, D - dynamic, G - global, L - link-local
5 IG address=2001:db8:c000:6310::1/64 from-pool=ISP interface=LAN
actual-interface=LAN eui-64=no advertise=yes
[admin@routerboard] /ipv6 address> .. pool used print
POOL PREFIX OWNER INFO
ISP 2001:db8:c000:6310::/64 Address LAN
[admin@routerboard] /ipv6 address> .. nd prefix print
(none)
Other facts:
* If I remove this address and re-add it as a static address without specifying the pool, then it becomes active.
* Even though the address is flagged Invalid, I am still able to ping/access it from the Internet.
* Devices on LAN side do not get SLAAC.