HTTP/2 200
date: Wed, 08 Oct 2025 01:14:54 GMT
content-type: application/rfc+xml; charset=utf-8
content-length: 26654
cf-ray: 98b1c8b6fc63999b-BLR
last-modified: Wed, 31 Jul 2024 22:40:54 GMT
etag: "1c925-61e92c97597b4-gzip"
accept-ranges: bytes
vary: Accept-Encoding
content-encoding: gzip
strict-transport-security: max-age=31536000; includeSubDomains
x-frame-options: SAMEORIGIN
x-xss-protection: 1; mode=block
x-content-type-options: nosniff
cf-cache-status: DYNAMIC
set-cookie: __cf_bm=3udipd2NUbNJ8AMcAkJAdrHNj9TKsMVUKZi7vaCckiU-1759886094-1.0.1.1-1XYGmTCHLtjB4G_JEeCMgm5FVoKQgg97iCI.lhJXc3P_SmaACBP0.aJOLnnMq3BUStp3.77u73Ur2FV.iK23k.m21MGCT3tWBDfdNK6TK.M; path=/; expires=Wed, 08-Oct-25 01:44:54 GMT; domain=.rfc-editor.org; HttpOnly; Secure; SameSite=None
server: cloudflare
alt-svc: h3=":443"; ma=86400
]>
YANG Schema Item iDentifier (YANG SID)Trilliant Networks Inc.610 Rue du LuxembourgGranbyQuebecJ2J 2V2Canada+1-450-375-0556michel.veillette@trilliant.comIMT Atlantique2 rue de la ChâtaigneraieCesson-Sévigné Cedex35510Francealexander.pelov@imt-atlantique.frGoogle Switzerland GmbHBrandschenkestrasse 110Zurich8002Switzerlandivaylopetrov@google.comUniversität Bremen TZIPostfach 330440BremenGermanyD-28359+49-421-218-63921cabo@tzi.orgSandelman Software WorksCanadamcr+ietf@sandelman.ca
WIT
coreCBORYANG Schema Item iDentifiers (YANG SIDs) are globally unique 63-bit unsigned integers used to identify YANG items. SIDs provide a more compact method for identifying those YANG items that can be used efficiently, notably in constrained environments (RFC 7228).
This document defines the semantics, registration processes, and assignment processes for YANG SIDs for IETF-managed YANG modules.
To enable the implementation of these processes, this document also defines a file format used to persist and publish assigned YANG SIDs.IntroductionSome of the items defined in YANG require the use of a
unique identifier.
In both the Network Configuration Protocol (NETCONF) and RESTCONF , these identifiers are implemented using names.
To allow the implementation of data models defined in YANG in constrained devices and constrained networks, a more compact method to identify YANG items is required.
This compact identifier, called the YANG Schema Item iDentifier or YANG SID (or simply SID in this document and when the context is clear), is encoded using a 63-bit unsigned integer.
The limitation to 63-bit unsigned integers allows SIDs to be manipulated more easily on platforms that might otherwise lack 64-bit unsigned arithmetic.
The loss of a single bit of range is not significant, given the size of the remaining space.The following items are identified using SIDs:
identities
data nodes (note: including those nodes defined by the
'rc:yang-data' extension and the 'sx:structure' extension )
remote procedure calls (RPCs) and associated input(s) and output(s)
actions and associated input(s) and output(s)
notifications and associated information
YANG modules and features
It is possible that some protocols will use only a subset of the assigned SIDs; for
example, for protocols other than NETCONF that provide access to YANG-modeled data, such as , the
transport of YANG module SIDs might be unnecessary. Other protocols
might need to be able to transport this information -- for example, protocols
related to discovery such as the Constrained YANG Module Library .SIDs are globally unique integers. A registration system is used in order to
guarantee their uniqueness. SIDs are registered in blocks called "SID ranges".
Once they are considered "stable", SIDs are assigned permanently.
Items introduced by a new revision of a YANG
module are added to the list of SIDs already assigned.
This is discussed in more detail in .The assignment of SIDs to YANG items is usually automated as
discussed in , which also discusses some cases
where manual interventions may be appropriate. provides more details about the registration processes for YANG
modules and associated SIDs. To enable the implementation of these processes,
defines a standard file format used to store and publish
SIDs.IETF-managed YANG modules that need to allocate SIDs will use the IANA mechanisms specified in this document.
See for details.
YANG modules created by other parties allocate SID ranges using the IANA allocation mechanisms via Mega-Ranges (see ); within the Mega-Range allocation, those other parties are free to make up their own mechanism.Among other uses, YANG SIDs are particularly useful for obtaining a
compact encoding for YANG-CBOR .
At the time of writing, a tool for automated ".sid" file generation is
available as part of the open-source project PYANG .Terminology and NotationThe 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
(RFC 2119) (RFC 8174) when, and only
when, they appear in all capitals, as shown here.The following terms are defined in :
action
feature
module
notification
RPC
schema node
schema tree
submodule
This specification also makes use of the following terminology:
item:
A schema node, an identity, a module, or a feature defined using the YANG modeling language.
YANG Schema Item iDentifier (YANG SID or simply SID):
Unsigned
integer used to identify different YANG items (cf. ).
YANG name:
Text string used to identify different YANG items
(cf. ).
ObjectivesThe overriding objective of the SID assignment and registration system is to
ensure global interoperability of protocols that employ SIDs in order
to communicate about data modeled in YANG.
This objective poses certain requirements on the stability of SIDs
while at the same time not hindering active evolution of the YANG
modules the SIDs are intended to support.Additional objectives include:
enabling the developer of a YANG module to also be the originating
entity for the SIDs pertaining to that module.
making it easy for YANG developers to obtain SIDs.
enabling other developers to define SIDs for a module where the
developer of the module is not interested in assigning the SIDs.
keeping an assignment regime that keeps short SIDs (2..4 bytes)
readily available for the applications that would benefit from them
while at the same time employing the vast 63-bit SID space to
facilitate permissionless actions.
enabling multiple entities to provide services that support the
assignment of SIDs.
maintaining some locality in the assignment of SIDs so the
efficiencies of the SID delta mechanism can be fully employed.
enabling various software components to operate in terms of SIDs
without having complete information about other parties in the
communication process.
While IANA ultimately maintains the registries that govern SIDs for
IETF-defined modules, various support tools (such as, at the time of
writing, the YANG Catalog )
need to provide the support to enable SID assignment and use for
modules still in IETF development. Developers of open-source or
proprietary YANG modules also need to be able to serve as such
entities autonomously, possibly forming alliances independent of the
IETF, while still fitting in the overall SID number space managed by
IANA. Obviously, this process has a number of parallels to the
management of IP addresses but is also very different.Technical ObjectivesAs discussed in the Introduction, SIDs are intended as globally unique
(unsigned) integers.Specifically, this means that:
Objective 1 (MUST):
Any 63-bit unsigned integer either (1) is unassigned as a SID or (2) immutably maps to EXACTLY one YANG name.
Only the transition from unassigned to that immutable mapping is
defined.
This enables a recipient of a data structure employing SIDs to
translate them into the globally meaningful YANG names that the
existing encodings of YANG data such as YANG-XML and
YANG-JSON employ today.The term "YANG name" is not defined outside this document, and YANG has
a complex system of names and entities that can have those names.
Instead of defining the term technically, this set of objectives uses
it in such a way that the overall objectives of YANG SID can be
achieved.A desirable objective is that:
Objective 2 (SHOULD):
Any YANG name in active use has one SID assigned.
This means that:
There should not be YANG names without SIDs assigned.
YANG names should not have multiple SIDs assigned.
These objectives are unattainable in full, because YANG names are not
necessarily born with a SID assignment and because entirely autonomous
entities might decide to assign SIDs for the same YANG name without
communicating ("like ships in the night").
Note that as long as this autonomy is maintained, any single observer
will have the impression that Objective 2 is attained.
Only when entities that have acted autonomously start communicating will a
deviation be observed.Module Evolution and VersioningYANG modules evolve (see and
Section of RFC 8407
).
The technical objectives listed above are stated in terms that are
independent of this evolution.However, some modules are still in a very fluid state, and the
assignment of permanent SIDs to the YANG names created in them is less
desirable. This is true not only for new modules but also for
emerging new revisions of existing stable modules.
Objective 3 (MUST):
The SID management system is independent of any module versioning.
Solution Components and Derived ObjectivesA registration system is used in order to guarantee the uniqueness of
SIDs.
To be able to provide some autonomy in allocation (and avoid
information disclosure where it is not desirable), SIDs are registered
in blocks called "SID ranges".SIDs are assigned permanently.Items introduced by a new revision of a YANG
module are added to the list of SIDs already assigned.Parties and RolesIn the YANG development process, we can discern a number of parties
that are concerned with a YANG module:
module controller:
The owner of the YANG module, i.e., the controller
of the module's evolution.
registration entity:
The controller of the module namespace, specifically also of the
prefixes that are in common use. (This is not a required party.)
module repository:
An entity that supplies modules to module users. This can be an
"official" entity (e.g., IANA for IETF modules) or an "unofficial" entity (e.g., the
YANG Catalog ). Not all repositories are in a position to act as
a registry, i.e., as a permanent record for the information they
supply; these repositories need to recur to module owners as a
stable source.
module user:
An entity that uses a module, after obtaining it from the module
controller or a module repository.
This set of parties needs to evolve to take on the additional roles
that the SID assignment process requires:
SID assigner:
An entity that assigns SIDs for a module. Objective 2 aims at
having only one SID assigner for each module. SID assigners
preferably stay the same over a module development process; however,
this specification provides ".sid" files to ensure an organized handover.
SID range registry:
An entity that supplies a SID assigner with SID ranges that it can
use in assigning SIDs for a module. (In this specification, there
is a structure with Mega-Ranges and individual SID ranges; this is
not relevant here.)
SID repository:
An entity that supplies SID assignments to SID users, usually in the
form of a ".sid" file.
SID user:
The module user that uses the SIDs provided by a SID assigner for a YANG
module. SID users need to find SID assigners (or at least their SID
assignments).
As the use of SIDs with YANG data models is introduced, the distribution of the SID roles to
the existing parties for a YANG module will evolve.The desirable end state of this evolution is shown in .
Roles and Parties: Desired End State
Role
Party
SID assigner
module developer
SID range registry
(as discussed in this specification)
SID repository
module repository
SID user
module user (naturally)
This grouping of roles and parties puts the module developer in a
position where it can achieve the objectives laid out in this section
(a "type-1", "SID-guiding" module controller).
(While a third party might theoretically assign additional SIDs and
conflict with Objective 2, there is very little reason to do so if ".sid"
files are always provided by the module developer with the module.)The rest of this section is concerned with the transition to this end
state.For existing modules, there is no ".sid" file. The entity that stands in
as the SID assigner is not specified. This situation has the highest
potential for conflict with Objective 2.Similarly, for new module development, the module owner may not have
heard about SIDs or may not be interested in assigning them (e.g., because
of lack of software or procedures within their organization).For these two cases (which we will collectively call "type-3", "SID-oblivious" module
controller), module repositories can act as a mediator, giving SID
users access to a SID assigner that is carefully chosen to be a likely
choice by other module repositories as well, maximizing the likelihood
of achieving Objective 2.If a module controller has heard about SIDs but is not assigning
them yet, it can designate a SID assigner instead. This can lead to a
stable, unique set of SID assignments being provided indirectly by a
("type-2", "SID-aware") module developer. Entities offering designated
SID assigner services could make these available in an easy-to-use
way, e.g., via a web interface.The entity acting as a SID assigner minimally needs to record the SID
range it uses for the SID assignment. If the SID range registry employed can
record the module name and revision and if the assignment processes
(including the software used) are stable, the SID assigner can
theoretically reconstruct its assignments, but this could invite
implementation bugs.SID assigners attending to a module in development (not yet stable)
need to decide whether SIDs for a new revision are reassigned from
scratch ("clean slate") or use existing assignments from a previous
revision as a base, only assigning new SIDs for new names.
Once a module is declared stable, its SID assignments SHOULD be
declared stable as well (except that, for existing YANG
modules, some review may be needed before this is done).This specification does not further discuss how mediating entities
such as designated SID assigners or SID repositories could operate;
instead, it supplies objectives for their operation.".sid" File LifecycleYANG is a language designed to model data accessed using one of the compatible
protocols (e.g., NETCONF , RESTCONF , and the CoAP Management Interface (CORECONF) ). A
YANG module defines hierarchies of data, including configuration, state data,
RPCs, actions, and notifications.Many YANG modules are not created in the context of constrained
applications. YANG modules can be implemented using NETCONF or
RESTCONF without the need to assign SIDs.As needed, authors of YANG modules can assign SIDs to their YANG modules. In
order to do that, they should first obtain a SID range from a registry and use
that range to assign or generate SIDs to items in their YANG module. The
assignments can then be stored in a ".sid" file. For an
example of how this could be achieved, please refer to .Items introduced by a new revision of a YANG module are added to the list of SIDs already assigned.
When this is done during the development of a new protocol document, it may be necessary to make provisional assignments.
They may get changed, revised, or withdrawn during the development of a new standard.
These provisional assignments are marked with a status of "unstable",
so that they can be removed and the SID number possibly reassigned
for a different YANG schema name/path later in the development process.
When the specification is advanced to a final document,
the assignment is marked with a status of "stable".
During a period of development starting from a published
specification, two variants of the ".sid" file should
be made available by the tooling involved in that development: (1) a
"published" ".sid" file with the existing stable SID assignments only
(which the development effort should keep stable), as
well as (2) an "unpublished" ".sid" file that also contains the unstable
SID assignments.Registration of the ".sid" file associated with a YANG module is optional but
recommended; doing so will promote interoperability between devices and avoid duplicate
allocation of SIDs to a single YANG module. Different registries might have
different requirements for the registration and publication of the ".sid"
files. For a diagram of one possible scenario, please refer to the activity
diagram shown in in .Each time a YANG module, one or more of its imported modules, or one or more of its included
submodules are updated, a new ".sid" file MAY be created if the new or
updated items will need SIDs. All the SIDs present in a previous version of
the ".sid" file that was in active use MUST be present in the new version as well. The creation of
this new version of the ".sid" file SHOULD be performed using an automated
tool.If a new revision requires more SIDs than initially allocated, a new SID range
MUST be added to the 'assignment-range' item as defined in .
These extra SIDs are used for subsequent assignments.For an example of this update process, see the activity diagram shown in
in .".sid" File Format".sid" files are used to persist and publish SIDs assigned to the different
YANG items in a specific YANG module.The following tree diagram provides an overview of the data
model:YANG Tree for 'ietf-sid-file'The following YANG module defines the structure of ".sid" files. Encoding is
performed in JSON using the rules defined in .
This module imports 'ietf-yang-types' and 'ietf-yang-structure-ext' . It also references , , and .YANG Module 'ietf-sid-file'
WG List:
Editor: Michel Veillette
Editor: Andy Bierman
Editor: Alexander Pelov
Editor: Ivaylo Petrov
";
description
"This module defines the structure of the '.sid' files.
Each '.sid' file contains the mapping between each
string identifier defined by a YANG module and a
corresponding numeric value called a YANG SID.
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 (RFC 2119) (RFC 8174) when, and only when,
they appear in all capitals, as shown here.
Copyright (c) 2024 IETF Trust and the persons identified as
authors of the code. All rights reserved.
Redistribution and use in source and binary forms, with or
without modification, is permitted pursuant to, and subject to
the license terms contained in, the Revised BSD License set
forth in Section 4.c of the IETF Trust's Legal Provisions
Relating to IETF Documents
(https://trustee.ietf.org/license-info).
This version of this YANG module is part of RFC 9595; see
the RFC itself for full legal notices.";
revision 2024-07-31 {
description
"Initial revision.";
reference
"RFC 9595: YANG Schema Item iDentifier (YANG SID)";
}
typedef revision-identifier {
type string {
pattern '[0-9]{4}-[0-9]{2}-[0-9]{2}';
}
description
"Represents a date in YYYY-MM-DD format.";
}
typedef sid-file-version-identifier {
type uint32;
description
"Represents the version of a '.sid' file.";
}
typedef sid {
type uint64 {
range "0..9223372036854775807";
}
description
"YANG Schema Item iDentifier.";
reference
"RFC 9595: YANG Schema Item iDentifier (YANG SID)";
}
typedef schema-node-path {
type string {
pattern
'/[a-zA-Z_][a-zA-Z0-9\-_.]*:[a-zA-Z_][a-zA-Z0-9\-_.]*' +
'(/[a-zA-Z_][a-zA-Z0-9\-_.]*(:[a-zA-Z_][a-zA-Z0-9\-_.]*)?)*';
}
description
"A schema-node path is an absolute YANG schema-node
identifier as defined by the YANG ABNF rule
'absolute-schema-nodeid', except that module names are used
instead of prefixes.
This string additionally follows the following rules:
- The leftmost (top-level) data node name is always in the
namespace-qualified form.
- Any subsequent schema-node name is in the
namespace-qualified form if the node is defined in a
module other than its parent node. Otherwise, the
simple form is used. No predicates are allowed.";
reference
"RFC 5234 (STD 68): Augmented BNF for Syntax Specifications:
ABNF
RFC 7950: The YANG 1.1 Data Modeling Language,
Section 6.5: Schema Node Identifier";
}
sx:structure sid-file {
uses sid-file-contents;
}
grouping sid-file {
description
"A grouping that contains a YANG container
representing the file structure of a '.sid' file.";
container sid-file {
description
"A wrapper container that together with the 'sx:structure'
extension marks the YANG data structures inside as not
being intended to be implemented as part of a
configuration datastore or as an operational state within
the server.";
uses sid-file-contents;
}
}
grouping sid-file-contents {
description
"A grouping that defines the contents of a container that
represents the file structure of a '.sid' file.";
leaf module-name {
type yang:yang-identifier;
mandatory true;
description
"Name of the YANG module associated with this
'.sid' file.";
}
leaf module-revision {
type revision-identifier;
description
"Revision of the YANG module associated with this '.sid'
file.
This leaf is not present if no revision statement is
defined in the YANG module.";
}
leaf sid-file-version {
type sid-file-version-identifier;
default 0;
description
"Optional leaf that specifies the version number of the
'.sid' file. '.sid' files and the version sequence are
specific to a given YANG module revision. This number
starts at zero when there is a new YANG module revision
and increases monotonically. This number can distinguish
updates to the '.sid' file - for instance, as the result
of new processing or reported errata.";
}
leaf sid-file-status {
type enumeration {
enum unpublished {
description
"This '.sid' file is unpublished (BCP 216) and is
also called a work-in-progress or workfile.
This may be when it accompanies an unpublished YANG
module or when only the '.sid' file itself is
unpublished.
The 'item' list MAY contain entries with a status
value of 'unstable'.";
reference
"RFC 8407 (BCP 216): Guidelines for Authors and
Reviewers of Documents Containing
YANG Data Models";
}
enum published {
description
"This '.sid' file is published. This status
applies to '.sid' files for published YANG modules.
The 'item' list MUST NOT contain entries with a
status value of 'unstable'.";
}
}
default "published";
description
"Optional leaf that specifies the status of the
'.sid' file.";
}
leaf description {
type string;
description
"Free-form meta-information about the generated file. It
might include a '.sid' file generation tool and time,
among other things.";
}
list dependency-revision {
key "module-name";
description
"Information about the revision used during the
'.sid' file generation of each dependency, i.e., each
YANG module that the YANG module associated with this
'.sid' file imported.";
leaf module-name {
type yang:yang-identifier;
description
"YANG module name of this dependency.";
}
leaf module-revision {
type revision-identifier;
mandatory true;
description
"Revision of the YANG module of this dependency.";
}
}
list assignment-range {
key "entry-point";
description
"YANG-SID Range(s) allocated to the YANG module
identified by 'module-name' and 'module-revision'.
- The first available value in the YANG-SID Range is
'entry-point', and the last available value in the
range is ('entry-point' + size - 1).
- The YANG-SID Ranges specified by all
'assignment-range' entries MUST NOT overlap.";
leaf entry-point {
type sid;
description
"Lowest YANG SID available for assignment.";
}
leaf size {
type uint64;
mandatory true;
description
"Number of YANG SIDs available for assignment.";
}
}
list item {
key "namespace identifier";
unique "sid";
description
"Each entry within this list defines the mapping between
a YANG item string identifier and a YANG SID. This list
MUST include a mapping entry for each YANG item defined
by the YANG module identified by 'module-name' and
'module-revision'.";
leaf status {
type enumeration {
enum stable {
value 0;
description
"This SID allocation has been published as the
stable allocation for the given namespace and
identifier.";
}
enum unstable {
value 1;
description
"This SID allocation has been done during a
development process; it is not yet stable.";
}
enum obsolete {
value 2;
description
"This SID allocation is no longer in use. It is
recorded to avoid reallocation of its SID value.";
}
}
default "stable";
description
"The status field contains information about the
stability of the allocation. For each specific SID
value, over time it can only transition from
'unstable' to 'stable', and possibly from 'stable' to
'obsolete'.";
}
leaf namespace {
type enumeration {
enum module {
value 0;
description
"All module and submodule names share the same
global module identifier namespace.";
}
enum identity {
value 1;
description
"All identity names defined in a module and its
submodules share the same identity identifier
namespace.";
}
enum feature {
value 2;
description
"All feature names defined in a module and its
submodules share the same feature identifier
namespace.";
}
enum data {
value 3;
description
"The namespace for all data nodes, as defined in
YANG.";
}
}
description
"Namespace of the YANG item for this mapping entry.";
}
leaf identifier {
type union {
type yang:yang-identifier;
type schema-node-path;
}
description
"String identifier of the YANG item for this mapping
entry.
If the corresponding 'namespace' field is 'module',
'feature', or 'identity', then this field MUST
contain a valid YANG identifier string.
If the corresponding 'namespace' field is 'data',
then this field MUST contain a valid schema-node
path.";
}
leaf sid {
type sid;
mandatory true;
description
"YANG SID assigned to the YANG item for this mapping
entry.";
}
}
}
}
]]>Security ConsiderationsThis document defines a new type of identifier used to encode data that are modeled in YANG .
This new identifier maps semantic concepts to integers, and if the
source of this mapping is not trusted, then new security risks might
occur if an attacker can control the mapping.At the time of writing, it is expected that the ".sid" files will be
processed by a software developer, within a software development
environment. Developers are advised to only import ".sid" files from
authoritative sources. IANA is the authoritative source for IETF-managed
YANG modules.Conceptually, ".sid" files could be processed by less-constrained target
systems such as network management systems. Such systems need to take
extra care to make sure that they are only processing ".sid" files from
authoritative sources that are as authoritative as the YANG modules that they
are using.".sid" files are identified with and can employ dereferenceable
identifiers, i.e., identifiers that could lead implementations in
certain situations to automatically perform remote access, the target
of which is indicated at least partially by those identifiers.
This can give an attacker information from and/or control over such
accesses, which can have security and privacy implications.
Please also see Sections and of
for further considerations that may be applicable.IANA ConsiderationsYANG Namespace RegistrationThis document registers the following XML namespace URN in the "IETF XML
Registry", following the format defined in :
URI:
urn:ietf:params:xml:ns:yang:ietf-sid-file
Registrant Contact:
The IESG.
XML:
N/A; the requested URI is an XML namespace.
Reference:
RFC 9595
".sid" File Format Module RegistrationThis document registers one YANG module in the "YANG Module Names" registry :
Name:
ietf-sid-file
Namespace:
urn:ietf:params:xml:ns:yang:ietf-sid-file
Prefix:
sid
Reference:
RFC 9595
New IANA Registry: YANG-SID Mega-RangesThe name of this registry is "YANG-SID Mega-Ranges". This registry is used to record the delegation of the management of a block of SIDs to a third party (such as Standards Development Organizations (SDOs) or registrars).StructureEach entry in this registry must include:
The entry point (first SID) of the registered SID block.
The size of the registered SID block.
The size SHOULD be one million (1,000,000) SIDs,
but in exceptional cases,
it MAY be a multiple of 1,000,000.
The policy of SID range allocations: Public, Private, or both.
The contact information of the requesting organization, including the following:
Organization name.
URL.
Allocation PolicyThe IANA policy for future additions to this registry is "Expert Review" (Section of RFC 8126 ).An organization requesting to manage a YANG-SID Range (and thus have an entry in the "YANG-SID Mega-Ranges" registry) must ensure the following capacities:
The capacity to manage and operate a registry of YANG-SID Ranges. A registry of YANG-SID Ranges MUST provide the following information for all YANG-SID Ranges allocated by the registry:
The entry point of the allocated YANG-SID Range.
The size of the allocated YANG-SID Range.
Type: Public or Private.
Public ranges MUST include at least a reference to the YANG module and ".sid" files for that YANG-SID Range (e.g., see as an example for how this is handled for the "IETF YANG-SID Ranges" registry).
Private ranges MUST be marked as "Private".
A policy of allocation, which clearly identifies whether the YANG-SID Range allocations would be Private, Public, or both.
Technical capacity to provide or refer to ".sid" files in a way that
meets the security objective of data integrity for these files (see
also ).
Technical capacity to ensure the sustained operation of the registry for a period of at least 5 years. If registrations in the Private category are allowed, the period must be at least 10 years.
If a size of the allocation beyond 1,000,000 is desired, the
organization must demonstrate the sustainability of the technical
approach for utilizing this size of allocation and how it does not
negatively impact the overall usability of the SID allocation
mechanisms; such allocations are preferably placed in the space above
4,295,000,000 (64-bit space).First AllocationFor a first allocation to be provided, the requesting organization must demonstrate a functional registry infrastructure.Consecutive AllocationsOn one or more subsequent allocation requests, the organization must demonstrate the
exhaustion of the prior range. These conditions need to be asserted by the
assigned expert(s).If such a request for an additional allocation is made within 3 years of the last allocation, the
experts need to discuss this request on the CORE Working Group mailing list and
consensus needs to be obtained before allocating a new Mega-Range.Initial Contents of the RegistryThis registry contains the following initial entry:
YANG-SID Mega-Ranges Registry: Initial Assignment
Entry Point
Size
Allocation
Organization Name
URL
0
1,000,000
Public
IANA
New IANA Registry: IETF YANG-SID RangesThe name of this registry is "IETF YANG-SID Ranges". This
registry is used to record information related to the assignment of SID
Ranges (e.g., entry point and size) to YANG modules identified by module
name.StructureEach entry in this registry must include:
The SID range entry point.
The SID range size.
The YANG module name.
A document reference (the document making the registration).
Allocation PolicyThe first million SIDs assigned to IANA are subdivided as follows:
The range of 0 to 999 (size 1,000) is subject to "IESG Approval" as defined in Section of RFC 8126 ; of these, SID value 0 has been reserved for implementations to internally signify the absence of a SID number and does not occur in interchange.
The ranges of 1,000 to 59,999 (size 59,000) and 100,000 to 299,999 (size 200,000) are designated for YANG modules defined in RFCs.
The IANA policy for additions to this registry is:
"Expert Review" (Section of RFC 8126 ) if the ".sid" file comes from a YANG module from an existing RFC.
"RFC Required" (Section of RFC 8126 ) otherwise.
The expert MUST verify that the YANG module for which this allocation is made has an RFC (existing RFC) OR is on track to become an RFC (Early Allocation with a request from the working group chairs as defined by ).
The range of 60,000 to 99,999 (size 40,000) is reserved for experimental YANG modules. This range MUST NOT be used in operational deployments, since these SIDs are not globally unique and their interoperability is therefore limited. The IANA policy for this range is "Experimental Use" (Section of RFC 8126 ).
The range of 300,000 to 999,999 (size 700,000) is "Reserved" as defined in Section of RFC 8126 .
IETF YANG-SID Ranges Registry: Policies for IETF Ranges
Entry Point
Size
IANA Policy
0
1,000
IESG Approval
1,000
59,000
RFC and Expert Review Required (see item 2 above)
60,000
40,000
Reserved for Experimental Use
100,000
200,000
RFC and Expert Review Required (see item 2 above)
300,000
700,000
Reserved
The size of the SID range allocated for a YANG module is recommended to be a multiple of 50 and to be at least 33% above the current number of YANG items. This headroom allows assignments within the same range of new YANG items introduced by subsequent revisions. The SID range size SHOULD NOT exceed 1,000; a larger size may be requested by the authors if this recommendation is considered insufficient. It is important to note that an additional SID range can be allocated to an existing YANG module if the initial range is exhausted; this then just leads to a slightly less efficient representation.If a SID range is allocated for an existing RFC through the "Expert
Review" policy (Section of RFC 8126 ), the Reference field for the given allocation should
point to the RFC that the YANG module is defined in.If a SID range is required before publishing the RFC due to
implementations needing stable SID values, Early Allocation as defined in
can be employed for the "RFC Required" range (Section of RFC 7120 ).Publication of the ".sid" FileDuring an RFC's publication process, IANA contacts the designated expert team
("the team"), who are responsible for delivering a final ".sid" file for
each module defined by the RFC.
For a type-3 developer (SID-oblivious; see ), the team
creates a new ".sid" file from each YANG module; see below.
For a type-2 (SID-aware) developer, the team first obtains the existing draft ".sid"
file from a stable reference in the approved draft; for a type-1 (SID-guiding)
developer, the team extracts the ".sid" file from the approved draft.The team uses a tool to generate a final ".sid" file from each YANG
module; the final ".sid" file has all SID assignments set to "stable" and
the ".sid" file status set to "published".
A published ".sid" file MUST NOT contain SID assignments with a
status of "unstable".For the cases other than type-3 (SID-oblivious), the team feeds the existing draft ".sid"
file as an input ("reference ".sid" file") to the tool so that the changes resulting from
regeneration are minimal.
For YANG modules that are revisions of previously published modules,
any existing published ".sid" file needs to serve as a reference ".sid" file
for the tool, during generation of either the revised draft ".sid" file (type-1,
type-2) or the final ".sid" file (type-3).In any case, the team checks the generated file, including checking for
validity as a ".sid" file, for consistency with the SID range
allocations, for full coverage of the YANG items in the YANG module, and
for the best achievable consistency with the existing draft ".sid" file.The designated experts then give the ".sid" file to IANA to publish in
the "IETF YANG-SID Modules" registry () along with the YANG
module.The ".sid" file MUST NOT be published as part of the RFC: the IANA
registry is authoritative, and a link to it is to be inserted in the RFC.
(Note that the present RFC is an exception to this rule, as the ".sid"
file also serves as an example for exposition.)
Internet-Drafts that need SIDs assigned to their new modules for use in the text
of the document, e.g., for examples, need to alert the RFC Editor in
the draft text that this is the case.
Such RFCs cannot be produced by type-3 (SID-oblivious) developers:
the SIDs used in the text need to be assigned in the existing draft
".sid" file, and the designated expert team needs to check that the
assignments in the final ".sid" file are consistent with the usage in the
RFC text or that the approved draft text is changed appropriately.Initial Contents of the RegistryInitial entries in this registry are as follows:
IETF YANG-SID Ranges Registry: Initial Range Assignments
Entry Point
Size
Module Name
Reference
0
1
(Reserved: not a valid SID)
RFC 9595
1,000
100
ietf-coreconf
RFC 9595,
1,100
50
ietf-yang-types
1,150
50
ietf-inet-types
1,200
50
iana-crypt-hash
1,250
50
ietf-netconf-acm
1,300
50
ietf-sid-file
RFC 9595
1,500
100
ietf-interfaces
1,600
100
ietf-ip
1,700
100
ietf-system
1,800
400
iana-if-type
For allocation, RFC publication of the YANG module is required as per the "RFC Required" policy defined in
Section of RFC 8126 . The YANG module must be registered in the "YANG Module Names" registry according to the rules specified in .New IANA Registry: IETF YANG-SID ModulesThe name of this registry is "IETF YANG-SID Modules". This registry is used to
record the allocation of SIDs for individual YANG module items.StructureEach entry in this registry must include:
The YANG module name. This module name must be present in the "Name" column of the "YANG Module Names" registry.
A URI for the associated ".yang" file. This file link must be present in the "File" column of the "YANG Module Names" registry.
The URI for the ".sid" file that defines the allocation. The ".sid" file is stored by IANA.
The number of actually allocated SIDs in the ".sid" file.
Allocation PolicyThe allocation policy is "Expert Review" (Section of RFC 8126 ). The expert MUST ensure that the following conditions are met:
The ".sid" file has a valid structure:
The ".sid" file MUST be a valid JSON file following the structure of the
module defined in this document.
The ".sid" file allocates individual SIDs ONLY in the YANG-SID Ranges for this
YANG module (as allocated in the "IETF YANG-SID Ranges" registry):
All SIDs in this ".sid" file MUST be within the ranges allocated to this
YANG module in the "IETF YANG-SID Ranges" registry.
If another ".sid" file has already allocated SIDs for this YANG module (e.g.,
for older or newer versions of the YANG module), the YANG items are assigned
the same SIDs as those in the other ".sid" file.
If there is an older version of the ".sid" file, all allocated SIDs from that
version are still present in the current version of the ".sid" file.
Recursive Allocation of YANG SIDs at Document AdoptionDue to the difficulty in changing SID values during IETF document processing,
it is expected that most documents will ask for SID range allocations using Early
Allocations . The details of the Early Allocation to be
requested, including the timeline envisioned, should be included
in any working group adoption call. Prior to working group adoption, an
Internet-Draft author can use the experimental SID range (as per
) for their SID allocations or
other values that do not create ambiguity with other SID uses (for example,
they can use ranges and SIDs registered in a non-IANA-managed registry that is based on a YANG-SID Mega-Range assignment).After working group adoption, any modification of a ".sid" file is expected to be
discussed on the mailing lists of the appropriate working groups. Specific
attention should be paid to implementers' opinions after Working Group Last Call
if a SID value is to change its meaning. In all cases, a ".sid" file and the SIDs
associated with it are subject to change before the publication of an
Internet-Draft as an RFC.As the concept of SIDs is first used, many existing, previously published YANG modules
will not have SID allocations. For an allocation to be useful, the included
YANG modules may also need to have SID allocations made, in a process
that will generally be analogous to that in for the type-3 (SID-oblivious) case.The expert reviewer who performs the (Early) Allocation analysis will need to
go through the list of included YANG modules and perform SID allocations for
those modules as well.
If the document is a published RFC, then the allocation of SIDs for its
referenced YANG modules is permanent. The expert reviewer provides the
generated ".sid" file to IANA for registration.
If the document is an unprocessed Internet-Draft adopted in a working group, then an
Early Allocation is performed for this document as well. Early Allocations
require approval by an IESG area director. An Early Allocation that
requires additional allocations will list the other allocations in its
description and will be cross-posted to the mailing lists of any
other working groups concerned.
A YANG module that references a module in a document that has not yet been
adopted by any working group will be unable to perform an Early Allocation
for that other document until it is adopted by a working group. As described
in Section of RFC 7120 , a shepherding AD will stand in for the working group chairs if the document is not the product of an IETF working group, effectively allowing the AD to exempt a document from this policy.
At the end of the IETF process, all the dependencies of a given module for which
SIDs are assigned should also have SIDs assigned. Those dependencies'
assignments should be permanent (not Early Allocation).A previously SID-allocated YANG module that changes its references to include
a YANG module for which there is no SID allocation needs to repeat the Early
Allocation process. defines a time limit for the validity of Early Allocations,
after which they expire unless they are renewed. Section of RFC 7120 also says:
Note that if a document is submitted for review to the IESG, and at
the time of submission some Early Allocations are valid (not
expired), these allocations must not be considered to have expired
while the document is under IESG consideration or is awaiting
publication in the RFC Editor's queue after approval by the IESG.
Initial Contents of the RegistryAt the time of writing, this registry does not contain any entries.Media Type and Content-Format RegistrationMedia Type application/yang-sid+jsonThis document adds the following media type to the "Media Types" registry.
".sid" File Media Type Registration
Name
Template
Reference
yang-sid+json
application/yang-sid+json
RFC 9595
Type name:
application
Subtype name:
yang-sid+json
Required parameters:
N/A
Optional parameters:
N/A
Encoding considerations:
binary (UTF-8)
Security considerations:
See of RFC 9595.
Published specification:
RFC 9595
Applications that use this media type:
Applications that need to obtain YANG SIDs to interchange
YANG-modeled data in a concise and efficient representation.
Fragment identifier considerations:
The syntax and semantics of
fragment identifiers specified for "application/yang-sid+json" is
as specified for "application/json". (At publication of this
document, there is no fragment identification syntax defined for
"application/json".)
Additional information:
Magic number(s):
N/A
File extension(s):
.sid
Macintosh file type code(s):
N/A
Person & email address to contact for further information:
CORE WG mailing list (core@ietf.org)
or IETF Applications and Real-Time Area (art@ietf.org)
Intended usage:
COMMON
Restrictions on usage:
none
Author/Change controller:
IETF
CoAP Content-FormatThis document adds the following Content-Format to the "CoAP Content-Formats" registry
within the "Constrained RESTful Environments (CoRE) Parameters" group of
registries, where 260 has been assigned from the "IETF Review" (256-9,999) range (see Section of RFC 8126 ).
".sid" File Content-Format Registration
Content Type
Content Coding
ID
Reference
application/yang-sid+json
-
260
RFC 9595
ReferencesNormative ReferencesInformative ReferencesCoAP Management Interface (CORECONF)Trilliant Networks Inc.consultantIMT AtlantiqueYumaWorksUniversität Bremen TZIConstrained YANG Module LibraryTrilliant Networks Inc.AcklioYANG CatalogAn extensible YANG validator and converter in pythoncommit fc9a965The 'dereferenceable identifier' patternUniversität Bremen TZI".sid" File ExampleThe following ".sid" file ('ietf-system@2014-08-06.sid') has been generated using the following YANG modules:
'ietf-system@2014-08-06.yang' (defined in )
'ietf-yang-types@2013-07-15.yang' (defined in )
'ietf-inet-types@2013-07-15.yang' (defined in )
'ietf-netconf-acm@2018-02-14.yang' (defined in )
'iana-crypt-hash@2014-08-06.yang' (defined in )
For purposes of exposition, per , line breaks have been introduced below in
some JSON strings that represent overly long identifiers.Example ".sid" File ('ietf-system', with Extra Line Breaks)SID AutogenerationThe assignment of SIDs to YANG items SHOULD be automated.
The recommended process to assign SIDs is as follows:
A tool extracts the different items defined for a specific YANG module.
The list of items is sorted in alphabetical order. 'namespace' entries are sorted in descending order, and 'identifier' entries are sorted in ascending order. The 'namespace' and 'identifier' formats are described in the YANG module 'ietf-sid-file' defined in .
SIDs are assigned sequentially from the entry point up to the size of the registered SID range. This approach is recommended to minimize the serialization overhead, especially when the delta between a reference SID and the current SID is used by protocols aiming to reduce message size.
If the number of items exceeds the SID range(s) allocated to a YANG module, an extra range is added for subsequent assignments.
The 'dependency-revision' list item should reflect the revision numbers of each
YANG module that the YANG module imports at the moment of file generation.
When updating a YANG module that is in active use, the existing SID assignments are maintained.
(In contrast, when evolving an early version of an Internet-Draft that has not yet been adopted by a community of developers, SID assignments are often better done from scratch after a revision.)
If the name of a schema node changes but the data remain structurally and semantically similar to what was previously available under an old name, the SID that was used for the old name MAY continue to be used for the new name.
If the meaning of an item changes, a new SID MAY be assigned to it; this is particularly useful for allowing the new SID to identify the new structure or semantics of the item.
If the YANG data type changes in a new revision of a published module
such that the resulting CBOR encoding is changed, then implementations will be aided significantly if a new SID is assigned.
Note that these decisions are generally at the discretion of the YANG module author, who should decide if the benefits of a manual intervention are worth the deviation from automatic assignment.In the case of an update to an existing ".sid" file, an additional step is needed
that increments the ".sid" file version number. If there was no version number
in the previous version of the ".sid" file, 0 is assumed to be the version number
of the old version of the ".sid" file and the version number is 1 for the new
".sid" file. Apart from that, changes to ".sid" files can also be automated using
the same method as that described above, except that in step #3, previous SID assignments are kept, only previously unassigned YANG items are processed, and these are assigned previously unassigned SIDs. Already-existing items in the ".sid" file should not be given new SIDs.Note that ".sid" file versions are specific to a YANG module revision. For each
new YANG module or each new revision of an existing YANG module, the version
number of the initial ".sid" file either (1) should be 0 or (2) should not be present.Note also that RPC or action "input" and "output" YANG items MUST always be
assigned SIDs even if they don't contain further YANG items. The reason for this
requirement is that other modules can augment the given module and those SIDs
might be necessary.".sid" File LifecycleBefore assigning SIDs to their YANG modules, YANG module authors must acquire a
SID range from a registry of YANG-SID Ranges. If the YANG module is part of an IETF
Internet-Draft or RFC, the SID range needs to be acquired from the "IETF YANG-SID Ranges"
registry as defined in . For the other YANG
modules, the authors can choose to acquire a SID range from any registry of YANG-SID Ranges.Once the SID range is acquired, owners can use it to generate one or more ".sid" files for their YANG module or modules. It is recommended to leave some unallocated SIDs
following the allocated range in each ".sid" file in order to allow better
evolution of the owners' YANG modules in the future. Generation of ".sid" files should
be performed using an automated tool. Note that ".sid" files can only be
generated for YANG modules and not for submodules.".sid" File CreationThe following activity diagram summarizes the creation of a YANG module and its associated ".sid" file.SID Lifecycle| YANG module |
/ \ +------+--------+
|
v
.-------------.
/ Standardized \ yes
\ YANG module? /------------+
'-----+-------' |
| no |
v v
.-------------. +---------------+
+--> / Constrained \ yes | SID range |
| \ application? /---->| registration |<--------+
| '-----+-------' +------+--------+ |
| | no | |
| v v |
| +---------------+ +---------------+ |
+----+ YANG module | | SID subrange | |
| update | | assignment |<---------+
+---------------+ +-------+-------+ |
| |
v |
+---------------+ +------+------+
| ".sid" file | | Rework YANG |
| generation | | module |
+-------+-------+ +-------------+
| ^
v |
.----------. yes |
/ Work-in- \ ------------+
\ progress? /
'----+-----'
| no
v
.-------------.
/ RFC \ no
\ publication? /--------------+
'------+------' |
yes | |
v v
+---------------+ +---------------+
| IANA | | Third-party |
| registration | | registration |
+-------+-------+ +-------+-------+
| |
+------------------------+
v
[DONE]
]]>".sid" File UpdateThe following activity diagram summarizes the update of a YANG module and its associated ".sid" file.YANG and ".sid" File Update| YANG module, its |
/ \ | include(s), or its |
| import(s) |
+------+-------------+
|
v
.-------------.
/ New items \ yes
\ created? /------+
'------+------' |
| no v
| .-------------. +----------------+
| / SID range \ yes | Extra subrange |
| \ exhausted? /---->| assignment |
| '------+------' +-------+--------+
| | no |
| +---------------------+
| |
| v
| +---------------+
| | ".sid" file |
| | update based |
| | on previous |
| | ".sid" file |
| +-------+-------+
| |
| v
| .-------------. +---------------+
| / Publicly \ yes | YANG module |
| \ available? /---->| registration |
| '------+------' +-------+-------+
| | no |
+--------------+---------------------+
|
v
[DONE]
]]>Keeping a ".sid" File in a YANG Instance Data File defines a format for "YANG instance data".
This essentially leads to an encapsulation of the instance data within
some metadata envelope.If a ".sid" file needs to be stored in a YANG instance data file, this
can be achieved by embedding the value of the ".sid" file as the value of the
content-data member in the following template and copying over the
second-level members as indicated with the angle brackets:@.sid",
"description": [""],
"content-schema": {
"module": "ietf-sid-file@2024-06-17"
},
"content-data": {
"ietf-sid-file:sid-file" : {
"module-name": ...
}
}
}
}
]]>AcknowledgmentsThe authors would like to thank ,
, , , and
for their help during the development of this document and
their useful comments during the review process.
Special thanks go to the IESG members who supplied very useful
comments during the IESG processing phase, in particular to
and , and to as
responsible AD.ContributorsYumaWorks685 Cochran St.Suite #160Simi ValleyCA93065United States of Americaandy@yumaworks.com