<?xml version="1.0" encoding="UTF-8"?>
<?rfc toc="yes"?>
<?rfc symrefs="yes"?>
<?rfc sortrefs="yes"?>
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc private=""?>
<?rfc topblock="yes"?>
<?rfc comments="no"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" version="3" category="std" consensus="true"
docName="draft-ietf-lsr-l2-bundle-member-remote-id-03" submissionType="IETF" ipr="trust200902" xml:lang="en">
  <front>
    <title abbrev="L2 Bundle Member Remote ID">Advertisement of Remote Interface Identifiers for Layer 2 Bundle Members</title>

    <author fullname="Liyan Gong" initials="L." surname="Gong">
      <organization>China Mobile</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>gongliyan@chinamobile.com</email>
      </address>
    </author>

    <author fullname="Changwang Lin" initials="C." surname="Lin">
      <organization>New H3C Technologies</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>linchangwang.04414@h3c.com</email>
      </address>
    </author>

    <author fullname="Xiaolong Hu" initials="X." surname="Hu">
      <organization>New H3C Technologies</organization>
      <address>
        <postal>
          <country>China</country>
        </postal>
        <email>huxiaolong.1260@outlook.com</email>
      </address>
    </author>

    <author fullname="Les Ginsberg" initials="L." surname="Ginsberg">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <country>United States of America</country>
        </postal>
        <email>ginsberg@cisco.com</email>
      </address>
    </author>

    <author fullname="Peter Psenak" initials="P." surname="Psenak">
      <organization>Cisco Systems</organization>
      <address>
        <postal>
          <street>Apollo Business Center</street>
          <street>Mlynske nivy 43</street>
          <city>Bratislava 821 09</city>
          <country>Slovakia</country>
        </postal>
        <email>ppsenak@cisco.com</email>
      </address>
    </author>

    <date year="2026"/>

    <area>Routing</area>
    <workgroup>LSR Working Group</workgroup>
    <keyword>OSPF, IS-IS, BGP-LS, Layer 2 Bundle, Link Aggregation</keyword>

    <abstract>
      <t>
        In networks where Layer 2 (L2) interface bundles (such as a Link
        Aggregation Group (LAG) as defined in IEEE 802.1AX) are deployed, a controller
        may need to collect the connectivity relationships between bundle
        members for traffic engineering (TE) purposes. For example, when
        performing topology management and bidirectional path computation
        for TE, it is essential to know the connectivity relationships among
        bundle members.
      </t>
      <t>
        This document describes how OSPF and IS-IS would advertise the
        remote interface identifiers for Layer 2 bundle members. The
        corresponding extension of BGP-LS is also specified.
      </t>
    </abstract>
  </front>

  <middle>
    <section anchor="introduction" numbered="true" toc="default">
      <name>Introduction</name>
      <t>
        BGP-LS <xref target="RFC9552"/> is widely used for collecting topology information
        from IGPs. In networks where Layer 2 (L2) interface bundles (such as
        a Link Aggregation Group (LAG) <xref target="IEEE802.1AX"/>) are deployed, a
        controller may need to collect the connectivity relationships
        between bundle members for traffic engineering (TE) purposes. For
        example, when performing topology management and bidirectional path
        computation for TE, it is essential to know the connectivity
        relationships among bundle members.
      </t>
      <t>
        When advertising L2 bundles in OSPF <xref target="RFC9356"/> and IS-IS <xref target="RFC8668"/>, a
        member link is described by its local interface identifier, also
        referred to as a link local identifier. If the remote interface
        identifier could be advertised for each member link, the pairing
        relationships between the local and remote interfaces would be clear.
      </t>
      <t>
        This document describes the mechanism for advertising the remote
        interface identifier for Layer 2 bundle members in OSPF and IS-IS.
        The BGP-LS extension for advertising L2 bundle member interface
        remote identifier is also specified in this document.
      </t>

      <section anchor="requirements-language" numbered="true" toc="default">
        <name>Requirements Language</name>
        <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>

    <section anchor="use-case" numbered="true" toc="default">
      <name>Use Case</name>
      <t>
        <xref target="figure1" format="default"/> shows a network, in which an
        L2 bundle is deployed between R1 and R2. The controller collects the
        topology information from R3 via BGP-LS.
      </t>
      <figure anchor="figure1">
        <name>Network Topology with L2 Bundle</name>
        <artwork align="center">
