Re: [3gv6] Stateless Prefix Delegation I-D updated (draft-savolainen-stateless-pd)

"Konrad Rosenbaum" <konrad@silmor.de> Tue, 02 March 2010 13:20 UTC

Return-Path: <konrad@silmor.de>
X-Original-To: 3gv6@core3.amsl.com
Delivered-To: 3gv6@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 0BDFF3A825A for <3gv6@core3.amsl.com>; Tue, 2 Mar 2010 05:20:43 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.999
X-Spam-Level:
X-Spam-Status: No, score=-1.999 tagged_above=-999 required=5 tests=[AWL=0.600, BAYES_00=-2.599]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id S9tdSiqkgu8Y for <3gv6@core3.amsl.com>; Tue, 2 Mar 2010 05:20:42 -0800 (PST)
Received: from p15139323.pureserver.info (nine.six.linux-info-tag.de [IPv6:2002:d9a0:db4b:1::9]) by core3.amsl.com (Postfix) with ESMTP id 10D023A6AD0 for <3gv6@ietf.org>; Tue, 2 Mar 2010 05:20:42 -0800 (PST)
Received: from localhost ([127.0.0.1] helo=squirrel.six.silmor.de) by p15139323.pureserver.info with esmtp (Exim 4.69) (envelope-from <konrad@silmor.de>) id 1NmS1f-0006Q3-Ol; Tue, 02 Mar 2010 14:20:40 +0100
Received: from 2002:d9a0:db4b::4 (proxying for 188.92.33.52) (SquirrelMail authenticated user konrad) by squirrel.six.silmor.de with HTTP; Tue, 2 Mar 2010 14:20:39 +0100 (CET)
Message-ID: <08c08ee106e47b366ab18ca2f0a9a722.squirrel@squirrel.six.silmor.de>
In-Reply-To: <1267309761.3168.5.camel@Nokia-N900-51-1>
References: <1267309761.3168.5.camel@Nokia-N900-51-1>
Date: Tue, 02 Mar 2010 14:20:39 +0100
From: Konrad Rosenbaum <konrad@silmor.de>
To: teemu.savolainen@nokia.com
User-Agent: SquirrelMail/1.4.15
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 8bit
X-Priority: 3 (Normal)
Importance: Normal
X-Mailman-Approved-At: Tue, 02 Mar 2010 08:08:17 -0800
Cc: v6ops@ops.ietf.org, otroan@employees.org, 3gv6@ietf.org
Subject: Re: [3gv6] Stateless Prefix Delegation I-D updated (draft-savolainen-stateless-pd)
X-BeenThere: 3gv6@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: "This mailing list is intended for discussions relating to the use of IPv6 in cellular networks." <3gv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/3gv6>, <mailto:3gv6-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/3gv6>
List-Post: <mailto:3gv6@ietf.org>
List-Help: <mailto:3gv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/3gv6>, <mailto:3gv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 02 Mar 2010 13:20:43 -0000

Hi,

On Sat, February 27, 2010 23:29, teemu.savolainen@nokia.com wrote:
> Have you seen also
> http://tools.ietf.org/html/draft-krishnan-intarea-pd-epc-00 ? With DHCPv6
> PD there's the issue of not being able to use one /64 on the WAN from the
> delegated space. On the other hand, not having a global /64 prefix on the
> WAN at all (unnumbred model) probably would be too big change for the
> 3GPP. Any thoughts about this issue?

I assume you mean specifically section 5 of this draft - the supposed
problem with DHCPv6 not allowing to assign prefixes backward. This has
good reasons: DHCP is a forward assignment - assigning part of the
delegated prefix back to the originating link usually leads to problems
with routing.

The solution is to assign a separate portion of the provider prefix to
direct link prefixes and delegate something different from this. It
requires a bit more thinking on the network operators part, but causes
much less pain for the support hotline... ;-)

Eg. if the provider uses 2001:db8::/32 and has about 10mio customers
(24bit customer ID) one solution would be to reserve 2001:db8:0::/40 for
link assignment and 2001:db8:100::/40 through 2001:db8:ff00::/40 for PD.
As a customer I could for example get 2001:db8:11:2233::/64 via SLAAC for
the uplink and 2001:db8:1122:3300::/56 via DHCPv6 PD for delegation
downstream.



    Konrad