Re: [v6ops] Interesting problems with using IPv6

Brian Haberman <brian@innovationslab.net> Wed, 10 September 2014 12:19 UTC

Return-Path: <brian@innovationslab.net>
X-Original-To: v6ops@ietfa.amsl.com
Delivered-To: v6ops@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 63A931A0033 for <v6ops@ietfa.amsl.com>; Wed, 10 Sep 2014 05:19:40 -0700 (PDT)
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] autolearn=ham
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 x2pSZTgQWc2c for <v6ops@ietfa.amsl.com>; Wed, 10 Sep 2014 05:19:39 -0700 (PDT)
Received: from uillean.fuaim.com (uillean.fuaim.com [206.197.161.140]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id DDFF91A6FC2 for <v6ops@ietf.org>; Wed, 10 Sep 2014 05:19:16 -0700 (PDT)
Received: from clairseach.fuaim.com (clairseach-high.fuaim.com [206.197.161.158]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by uillean.fuaim.com (Postfix) with ESMTP id A6CD4880DB; Wed, 10 Sep 2014 05:19:16 -0700 (PDT)
Received: from 102529956.rude2.ra.johnshopkins.edu (addr16212925014.ippl.jhmi.edu [162.129.250.14]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by clairseach.fuaim.com (Postfix) with ESMTP id 5338C71B0001; Wed, 10 Sep 2014 05:19:16 -0700 (PDT)
Message-ID: <541041C5.4030109@innovationslab.net>
Date: Wed, 10 Sep 2014 08:19:17 -0400
From: Brian Haberman <brian@innovationslab.net>
User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.7; rv:24.0) Gecko/20100101 Thunderbird/24.6.0
MIME-Version: 1.0
To: Fernando Gont <fgont@si6networks.com>, v6ops@ietf.org
References: <1410082125488.85722@surrey.ac.uk> <540CB702.3000605@gmail.com> <20140908183339.GB98785@ricotta.doit.wisc.edu> <540E26D9.3070907@gmail.com> <540E7DC3.8060408@gont.com.ar> <540EAA55.7000207@gmail.com> <540F0BCF.1060905@gont.com.ar> <540F3432.5030702@innovationslab.net> <540F9DF1.50402@si6networks.com>
In-Reply-To: <540F9DF1.50402@si6networks.com>
Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="cMegbeoAq0ujQ5ijGtUxsdNcv3Ckpqihi"
Archived-At: http://mailarchive.ietf.org/arch/msg/v6ops/QO-9xpqC-sW6eE04bzFcr2YCm9Y
Subject: Re: [v6ops] Interesting problems with using IPv6
X-BeenThere: v6ops@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
List-Id: v6ops discussion list <v6ops.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/v6ops>, <mailto:v6ops-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/v6ops/>
List-Post: <mailto:v6ops@ietf.org>
List-Help: <mailto:v6ops-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/v6ops>, <mailto:v6ops-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 10 Sep 2014 12:19:40 -0000


On 9/9/14 8:40 PM, Fernando Gont wrote:
> Hi, Brian,
> 
> On 09/09/2014 02:09 PM, Brian Haberman wrote:
>>> We probably use MLD because "If you use multicast, you use MLD". Truth
>>> is that, *unless your switch does MLD snooping* (and hence you *need*
>>> MLD, or else your packets will not flow around), you could completely
>>> kill MLD, and ND would still work just fine.
>>
>> Sure, since NDP is link-local.  The drawback is what happens if your
>> network is using RFC 4541 snooping that relies on seeing those MLD
>> messages to build forwarding/filtering tables?
> 
> Exactly. That's why I said "unless...".
> 
> 
> 
>>> Not to mention that there are nodes that default t running MLDv2 *for
>>> this* (way overkill, IMO)
>>
>> Why is MLDv2 overkill?
> 
> If you're just going to use MLD for ND, MLDv2 is unnecessarily complex
> -- whole different game if you're using non-link-local multicast, of course.

I disagree.  When sending MLD Reports for NDP, you don't need to involve
the complexity of MLDv2 source filters.  You simply send a group-only
Report message.

> 
> That said, I seem to recall the node reqs RFC requires MLDv1, rather
> than MLDv2?

Seems orthogonal to the discussion since MLDv2 can act in MLDv1 mode for
these link-local multicast groups.  Additionally, RFC 5790 has
simplified MLDv2 to avoid some complexities.

Regards,
Brian