<?xml version='1.0'?>   
<!DOCTYPE rfc SYSTEM 'rfc2629.dtd'>
<rfc category="std" docName="draft-ietf-pim-igmp-mld-extension-06"
     ipr="trust200902">
<?rfc toc="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc symrefs="yes"?>
<front>
  <title abbrev="IGMPv3/MLDv2 message extension">
    Internet Group Management Protocol version 3 (IGMPv3) and
    Multicast Listener Discovery version 2 (MLDv2) Message Extension
  </title>
  <author fullname="Mahesh Sivakumar" initials="M." surname="Sivakumar">
    <organization>Juniper Networks</organization>
    <address>
      <postal>
        <street>64 Butler St</street>
        <city>Milpitas</city>
        <code>CA 95035</code>
        <country>USA</country>
      </postal>
      <email>sivakumar.mahesh@gmail.com</email>
    </address>
  </author>
  <author fullname="Stig Venaas" initials="S." surname="Venaas">
    <organization>Cisco Systems, Inc.</organization>
    <address>
      <postal>
        <street>Tasman Drive</street>
        <city>San Jose</city>
        <code>CA 95134</code>
        <country>USA</country>
      </postal>
      <email>stig@cisco.com</email>
    </address>
  </author>
  <author fullname="Zheng(Sandy) Zhang" initials="Z." surname="Zhang">
    <organization>ZTE Corporation</organization>
    <address>
      <postal>
        <street>No. 50 Software Ave, Yuhuatai District</street>
        <city>Nanjing</city>
        <region/>
        <code>210000</code>
        <country>China</country>
      </postal>
      <email>zhang.zheng@zte.com.cn</email>
    </address>
  </author>
  <author fullname="Hitoshi Asaeda" initials="H." surname="Asaeda">
    <organization abbrev="NICT">National Institute of Information and
    Communications Technology</organization>
    <address>
      <postal>
        <street>4-2-1 Nukui-Kitamachi</street>
        <city>Koganei, Tokyo</city>
        <region/>
        <code>184-8795</code>
        <country>Japan</country>
      </postal>
      <email>asaeda@nict.go.jp</email>
    </address>
  </author>
  <date/>
  <area>Routing</area>
  <keyword>Multicast</keyword>

  <abstract>
    <t>This document specifies a generic mechanism to extend IGMPv3 and
    MLDv2 by using a list of TLVs (Type, Length and Value).
    </t>
  </abstract>
</front>

