I'm after some opinions/advice on IPv6 rollout from an ISP perspective. First a general question: what's the general approach to assigning v6 to customers? Static vs dynamic, PD, WAN interface addressing?
I've been reading that most seem to dish out a /64 for the CPE WAN interface plus a /56 (for example) using DHCP-PD for their internal use. I've been testing the same and I'm running into problems with the former. I have no trouble assigning CPEs different PD prefixes using RADIUS and Mikrotik-Delegated-IPv6-Pool, but the WAN interface is where I'm struggling. I've tried SLAAC, DHCPv6 and Framed-IPv6-Address/Framed-IPv6-Prefix, but nothing seems to work. I got close with Framed-IPv6-Prefix - the Mikrotik created a static /64 route to the PPP interface, but the CPE didn't have a clue about it. It's not affecting routing, but is it OK to leave the WAN interface as a link-local address? Or is it simply fine to request the user use one of the /64 in their delegated pool for their WAN?
Configuring a DHCPv6 server on the PE didn't work for addresses as it seems to only give out prefixes. The DHCPv6 client though can request both prefixes and addresses - how does that work?
What's the recommended way of assigning static prefix pools (to avoid phone calls when the home user can no longer connect to their printer) without all the admin overhead every time a new customer connection is made? While ULA is one solution, we can't really expect most residential customers to understand what that is, let alone configure it.