All you should need to make it work on the 1812 is the following for either RA or DHCPv6:
DHCPv6 autoconf + DNS
=====================
(global configuration)
ipv6 unicast-routing
ipv6 dhcp pool v6pool
address prefix 2001:470:.....::/64 (can take this from the routed /64 or /48 that HE gives you)
dns-server 2001:470:20::2 (HE v6 DNS server)
ipv6 route ::/0 Tunnel0
(inside interface configuration)
interface X
ipv6 address 2001:470:......::1/64 (address from same subnet as in dhcp pool above)
ipv6 enable
ipv6 nd ra suppress
ipv6 dhcp server v6pool
RA, no DNS
============
(global configuration)
ipv6 unicast-routing
ipv6 route ::/0 Tunnel0
(inside interface configuration)
interface X
ipv6 address 2001:470:......::1/64 (can take this from the routed /64 or /48 that HE gives you)
ipv6 enable
