Question
Adding IPv6 ULA to interface already configured with Prefix Delegation
Hello,
My ISP delegates an IPv6 prefix but, unfortunately, it's dynamic and changes weekly. It works though and two LAN interfaces successfully have prefixes. Great!
I would now like to add a ULA to an interface but cannot see a way to add a second IPv6 address if the interface is set dynamically. For testing (please excuse the short ULA), I switched from the interface itself having a prefix delegated to having a ULA:
config ipv6 set ip6-address fdfc:c::40/64 set ip6-allowaccess ping https set ip6-send-adv enable set ip6-other-flag enable config ip6-prefix-list edit fdfc:c::/64 next end config ip6-delegated-prefix-list edit 1 set upstream-interface "wan1" set delegated-prefix-iaid 1 set subnet 0:0:0:1::/64 set rdnss-service default next end end
I have (accidentally) stumbled upon a solution. It seems to work but is this actually valid configuration?
Many thanks for reading
