Re: [pim] some questions about IGMP-MLD Interworking Function

<mohamed.boucadair@orange.com> Fri, 07 June 2019 12:52 UTC

Return-Path: <mohamed.boucadair@orange.com>
X-Original-To: pim@ietfa.amsl.com
Delivered-To: pim@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 9FD831200CC; Fri, 7 Jun 2019 05:52:06 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.598
X-Spam-Level:
X-Spam-Status: No, score=-2.598 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, HTML_MESSAGE=0.001, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, UNPARSEABLE_RELAY=0.001, URIBL_BLOCKED=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 1jcakp0TD46V; Fri, 7 Jun 2019 05:52:04 -0700 (PDT)
Received: from orange.com (mta239.mail.business.static.orange.com [80.12.66.39]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ietfa.amsl.com (Postfix) with ESMTPS id 8A438120071; Fri, 7 Jun 2019 05:52:04 -0700 (PDT)
Received: from opfedar03.francetelecom.fr (unknown [xx.xx.xx.5]) by opfedar24.francetelecom.fr (ESMTP service) with ESMTP id 45L2VB6xMGz5yx0; Fri, 7 Jun 2019 14:52:02 +0200 (CEST)
Received: from Exchangemail-eme6.itn.ftgroup (unknown [xx.xx.13.95]) by opfedar03.francetelecom.fr (ESMTP service) with ESMTP id 45L2VB5kPFzCqkh; Fri, 7 Jun 2019 14:52:02 +0200 (CEST)
Received: from OPEXCAUBMA2.corporate.adroot.infra.ftgroup ([fe80::e878:bd0:c89e:5b42]) by OPEXCAUBM24.corporate.adroot.infra.ftgroup ([fe80::b43f:9973:861e:42af%21]) with mapi id 14.03.0439.000; Fri, 7 Jun 2019 14:52:02 +0200
From: mohamed.boucadair@orange.com
To: Hongji Zhao <hongji.zhao@ericsson.com>
CC: "draft-zhao-pim-igmp-mld-proxy-yang@ietf.org" <draft-zhao-pim-igmp-mld-proxy-yang@ietf.org>, "pim@ietf.org" <pim@ietf.org>
Thread-Topic: some questions about IGMP-MLD Interworking Function
Thread-Index: AdUV9bsOxJD/FYx2QGq/OLtVDeppzAHOQxMQ
Date: Fri, 07 Jun 2019 12:52:01 +0000
Message-ID: <787AE7BB302AE849A7480A190F8B93302EAA3577@OPEXCAUBMA2.corporate.adroot.infra.ftgroup>
References: <HE1PR07MB3148FCE464999576EB8CDE2E961F0@HE1PR07MB3148.eurprd07.prod.outlook.com>
In-Reply-To: <HE1PR07MB3148FCE464999576EB8CDE2E961F0@HE1PR07MB3148.eurprd07.prod.outlook.com>
Accept-Language: fr-FR, en-US
Content-Language: fr-FR
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
x-originating-ip: [10.114.13.247]
Content-Type: multipart/alternative; boundary="_000_787AE7BB302AE849A7480A190F8B93302EAA3577OPEXCAUBMA2corp_"
MIME-Version: 1.0
Archived-At: <https://mailarchive.ietf.org/arch/msg/pim/KA6Ru3X71txnjbYYWbga2LG54hA>
Subject: Re: [pim] some questions about IGMP-MLD Interworking Function
X-BeenThere: pim@ietf.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Protocol Independent Multicast <pim.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/pim>, <mailto:pim-request@ietf.org?subject=unsubscribe>
List-Archive: <https://mailarchive.ietf.org/arch/browse/pim/>
List-Post: <mailto:pim@ietf.org>
List-Help: <mailto:pim-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/pim>, <mailto:pim-request@ietf.org?subject=subscribe>
X-List-Received-Date: Fri, 07 Jun 2019 12:52:07 -0000

Hi Hongji,

IGMP messages received via if1 will need to be transformed and sent out using if2 in your example.

The proxy needs to be configured with mPREFXI64/uPREFIX64 for its stateless address translation matters.

Cheers,
Med

De : Hongji Zhao [mailto:hongji.zhao@ericsson.com]
Envoyé : mercredi 29 mai 2019 10:20
À : BOUCADAIR Mohamed TGI/OLN
Cc : draft-zhao-pim-igmp-mld-proxy-yang@ietf.org; pim@ietf.org
Objet : some questions about IGMP-MLD Interworking Function

Hi Med,

There is  an Figure 2: IGMP-MLD Interworking in section 6.1 of RFC8114.


+----------+ IGMP    +-------+ MLD        +---------+
| IPv4     |---------| mB4   |------------| PIM     |
| Receiver |     if1 |       |if2      if3| DR      |
+----------+       | +-------+ |        | +---------+
                   |           |        |
         IGMP enable?     MLD Proxy?   MLD enable?


To implement IGMP-MLD Interworking Function, it is needed to do the following configuration. Is it right?

if1 of mB4    ---  IGMP enable ?
if2 of mB4    ---  MLD Proxy ?
if3 of PIM DR ---- MLD enable?




BR/Hongji
赵宏吉

From: mohamed.boucadair@orange.com <mohamed.boucadair@orange.com>
Sent: Tuesday, May 28, 2019 4:40 PM
To: draft-zhao-pim-igmp-mld-proxy-yang@ietf.org
Subject: Mail regarding draft-zhao-pim-igmp-mld-proxy-yang

Dear authors,

I do think that the module should be updated to take into account the considerations discussed in:
https://tools.ietf.org/html/rfc8114#section-6.1

Thank you.

Cheers,
Med