<middle>
  <section title="Introduction">
    <t>This document defines a generic method to extend
      IGMPv3 <xref target="RFC3376"/> and MLDv2 <xref target="RFC3810"/>
      messages to accommodate information other than
      what is contained in the current message formats. This is done by
      allowing a list of TLVs (Type, Length and Value) to be used in the
      Additional Data part of IGMPv3 and MLDv2 messages. This document defines
      a registry for such TLVs, while other documents will define the specific
      types and their values, and their semantics. The extension would only be
      used when at least one TLV is to be added to the message. This extension
      also applies to the lightweight versions of IGMPv3 and MLDv2 as defined
      in <xref target="RFC5790"/>.
    </t>
    <t>
      When this extension mechanism is used, it replaces the Additional Data
      section defined in IGMPv3/MLDv2 for TLVs.
    </t>
    <t>
      Additional Data is defined for Query messages in IGMPv3
      <xref target="RFC3376"/> Section 4.1.10
      and MLDv2 <xref target="RFC3810"/> Section 5.1.12, and for Report
      messages in IGMPv3 <xref target="RFC3376"/> Section 4.2.11 and MLDv2
      <xref target="RFC3810"/> Section 5.2.11.
    </t>
  </section>

  <section title="Conventions used in this document">
    <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
      "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
      "OPTIONAL" in this document are to be interpreted as described in BCP 14 
      <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when,
      they appear in all capitals, as shown here. 
    </t>
  </section>

  <section title="Extension Format">
    <t>
      For each of the IGMPv3 and MLDv2 headers, a previously reserved bit
      is used to indicate the presence of this extension.
      When this extension is used,
      the Additional Data of IGMPv3 and MLDv2 messages is formatted as
      follows. Note that this format contains a variable number of TLVs.
      It MUST contain at least one TLV.
    </t>
    <figure title="Figure 1: Extension Format">
      <artwork>
        <![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |        Extension Type 1       |       Extension Length 1      |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       Extension Value 1                       |
    .                               .                               .
    .                               .                               .
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |        Extension Type 2       |       Extension Length 2      |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       Extension Value 2                       |
    .                               .                               .
    .                               .                               .
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |        Extension Type n       |       Extension Length n      |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       Extension Value n                       |
    .                               .                               .
    .                               .                               .
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        ]]></artwork>
    </figure>
    <t>
      <list style="empty">
        <t>Extension Type: 2 octets. This identifies a particular Extension
        Type as defined in the IGMP/MLD Extension Type Registry. If this is
	not the first TLV, it will follow immediately after the
	end of the previous one.  There is no alignment or padding.
        </t>
        <t>Extension Length: 2 octets. This specifies the length in octets of
        the following Extension Value field. The length may be zero if no
	value is needed.
        </t>
        <t>Extension Value: This field contains the value. The length and the
        contents of this field is according to the specification of the
	Extension Type.
        </t>
      </list>
    </t>
    <t>
      IGMPv3 and MLDv2 messages are defined so that they can fit within the
      network MTU, in order to avoid fragmentation. When this extension
      mechanism is used, the number of Group Records in each Report message
      SHOULD be kept small enough that the entire message, including any
      extension TLVs can fit within the network MTU.
    </t>
    
    <section title="Multicast Listener Query Extension">
      <t>The MLDv2 Query Message format <xref target="RFC3810"/> with extension
      is shown below. The E-bit MUST be set to 1 to indicate that the extension
      is present. Otherwise, it MUST be 0.
      </t>
      <figure title="Figure 2: MLD Query Extension">
        <artwork>
        <![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Type = 130   |      Code     |           Checksum            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |    Maximum Response Code      |           Reserved            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    *                                                               *
    |                                                               |
    *                       Multicast Address                       *
    |                                                               |
    *                                                               *
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |E| Resv|S| QRV |     QQIC      |     Number of Sources (N)     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    *                                                               *
    |                                                               |
    *                       Source Address [1]                      *
    |                                                               |
    *                                                               *
    |                                                               |
    +-                                                             -+
    |                                                               |
    *                                                               *
    |                                                               |
    *                       Source Address [2]                      *
    |                                                               |
    *                                                               *
    |                                                               |
    +-                              .                              -+
    .                               .                               .
    .                               .                               .
    +-                                                             -+
    |                                                               |
    *                                                               *
    |                                                               |
    *                       Source Address [N]                      *
    |                                                               |
    *                                                               *
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                            Extension                          |
    ~                                                               ~
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        ]]></artwork>
      </figure>
    </section>

    <section title="Version 2 Multicast Listener Report Extension">
      <t>The MLDv2 Report Message format <xref target="RFC3810"/> with
      extension is shown below. The E-bit MUST be set to 1 to indicate that
      the extension is present. Otherwise, it MUST be 0.
      </t>

      <figure title="Figure 3: MLD Report Extension">
        <artwork>
        <![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Type = 143   |    Reserved   |           Checksum            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |E|         Reserved            |Nr of Mcast Address Records (M)|
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                  Multicast Address Record [1]                 .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                  Multicast Address Record [2]                 .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                               .                               |
    .                               .                               .
    |                               .                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                  Multicast Address Record [M]                 .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                            Extension                          |
    ~                                                               ~
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        ]]>
        </artwork>
      </figure>
    </section>                  

    <section title="IGMP Membership Query Extension">
      <t>The IGMPv3 Query Message format <xref target="RFC3376"/> with the
      extension is shown below. The E-bit MUST be set to 1 to indicate that
      the extension is present. Otherwise, it MUST be 0.
      </t>
      <figure title="Figure 4: IGMP Query Extension">
        <artwork>
        <![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Type = 0x11  | Max Resp Code |           Checksum            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                         Group Address                         |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |E| Resv|S| QRV |     QQIC      |     Number of Sources (N)     |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                       Source Address [1]                      |
    +-                                                             -+
    |                       Source Address [2]                      |
    +-                              .                              -+
    .                               .                               .
    .                               .                               .
    +-                                                             -+
    |                       Source Address [N]                      |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                            Extension                          |
    ~                                                               ~
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        ]]>
        </artwork>
      </figure>
    </section>

    <section title="IGMP Version 3 Membership Report Extension">
      <t>The IGMPv3 Report Message format <xref target="RFC3376"/> with the
      extension is shown below. The E-bit MUST be set to 1 to indicate that
      the extension is present. Otherwise, it MUST be 0.
      </t>
      <figure title="Figure 5: IGMP Report Extension">
        <artwork>
        <![CDATA[
     0                   1                   2                   3
     0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |  Type = 0x22  |    Reserved   |           Checksum            |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |E|         Reserved            |  Number of Group Records (M)  |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                        Group Record [1]                       .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                        Group Record [2]                       .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                               .                               |
    .                               .                               .
    |                               .                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                                                               |
    .                                                               .
    .                        Group Record [M]                       .
    .                                                               .
    |                                                               |
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
    |                            Extension                          |
    ~                                                               ~
    +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
        ]]>
        </artwork>
      </figure>
    </section>
  </section>

  <section title="Processing the extension">
    <t>
      The procedure specified in this document applies only when the E-bit
      is set.
    </t>
    <t>
      If the validation of the TLVs fails, the entire Additional Data field
      MUST be ignored as specified in IGMPv3 [RFC3376] and MLDv2 [RFC3810].
      The following checks must pass for the validation of the TLVs not to
      fail:
      <list style="empty">
	<t>
        At least one TLV MUST be present.</t>
	<t>
	There MUST NOT be any data in the IP payload after the last TLV.
	To check this, the parser needs to walk through each of the TLVs until
	there are less than four octets left in the IP payload.  If there are
	any octets left, validation fails.
	</t>
	<t>
	The total length of the Extension MUST NOT exceed the remainder of
	the IP payload length.  For this validation, one only examines the
	content of the Extension Length fields.
	</t>
      </list>
    </t>
    <t>
      Future documents defining a new type MUST specify any additional
      processing and validation.  These rules, if any, will be examined only
      after the general validation (above) succeeds.
    </t>
    <t>
      Unsupported types MUST be ignored.
    </t>
  </section>

  <section title="Applicability and backwards compatibility">
    <t>IGMP and MLD implementations, particularly implementations on hosts,
    rarely change, and the adoption process of this extension mechanism is
    expected to be slow.
    Also as new extensions are defined, it may
    take a long time before they are supported. Due to this, defining
    extensions should not be taken lightly, and it is crucial to consider
    backwards compatibility.</t>
    <t>Implementations that do not support this extension mechanism will
    ignore it, as specified in [RFC3376] and [RFC3810].
    </t>
    <t>It is possible that a new extension type only applies to queries, or
    only to reports, or there may be other specific conditions for when it is to
    be used. A document defining a new type MUST specify under what
    conditions the new type should be used, including for which message types.
    It MUST also be specified what the behavior should be if a message is not
    used in the defined manner, e.g., if it is present in a query message,
    when it was only expected to be used in reports.
    </t>
    <t>When defining new types, care should be taken to consider the effect
    of partial support for the new TLV, by either the hosts or routers,
    on the same link. Further, it must be considered whether there are any
    dependencies or restrictions on combinations between the new types and
    any pre-existing types.
    </t>
    <t>This document defines an extension mechanism only for IGMPv3 and MLDv2.
    Hence this mechanism does not apply if hosts or routers send older version
    messages.</t>
  </section>
  
  <section title="Security Considerations">
    <t>The Security Considerations of [RFC3376] and [RFC3810] also apply here.
    </t>
    <t>This document extends the IGMP and MLD message formats, allowing for a
    variable number of TLVs. Implementations must take care when parsing
    the TLVs to not exceed the packet boundary, an attacker could
    intentionally specify a TLV with a length exceeding the boundary.
    </t>
    <t>An implementation could add a large number of minimal TLVs in a
    message to increase the cost of processing the message to magnify
    a Denial of Service attack.
    </t>
  </section>

  <section anchor="IANA" title="IANA Considerations">
    <t>IANA is asked to create a new registry called "IGMP/MLD Extension Types"
    in the "Internet Group Management Protocol (IGMP) Type Numbers" section,
    with registration procedure "IETF Review" <xref target="RFC8126"/>, and
    with this document as a reference. The registry is common for IGMP and MLD.
    The initial content of the registry should be as below (empty).</t>
      <t><figure>
          <artwork><![CDATA[
 Type  Length   Name                        Reference
--------------------------------------------------------------
        ]]></artwork>
        </figure></t>

  </section>

  <section anchor="ack" title="Acknowledgements">
    <t>The authors thank Ron Bonica, Ian Duncan, Wesley Eddy, Leonard Giuliano,
    Jake Holland, Tommy Pauly, Pete Resnick, 
    Alvaro Retana and Zhaohui Zhang for reviewing the document
    and providing valuable feedback.
    </t>
</section>

</middle>
<back>

  <references title="Normative References">
    <?rfc include='reference.RFC.2119'?>
    <?rfc include='reference.RFC.3376'?>
    <?rfc include='reference.RFC.3810'?>
    <?rfc include='reference.RFC.8126'?>
    <?rfc include='reference.RFC.8174'?>
  </references>
  <references title="Informative References">
    <?rfc include='reference.RFC.5790'?>
<!--    <?rfc include='reference.I-D.ietf-bier-mld'?>-->
  </references>

</back>
</rfc>
