| Internet-Draft | hello-capability | September 2026 |
| Ginsberg & Przygienda | Expires 7 March 2027 | [Page] |
Advertisement of capabilities in Hellos is useful to allow support of optional features in establishing and maintaining adjacencies. This document defines a new TLV to be sent in hellos to advertise such capabilities.¶
This Internet-Draft is submitted in full conformance with the provisions of BCP 78 and BCP 79.¶
Internet-Drafts are working documents of the Internet Engineering Task Force (IETF). Note that other groups may also distribute working documents as Internet-Drafts. The list of current Internet-Drafts is at https://datatracker.ietf.org/drafts/current/.¶
Internet-Drafts are draft documents valid for a maximum of six months and may be updated, replaced, or obsoleted by other documents at any time. It is inappropriate to use Internet-Drafts as reference material or to cite them other than as "work in progress."¶
This Internet-Draft will expire on 7 March 2027.¶
Copyright (c) 2026 IETF Trust and the persons identified as the document authors. All rights reserved.¶
This document is subject to BCP 78 and the IETF Trust's Legal Provisions Relating to IETF Documents (https://trustee.ietf.org/license-info) in effect on the date of publication of this document. Please review these documents carefully, as they describe your rights and restrictions with respect to this document. Code Components extracted from this document must include Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
[RFC7981] defines the Router Capability TLV which is used to advertise capabilites of a router to other routers in an area/domain. This allows routers to advertise information necessary for a given router to participate in optional features in an area/domain.¶
There is an analogous need to know what optional features a neighbor supports so as to determine whether those features can be used when establishing/maintaining adjacencies.¶
This document defines a new TLV to be sent in Hello PDUs which supports advertisement of optional features.¶
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 [RFC2119] [RFC8174] when, and only when, they appear in all capitals, as shown here.¶
The Hello Capability TLV provides the ability to advertise support for optional capabilities. The TLV MAY be included in the following PDU types:¶
Two classes of information may be advertised in this TLV.¶
Support for capabilities which require no additional information are indicated by setting a bit in a variable length bit mask.¶
Support for capabilites which require additional information are indicated by advertising a sub-TLV. Sub-TLVs are included following the variable length bit mask.¶
This section defines the format and constraints of the Hello Capability TLV.¶
0 1 2 3 4 5 6 7
+--+--+--+--+--+
| TLV Type |
+--+--+--+--+--+
| TLV Length |
+--+--+--+--+--+
| CB Length |
+--+--+--+--+--+...
| CBs ...
+--+--+--+--+--+...
| Optional sub-TLVs
+--+--+--+--+--+...
¶
TLV Type is TBA by IANA (1 octet)¶
TLV Length is total length of the data which follows (1 octet)¶
CB Length is length of the Capability Bits ((Number of bits + 7) / 8 octets (1 octet) May be 0.¶
CBs are the Capability Bits starting with Bit #0. Bit definitions SHOULD be assigned in ascending bit order so as to minimize the number of bits which will need to be transmitted.¶
Undefined bits MUST be transmitted as 0 and MUST be ignored on receipt.¶
Bits which are NOT transmitted MUST be treated as if they are set to 0 on receipt.¶
No capability bits are defined in this document.¶
No sub-TLVs are defined in this document.¶
Multiple Hello Capability TLVs MAY be advertised in a hello PDU. When multiple Hello Capability TLVs are present in a hello PDU only the bit mask in the first such TLV is considered.¶
Subsequent TLVs in the same hello MUST specify a zero length bit mask. Non-zero length bit masks in other than the first Hello Capability TLV MUST be ignored on receipt.¶
sub-TLVs MAY appear in any Hello Capability TLV.¶
Two new registries are defined by this document.¶
IS-IS Bit Values for the Hello Capabilities TLV is a new registry which defines the bit values advertised in the Capability Flags of the Hello Capability TLV.¶
IS-IS Sub-TLVs for the Hello Capabilites TLV is a new registry which defines the sub-TLV types which may be included in a Hello Capabiily TLV¶
This document updates the "IS-IS Top-Level TLV Codepoints" registry as follows:¶
| Value | Name | IIH | LSP | SNP | Purge | MP | Status/Reference |
|---|---|---|---|---|---|---|---|
| TBA | Hello Capability | Y | N | N | N | Y | draft-ginsberg-lsr-hello-capability |
This document introduces a new registry for bit values in the new Hello Capability TLV. The registration policy is Expert Review as defined in [RFC8126]. This registry is part of the "IS-IS TLV Codepoints" registry. The name of the registry is "IS-IS Bit Values for Hello Capability TLV Flags. No bit values are currently defined.¶
This document introduces a new registry for sub-TLVs in the new Hello Capability TLV. The registration policy is Expert Review as defined in [RFC8126]. This registry is part of the "IS-IS TLV Codepoints" registry. The name of the registry is "IS-IS Sub-TLVs for Hello Capability TLV. No sub-TLVs are currently defined.¶
Security concerns for IS-IS are addressed in [RFC5304] and [RFC5310].¶
Advertisement of additional capability information may introduce new security concerns. Discussion of those security concerns is required in the future documents which defines those capabilities.¶