Re: [v6ops] How do you solve 3GPP issue if neither operator nor handset supports PD?

otroan@employees.org Fri, 27 November 2020 10:08 UTC

Return-Path: <otroan@employees.org>
X-Original-To: ipv6@ietfa.amsl.com
Delivered-To: ipv6@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id D1BF43A1581 for <ipv6@ietfa.amsl.com>; Fri, 27 Nov 2020 02:08:20 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -1.9
X-Spam-Level:
X-Spam-Status: No, score=-1.9 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001] autolearn=ham autolearn_force=no
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id hJYdcP9KamaO for <ipv6@ietfa.amsl.com>; Fri, 27 Nov 2020 02:08:19 -0800 (PST)
Received: from clarinet.employees.org (clarinet.employees.org [IPv6:2607:7c80:54:3::74]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 893683A0B4E for <ipv6@ietf.org>; Fri, 27 Nov 2020 02:08:19 -0800 (PST)
Received: from astfgl.hanazo.no (201.51-175-101.customer.lyse.net [51.175.101.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by clarinet.employees.org (Postfix) with ESMTPSA id 8B2154E11BB3; Fri, 27 Nov 2020 10:08:17 +0000 (UTC)
Received: from [IPv6:::1] (localhost [IPv6:::1]) by astfgl.hanazo.no (Postfix) with ESMTP id 483194631A26; Fri, 27 Nov 2020 11:08:15 +0100 (CET)
Content-Type: text/plain; charset="us-ascii"
Mime-Version: 1.0 (Mac OS X Mail 14.0 \(3654.20.0.2.21\))
Subject: Re: [v6ops] How do you solve 3GPP issue if neither operator nor handset supports PD?
From: otroan@employees.org
In-Reply-To: <m1kiaW6-0000IFC@stereo.hq.phicoh.net>
Date: Fri, 27 Nov 2020 11:08:14 +0100
Cc: 6man WG <ipv6@ietf.org>
Content-Transfer-Encoding: quoted-printable
Message-Id: <5EB013E0-CC25-42AB-B5EF-3DBC82782B44@employees.org>
References: <m1kiLjK-0000EaC@stereo.hq.phicoh.net> <7BB64BE0-6A62-4711-91E4-1393EDC0809E@employees.org> <m1kiaW6-0000IFC@stereo.hq.phicoh.net>
To: Philip Homburg <pch-ipv6-ietf-7@u-1.phicoh.com>
X-Mailer: Apple Mail (2.3654.20.0.2.21)
Archived-At: <https://mailarchive.ietf.org/arch/msg/ipv6/JLa2pNQRryDkzd1PDdryGk2Qrnw>
X-BeenThere: ipv6@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: "IPv6 Maintenance Working Group \(6man\)" <ipv6.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/ipv6>, <mailto:ipv6-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/ipv6/>
List-Post: <mailto:ipv6@ietf.org>
List-Help: <mailto:ipv6-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/ipv6>, <mailto:ipv6-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 27 Nov 2020 10:08:21 -0000

>>> DHCPv6 has a very complex model. There can be multiple relays and multiple
>>> DHCP servers. So a downstream router first has to collect offers and then
>>> select one.
>> 
>> Its hard to see what you could remove. A RA solution would likely
>> have to be implemented with some sort of database backend like
>> RADIUS. That something isnt specified, doesnt make it simple.
> 
> Radius is an optional feature. Yes, you can use it if for example you have
> static prefixes, but you can just as well have a pool of prefixes on the
> router.
> For SLAAC, a router also needs to know what prefix to use. You could use radius
> for that, but I assume that local configuration is more likely.
> 
>>> Worse, we have trouble tying a DHCP PD to link state.
>> 
>> The goal of PD is _not_ to tie it to link state. I would expect
>> that goal to be general regardless of wire-representation.
> 
> I think this is the key change we should make is to avoid renumbering problems.
> The downstream router has to actively verify that the prefix is still valid.

The exact opposite you mean. It will create renumbering problems.
You seem to propose pushing all the cost of ephemeral addressing to the end-users.
I doubt that the problem is solvable in the sense of finding a way it can be deployed.
Look forward to a draft.

> 
>>> RA has the advantage that all information can be in a single RA, ensuring
>>> consistency. We can also add mechanisms that the downstream node quickly
>>> and reliably notices flash renumbering independent of link state.
>> 
>> It might be worth noting that  RAs do not guarantee all information
>> in a single RA. It can be split across multiple messages or come
>> from different sources.
> 
> So that is something we should work out. I.e., specify that related information
> has to go in a single message. Maybe a bit that says this a point-to-point
> link. Maybe a counter to allow the host to verify that all parts have been
> received.

Now you are designing a new configuration protocol...

>> Lets ask the question differently. Would RS/RA be a good protocol
>> for address assignment?
> 
> RA is widely used for SLAAC. Though SLAAC has a few renumbering issues.
> 
> On the other hand, in the mode DHCPv6 PD is commonly used, it is a bad protocol.

Ole