<![CDATA[
                +----------+       BGP-LS
                |Controller|<********************
                +----------+                    *
                                                *
                                                *
                                                *
   +----+         L2-Bundle          +----+   +----+
   |    |  /-------member 1-------\  |    |   |    |
   |    | /                        \ |    |   |    |
   | R1 +----------member 2----------+ R2 +---+ R3 +
   |    | \                        / |    |   |    |
   |    |  \-------member 3-------/  |    |   |    |
   +----+                            +----+   +----+
]]>
        </artwork>
      </figure>
      <t>
        The network operator may want to control bidirectional traffic flows
        on the individual member links of the underlying Layer 2 bundle for
        TE purposes. The real-time bandwidth, delay, and link loss might be
        measured for each bundle member at both ends. Labels or SIDs might
        be allocated for each bundle member at both ends. So, there would be
        requirements for the controller to figure out the connectivity
        relationships between bundle members.
      </t>
      <t>
        This document defines a mechanism for IGP routers to advertise the
        remote interface identifiers for each L2 bundle member, along with
        the corresponding mechanism for the controller to collect such
        information via BGP-LS.
      </t>
    </section>

    <section anchor="advertising-remote-id" numbered="true" toc="default">
      <name>Advertising L2 Bundle Member Remote Interface Identifier</name>
      <t>
        In OSPF, the remote interface identifiers of L2 bundle members are
        advertised as follows.
      </t>
      <t>
        OSPFv2 Extended Link TLV, or OSPFv3 Router-Link TLV, for L3 Link:
      </t>
      <artwork align="left">
<![CDATA[
L2 Bundle Member Attributes TLV:
  L2 Bundle Member Descriptor of Member #1
  L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
    as defined in Section 4)
L2 Bundle Member Attributes TLV:
  L2 Bundle Member Descriptor of Member #2
  L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
    as defined in Section 4)
...
L2 Bundle Member Attributes TLV:
  L2 Bundle Member Descriptor of Member #n
  L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
    as defined in Section 4)
]]>
      </artwork>
      <t>
        In IS-IS, the remote interface identifiers of L2 bundle members are
        advertised as follows. Note that IS-IS can advertise a set of
        members in a single L2 Bundle Member Attribute Descriptor, so the L2
        Bundle Member Interface Remote Identifier Sub-TLV MUST carry
        multiple remote interface identifiers, one for each of the bundle
        members advertised in the associated L2 Bundle Member Descriptor.
      </t>
      <artwork align="left">
<![CDATA[
L2 Bundle Member Attributes TLV:
  Parent L3 Neighbor Descriptor
  Length of L2 Bundle Attribute Descriptor
  Number of L2 Bundle Member Descriptors
  L2 Bundle Member Link Local Identifiers of Member #1,#2,...,#n
  Sub-TLV(s)
  L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
    as defined in Section 5) for Member #1,#2,...,#n
]]>
      </artwork>
      <t>
        In BGP-LS, the remote interface identifiers of L2 bundle members are
        advertised as follows.
      </t>
      <artwork align="left">
<![CDATA[
BGP-LS Link NLRI: Peer Adj Link for R1->R2 (as described in Section
    5.2 of [RFC9086])
Link Attributes:
  L2 Bundle Member Attributes TLV:
    L2 Bundle Member Descriptor of Member #1
    L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
      as defined in Section 6)
  L2 Bundle Member Attributes TLV:
    L2 Bundle Member Descriptor of Member #2
    L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
      as defined in Section 6)
  ...
  L2 Bundle Member Attributes TLV:
    L2 Bundle Member Descriptor of Member #n
    L2 Bundle Member Interface Remote Identifier Sub-TLV (Optional -
      as defined in Section 6)
]]>
      </artwork>
    </section>

    <section anchor="ospf-extension" numbered="true" toc="default">
      <name>OSPF Extension</name>
      <t>
        This document defines a new L2 Bundle Member Interface Remote
        Identifier Sub-TLV in both OSPFv2 and OSPFv3. This Sub-TLV is used
        to advertise the remote interface identifier for a L2 bundle member.
      </t>
      <t>
        It can be carried as a sub-TLV of the OSPF L2 Bundle Member
        Attributes TLV <xref target="RFC9356"/>. It has the following format:
      </t>
      <artwork align="left">
