[133133] in North American Network Operators' Group
Re: Pointer for documentation on actually delivering IPv6
daemon@ATHENA.MIT.EDU (Matthew Moyle-Croft)
Sat Dec 4 23:19:09 2010
From: Matthew Moyle-Croft <mmc@internode.com.au>
To: Mark Radabaugh <mark@amplex.net>
Date: Sun, 5 Dec 2010 14:48:47 +1030
In-Reply-To: <4CFB0E05.5090509@amplex.net>
Cc: "nanog@merit.edu" <nanog@merit.edu>
Errors-To: nanog-bounces+nanog.discuss=bloom-picayune.mit.edu@nanog.org
On 05/12/2010, at 2:29 PM, Mark Radabaugh wrote:
> On 12/4/10 10:52 PM, Ben Jencks wrote:
>> On Sat, Dec 4, 2010 at 22:40, Mark Radabaugh<mark@amplex.net> wrote:
>>> Probably a case of something being blindingly obvious but...
>>>=20
>>> I have seen plenty of information on IPv6 from a internal network
>>> standpoint. I have seen very little with respect to how a ISP is suppo=
sed
>>> to handle routing to residential consumer networks. I have seen suggest=
ions
>>> of running RIPng. The thought of letting Belkin routers (if you can ca=
ll
>>> them that) into the routing table scares me no end.
>>>=20
>>> Is this way easier than I think it is? Did somebody already write the=
book
>>> that I can't find?
>> DHCPv6-PD (prefix delegation) with the relay installing static routes
>> is probably the most straightforward way. Letting home CPE participate
>> in routing does indeed seem like bad idea; I haven't heard that
>> seriously suggested before.
>>=20
>> -Ben
> I had found the documentation on DHCPv6-PD but didn't see the mechanism=20
> for getting the assigned prefixes into the router.
RADIUS.
When your session comes up you get, in our trial (http://ipv6.internode.on.=
net) a /64 assigned to your PPP interface.
You can choose to send an RA and assigned your router an IP in this or not.
Otherwise your router sends a DHCPv6 PD request to our BRAS. Our BRAS know=
s who you are and does a radius request. Our RADIUS server sends back eith=
er a pool name or a static /60 (for the trial) which then gets routed to yo=
ur interface. You then assign internally as required.
MMC=