YANG Schema Item iDentifier (YANG SID)
draft-ietf-core-sid-15
|
Document |
Type |
|
Active Internet-Draft (core WG)
|
|
Authors |
|
Michel Veillette
,
Alexander Pelov
,
Ivaylo Petrov
|
|
Last updated |
|
2021-01-17
|
|
Replaces |
|
draft-somaraju-core-sid
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
pdf
htmlized (tools)
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 0 warnings.
draft-ietf-core-sid-15.txt:
xym 0.4.10:
Extracting 'ietf-sid-file@2020-02-05.yang'
Removed 0 empty lines
ietf-sid-file@2020-02-05.yang:
pyang 2.4.0: pyang --verbose --ietf -p {libs} {model}:
/bin/sh: pyang: command not found
yanglint SO 1.6.7: yanglint --verbose -p {tmplib} -p {rfclib} -p {draftlib} -p {ianalib} -p {cataloglib} {model} -i:
No validation errors
|
|
Additional Resources |
|
|
Stream |
WG state
|
|
WG Consensus: Waiting for Write-Up
|
|
Document shepherd |
|
Carsten Bormann
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
Carsten Bormann <cabo@tzi.org>
|
Internet Engineering Task Force M. Veillette, Ed.
Internet-Draft Trilliant Networks Inc.
Intended status: Standards Track A. Pelov, Ed.
Expires: July 21, 2021 I. Petrov, Ed.
Acklio
January 17, 2021
YANG Schema Item iDentifier (YANG SID)
draft-ietf-core-sid-15
Abstract
YANG Schema Item iDentifiers (YANG SID) are globally unique 63-bit
unsigned integers used to identify YANG items. This document defines
the semantics, the registration, and assignment processes of YANG
SIDs. To enable the implementation of these processes, this document
also defines a file format used to persist and publish assigned YANG
SIDs.
Status of This Memo
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 July 21, 2021.
Copyright Notice
Copyright (c) 2021 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
Veillette, et al. Expires July 21, 2021 [Page 1]
Internet-Draft YANG Schema Item iDentifier (YANG SID) January 2021
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 3
2. Terminology and Notation . . . . . . . . . . . . . . . . . . 4
3. ".sid" file lifecycle . . . . . . . . . . . . . . . . . . . . 5
4. ".sid" file format . . . . . . . . . . . . . . . . . . . . . 6
5. Content-Types . . . . . . . . . . . . . . . . . . . . . . . . 12
6. Security Considerations . . . . . . . . . . . . . . . . . . . 12
7. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 13
7.1. YANG Namespace Registration . . . . . . . . . . . . . . . 13
7.2. Register ".sid" File Format Module . . . . . . . . . . . 13
7.3. CoAP Content-Formats Registry . . . . . . . . . . . . . . 13
7.4. Create new IANA Registry: "YANG SID Mega-Range" registry 14
7.4.1. Structure . . . . . . . . . . . . . . . . . . . . . . 14
7.4.2. Allocation policy . . . . . . . . . . . . . . . . . . 14
7.4.2.1. First allocation . . . . . . . . . . . . . . . . 15
7.4.2.2. Consecutive allocations . . . . . . . . . . . . . 15
7.4.3. Initial contents of the Registry . . . . . . . . . . 15
7.5. Create a new IANA Registry: IETF YANG SID Range Registry
(managed by IANA) . . . . . . . . . . . . . . . . . . . . 15
7.5.1. Structure . . . . . . . . . . . . . . . . . . . . . . 15
7.5.2. Allocation policy . . . . . . . . . . . . . . . . . . 16
7.5.3. Initial contents of the registry . . . . . . . . . . 17
7.6. Create new IANA Registry: "IETF YANG SID Registry" . . . 18
7.6.1. Structure . . . . . . . . . . . . . . . . . . . . . . 18
7.6.2. Allocation policy . . . . . . . . . . . . . . . . . . 18
7.6.3. Recursive Allocation of YANG SID Range at Document
Adoption . . . . . . . . . . . . . . . . . . . . . . 19
7.6.4. Initial contents of the registry . . . . . . . . . . 20
8. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 21
9. References . . . . . . . . . . . . . . . . . . . . . . . . . 21
9.1. Normative References . . . . . . . . . . . . . . . . . . 21
9.2. Informative References . . . . . . . . . . . . . . . . . 22
Appendix A. ".sid" file example . . . . . . . . . . . . . . . . 23
Appendix B. SID auto generation . . . . . . . . . . . . . . . . 32
Appendix C. ".sid" file lifecycle . . . . . . . . . . . . . . . 33
C.1. ".sid" File Creation . . . . . . . . . . . . . . . . . . 33
Show full document text