<![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 (TBA)           |           Length (4)          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Remote Interface ID                       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
      </artwork>
      <dl>
        <dt>Type:</dt><dd>TBA.</dd>
        <dt>Length:</dt><dd>4.</dd>
        <dt>Remote Interface ID:</dt><dd>Remote identifier of interface, 4 octets.</dd>
      </dl>
      <t>
        A remote interface ID with value of zero is not valid and MUST be
        ignored and handled as if the sub-TLV was not present.
      </t>
    </section>

    <section anchor="isis-extension" numbered="true" toc="default">
      <name>IS-IS Extension</name>
      <t>
        This document defines a new L2 Bundle Member Interface Remote
        Identifier Sub-TLV in IS-IS. This Sub-TLV is used to advertise the
        remote interface identifiers for L2 bundle members.
      </t>
      <t>
        It can be carried as a sub-TLV of the IS-IS L2 Bundle Member
        Attributes TLV <xref target="RFC8668"/>. It has the following format:
      </t>
      <artwork align="left">
<![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 (TBA)  |     Length    |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Remote Interface ID 1                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~                     ...                                       ~
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Remote Interface ID N                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
      </artwork>
      <dl>
        <dt>Type:</dt><dd>TBA.</dd>
        <dt>Length:</dt><dd>4 * Number of L2 Bundle Member Descriptors.</dd>
        <dt>Remote Interface ID:</dt><dd>Remote identifier of interface, 4 octets.</dd>
      </dl>
      <t>
        There MUST be one Remote Interface ID for each of the L2 Bundle
        Members advertised under the associated L2 Bundle Member Attribute
        Descriptor. A remote interface ID with value of zero MUST be ignored
        and handled as if the value was unknown.
      </t>
      <t>
        MP-TLV <xref target="RFC9885"/> for the new IS-IS sub-TLV SHOULD be set to "N".
      </t>
    </section>

    <section anchor="bgp-ls-extension" numbered="true" toc="default">
      <name>BGP-LS Extension</name>
      <t>
        This document defines a new L2 Bundle Member Interface Remote
        Identifier Sub-TLV in BGP-LS. This Sub-TLV is derived from the
        Remote Interface Identifier Sub-TLV of OSPF (Section 3) and IS-IS
        (Section 4).
      </t>
      <t>
        It can be carried as a sub-TLV of the BGP-LS L2 Bundle Member
        Attributes TLV <xref target="RFC9085"/>. It has the following format:
      </t>
      <artwork align="left">
<![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 (TBA)           |           Length (4)          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                     Remote Interface ID                       |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]>
      </artwork>
      <dl>
        <dt>Type:</dt><dd>TBA.</dd>
        <dt>Length:</dt><dd>4.</dd>
        <dt>Remote Interface ID:</dt><dd>Remote identifier of interface, 4 octets.</dd>
      </dl>
      <t>
        A remote interface ID with value of zero is not valid and MUST be
        ignored and handled as if the sub-TLV was not present.
      </t>
    </section>

    <section anchor="acquirement" numbered="true" toc="default">
      <name>Acquirement of Remote Interface Identifier</name>
      <t>
        IGPs have no direct way to exchange L2 bundle member link
        identifiers since the Layer 3 protocol is not operating directly on
        the bundle members. Some L2 protocols may be used to get the remote
        interface identifiers for bundle members. This may be discovered via
        <xref target="IEEE802.1AX"/> when used to form the LAG bundle. A router may also
        run LLDP <xref target="IEEE802.1AB"/> on the bundle members to exchange local interface
        identifiers with its neighbor, by using the Port ID TLV.
      </t>
      <t>
        How the remote interface identifier is obtained is out of the scope
        of this document.
      </t>
    </section>

    <section anchor="operational-considerations" numbered="true" toc="default">
      <name>Operational Considerations</name>
      <t>
        Implementations MUST NOT enable the advertisement of L2 bundle member
        Interface Remote Identifier Sub-TLV by default and MUST provide a configuration option to 
		enable their advertisement on specific links.
      </t>

    </section>

    <section anchor="security-considerations" numbered="true" toc="default">
      <name>Security Considerations</name>
      <t>
        This document describes how OSPF, IS-IS and BGP-LS would advertise
        the remote interface identifiers for Layer 2 bundle members. There
        are no new security issues introduced by the extensions in this
        document. The security considerations of <xref target="RFC8668"/>, <xref target="RFC9356"/>,
        <xref target="RFC9552"/>, <xref target="RFC9085"/> and <xref target="RFC9086"/> are applicable to this
        document.
      </t>
      <t>
        As always, if the IS-IS protocol is used in an environment where
        unauthorized access to the physical links on which IS-IS Protocol
        Data Units (PDUs) are sent occurs, then attacks are possible. The
        use of authentication as defined in <xref target="RFC5304"/> and <xref target="RFC5310"/> is
        recommended to prevent such attacks.
      </t>
      <t>
        As always, if the OSPF protocol is used in an environment where
        unauthorized access to the physical links on which OSPF packets are
        sent occurs, then attacks are possible. The use of authentication
        as defined in <xref target="RFC5709"/>, <xref target="RFC7474"/>, <xref target="RFC4552"/>, and <xref target="RFC7166"/> is
        recommended for preventing such attacks.
      </t>
      <t>
        The isolation of BGP-LS peering sessions is recommended to ensure
        that BGP-LS topology information (including the newly added remote
        interface identifiers information) is not advertised to an external
        BGP peering session outside the trusted domain <xref target="RFC8402"/>.
      </t>
    </section>

    <section anchor="iana-considerations" numbered="true" toc="default">
      <name>IANA Considerations</name>
      <t>
        This document adds the following new sub-TLV to the "OSPFv2 Extended
        Link TLV Sub-TLVs" registry.
      </t>
      <artwork align="left">
<![CDATA[
+------+----------------------------------------------+----+
| Type | Designation                                  |L2BM|
+======+==============================================+====+
| TBA  | L2 Bundle Member Interface Remote Identifier | Y  |
+------+----------------------------------------------+----+
]]>
      </artwork>
      <t>
        This document adds the following new sub-TLV to the "OSPFv3
        Extended-LSA Sub-TLVs" registry.
      </t>
      <artwork align="left">
<![CDATA[
+------+----------------------------------------------+----+
| Type | Description                                  |L2BM|
+======+==============================================+====+
| TBA  | L2 Bundle Member Interface Remote Identifier | Y  |
+------+----------------------------------------------+----+
]]>
      </artwork>
      <t>
        This document adds the following new sub-TLV to the "IS-IS Sub-TLVs
        for TLVs Advertising Neighbor Information" registry.
      </t>
      <artwork align="left">
<![CDATA[
+------+-----------------------------+---+---+---+---+---+---+---+
| Type | Description                 | 22| 23| 25|141|222|223| MP|
+======+=============================+===+===+===+===+===+===+===+
| TBA  | L2 Bundle Member            | n | n | y | n | n | n | n |
|      | Interface Remote Identifier |   |   |   |   |   |   |   |
+------+-----------------------------+---+---+---+---+---+---+---+
]]>
      </artwork>
      <t>
        This document adds the following new sub-TLV to the "BGP-LS NLRI and
        Attribute TLVs" registry.
      </t>
      <artwork align="left">
<![CDATA[
+------+----------------------------------------------+
| Type | Description                                  |
+======+==============================================+
| TBA  | L2 Bundle Member Interface Remote Identifier |
+------+----------------------------------------------+
]]>
      </artwork>
    </section>
  </middle>

  <back>
    <references title="References">

      <references title="Normative References">

        <reference anchor="IEEE802.1AX" target="https://doi.org/10.1109/IEEESTD.2020.9105034">
          <front>
            <title>IEEE Standard for Local and Metropolitan Area Networks--Link Aggregation</title>
            <author fullname="IEEE" surname="IEEE"/>
            <date year="2020" month="May"/>
          </front>
          <seriesInfo name="IEEE Std" value="802.1AX"/>
          <seriesInfo name="DOI" value="10.1109/IEEESTD.2020.9105034"/>
        </reference>

        <reference anchor="RFC2119" target="https://www.rfc-editor.org/info/rfc2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author initials="S." surname="Bradner" fullname="S. Bradner"/>
            <date year="1997" month="March"/>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
        </reference>

        <reference anchor="RFC4552" target="https://www.rfc-editor.org/info/rfc4552">
          <front>
            <title>Authentication/Confidentiality for OSPFv3</title>
            <author initials="M." surname="Gupta" fullname="M. Gupta"/>
            <author initials="N." surname="Melam" fullname="N. Melam"/>
            <date year="2006" month="June"/>
          </front>
          <seriesInfo name="RFC" value="4552"/>
          <seriesInfo name="DOI" value="10.17487/RFC4552"/>
        </reference>

        <reference anchor="RFC5304" target="https://www.rfc-editor.org/info/rfc5304">
          <front>
            <title>IS-IS Cryptographic Authentication</title>
            <author initials="T." surname="Li" fullname="T. Li"/>
            <author initials="R." surname="Atkinson" fullname="R. Atkinson"/>
            <date year="2008" month="October"/>
          </front>
          <seriesInfo name="RFC" value="5304"/>
          <seriesInfo name="DOI" value="10.17487/RFC5304"/>
        </reference>

        <reference anchor="RFC5310" target="https://www.rfc-editor.org/info/rfc5310">
          <front>
            <title>IS-IS Generic Cryptographic Authentication</title>
            <author initials="M." surname="Bhatia" fullname="M. Bhatia"/>
            <author initials="V." surname="Manral" fullname="V. Manral"/>
            <author initials="T." surname="Li" fullname="T. Li"/>
            <author initials="R." surname="Atkinson" fullname="R. Atkinson"/>
            <author initials="R." surname="White" fullname="R. White"/>
            <author initials="M." surname="Fanto" fullname="M. Fanto"/>
            <date year="2009" month="February"/>
          </front>
          <seriesInfo name="RFC" value="5310"/>
          <seriesInfo name="DOI" value="10.17487/RFC5310"/>
        </reference>

        <reference anchor="RFC5709" target="https://www.rfc-editor.org/info/rfc5709">
          <front>
            <title>OSPFv2 HMAC-SHA Cryptographic Authentication</title>
            <author initials="M." surname="Bhatia" fullname="M. Bhatia"/>
            <author initials="V." surname="Manral" fullname="V. Manral"/>
            <author initials="M." surname="Fanto" fullname="M. Fanto"/>
            <author initials="R." surname="White" fullname="R. White"/>
            <author initials="M." surname="Barnes" fullname="M. Barnes"/>
            <author initials="T." surname="Li" fullname="T. Li"/>
            <author initials="R." surname="Atkinson" fullname="R. Atkinson"/>
            <date year="2009" month="October"/>
          </front>
          <seriesInfo name="RFC" value="5709"/>
          <seriesInfo name="DOI" value="10.17487/RFC5709"/>
        </reference>

        <reference anchor="RFC7166" target="https://www.rfc-editor.org/info/rfc7166">
          <front>
            <title>Supporting Authentication Trailer for OSPFv3</title>
            <author initials="M." surname="Bhatia" fullname="M. Bhatia"/>
            <author initials="V." surname="Manral" fullname="V. Manral"/>
            <author initials="A." surname="Lindem" fullname="A. Lindem"/>
            <date year="2014" month="March"/>
          </front>
          <seriesInfo name="RFC" value="7166"/>
          <seriesInfo name="DOI" value="10.17487/RFC7166"/>
        </reference>

        <reference anchor="RFC7474" target="https://www.rfc-editor.org/info/rfc7474">
          <front>
            <title>Security Extension for OSPFv2 When Using Manual Key Management</title>
            <author initials="M." surname="Bhatia" fullname="M. Bhatia"/>
            <author initials="S." surname="Hartman" fullname="S. Hartman"/>
            <author initials="D." surname="Zhang" fullname="D. Zhang"/>
            <author initials="A." surname="Lindem" fullname="A. Lindem" role="editor"/>
            <date year="2015" month="April"/>
          </front>
          <seriesInfo name="RFC" value="7474"/>
          <seriesInfo name="DOI" value="10.17487/RFC7474"/>
        </reference>

        <reference anchor="RFC8174" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author initials="B." surname="Leiba" fullname="B. Leiba"/>
            <date year="2017" month="May"/>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
        </reference>

        <reference anchor="RFC8402" target="https://www.rfc-editor.org/info/rfc8402">
          <front>
            <title>Segment Routing Architecture</title>
            <author initials="C." surname="Filsfils" fullname="C. Filsfils" role="editor"/>
            <author initials="S." surname="Previdi" fullname="S. Previdi" role="editor"/>
            <author initials="L." surname="Ginsberg" fullname="L. Ginsberg"/>
            <author initials="B." surname="Decraene" fullname="B. Decraene"/>
            <author initials="S." surname="Litkowski" fullname="S. Litkowski"/>
            <author initials="R." surname="Shakir" fullname="R. Shakir"/>
            <date year="2018" month="July"/>
          </front>
          <seriesInfo name="RFC" value="8402"/>
          <seriesInfo name="DOI" value="10.17487/RFC8402"/>
        </reference>

        <reference anchor="RFC8668" target="https://www.rfc-editor.org/info/rfc8668">
          <front>
            <title>Advertising Layer 2 Bundle Member Link Attributes in IS-IS</title>
            <author initials="L." surname="Ginsberg" fullname="L. Ginsberg" role="editor"/>
            <author initials="A." surname="Bashandy" fullname="A. Bashandy"/>
            <author initials="C." surname="Filsfils" fullname="C. Filsfils"/>
            <author initials="M." surname="Nanduri" fullname="M. Nanduri"/>
            <author initials="E." surname="Aries" fullname="E. Aries"/>
            <date year="2019" month="December"/>
          </front>
          <seriesInfo name="RFC" value="8668"/>
          <seriesInfo name="DOI" value="10.17487/RFC8668"/>
        </reference>

        <reference anchor="RFC9085" target="https://www.rfc-editor.org/info/rfc9085">
          <front>
            <title>Border Gateway Protocol - Link State (BGP-LS) Extensions for Segment Routing</title>
            <author initials="S." surname="Previdi" fullname="S. Previdi"/>
            <author initials="K." surname="Talaulikar" fullname="K. Talaulikar" role="editor"/>
            <author initials="C." surname="Filsfils" fullname="C. Filsfils"/>
            <author initials="H." surname="Gredler" fullname="H. Gredler"/>
            <author initials="M." surname="Chen" fullname="M. Chen"/>
            <date year="2021" month="August"/>
          </front>
          <seriesInfo name="RFC" value="9085"/>
          <seriesInfo name="DOI" value="10.17487/RFC9085"/>
        </reference>

        <reference anchor="RFC9086" target="https://www.rfc-editor.org/info/rfc9086">
          <front>
            <title>Border Gateway Protocol - Link State (BGP-LS) Extensions for Segment Routing BGP Egress Peer Engineering</title>
            <author initials="S." surname="Previdi" fullname="S. Previdi"/>
            <author initials="K." surname="Talaulikar" fullname="K. Talaulikar" role="editor"/>
            <author initials="C." surname="Filsfils" fullname="C. Filsfils"/>
            <author initials="K." surname="Patel" fullname="K. Patel"/>
            <author initials="S." surname="Ray" fullname="S. Ray"/>
            <author initials="J." surname="Dong" fullname="J. Dong"/>
            <date year="2021" month="August"/>
          </front>
          <seriesInfo name="RFC" value="9086"/>
          <seriesInfo name="DOI" value="10.17487/RFC9086"/>
        </reference>

        <reference anchor="RFC9356" target="https://www.rfc-editor.org/info/rfc9356">
          <front>
            <title>Advertising L2 Bundle Member Link Attributes in OSPF</title>
            <author initials="K." surname="Talaulikar" fullname="K. Talaulikar"/>
            <author initials="P." surname="Psenak" fullname="P. Psenak"/>
            <date year="2023" month="January"/>
          </front>
          <seriesInfo name="RFC" value="9356"/>
        </reference>

        <reference anchor="RFC9885" target="https://www.rfc-editor.org/info/rfc9885">
          <front>
            <title>Multi-Part TLVs in IS-IS</title>
            <author initials="P." surname="Kaneriya" fullname="P. Kaneriya"/>
            <author initials="T." surname="Li" fullname="T. Li"/>
            <author initials="A." surname="Przygienda" fullname="A. Przygienda"/>
            <author initials="S." surname="Hegde" fullname="S. Hegde"/>
            <author initials="L." surname="Ginsberg" fullname="L. Ginsberg"/>
            <date year="2025" month="October"/>
          </front>
          <seriesInfo name="RFC" value="9885"/>
        </reference>
      </references>

      <references title="Informative References">

        <reference anchor="IEEE802.1AB">
          <front>
            <title>IEEE Standard for Local and Metropolitan Area Networks - Station and Media Access Control Connectivity Discovery</title>
            <author/>
            <date year="2016" month="January" day="29"/>
          </front>
          <seriesInfo name="IEEE Std" value="802.1AB-2016"/>
        </reference>

        <reference anchor="RFC9552" target="https://www.rfc-editor.org/info/rfc9552">
          <front>
            <title>Distribution of Link-State and Traffic Engineering Information Using BGP</title>
            <author initials="K." surname="Talaulikar" fullname="K. Talaulikar" role="editor"/>
            <date year="2023" month="December"/>
          </front>
          <seriesInfo name="RFC" value="9552"/>
          <seriesInfo name="DOI" value="10.17487/RFC9552"/>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false">
      <name>Contributors</name>
      <contact initials="K." surname="Talaulikar" fullname="Ketan Talaulikar">
        <organization>Cisco Systems</organization>
        <address>
          <postal>
            <country>India</country>
          </postal>
          <email>ketant.ietf@gmail.com</email>
        </address>
      </contact>
    </section>
  </back>
</rfc>