YANG Schema Item iDentifier (SID)
draft-ietf-core-sid-07
|
Document |
Type |
|
Active Internet-Draft (core WG)
|
|
Last updated |
|
2019-07-08
|
|
Replaces |
|
draft-somaraju-core-sid
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
pdf
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 2 warnings.
draft-ietf-core-sid-07.txt:
xym 0.4:
Extracting 'ietf-sid-file@2017-11-26.yang'
Removed 0 empty lines
ietf-sid-file@2017-11-26.yang:
pyang 2.1: pyang --verbose --ietf -p {libs} {model}:
# read ietf-sid-file@2017-11-26.yang (CL)
# read /a/www/ietf-datatracker/6.113.0/env/share/yang/modules/ietf/ietf-yang-types.yang
# read /a/www/ietf-ftp/yang/draftmod/ietf-yang-types@2019-11-04.yang
ietf-sid-file@2017-11-26.yang:27: warning: RFC 8407: 3.1: The IETF Trust Copyright statement seems to be missing (see pyang --ietf-help for details).
ietf-sid-file@2017-11-26.yang:116: warning: the module seems to use RFC 2119 keywords, but the required text from RFC 8174 is not found (see pyang --ietf-help for details).
yanglint 0.14.80: yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model} -i:
No validation errors
|
|
Additional URLs |
|
|
Stream |
WG state
|
|
WG Document
|
|
Document shepherd |
|
No shepherd assigned
|
IESG |
IESG state |
|
I-D Exists
|
|
Consensus Boilerplate |
|
Unknown
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Internet Engineering Task Force M. Veillette, Ed.
Internet-Draft Trilliant Networks Inc.
Intended status: Standards Track A. Pelov, Ed.
Expires: January 9, 2020 I. Petrov, Ed.
Acklio
July 08, 2019
YANG Schema Item iDentifier (SID)
draft-ietf-core-sid-07
Abstract
YANG Schema Item iDentifiers (SID) are globally unique 64-bit
unsigned integers used to identify YANG items. This document defines
the semantics, the registration, and assignment processes of SIDs.
To enable the implementation of these processes, this document also
defines a file format used to persist and publish assigned 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 January 9, 2020.
Copyright Notice
Copyright (c) 2019 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 Simplified BSD License text as described in Section 4.e of
Veillette, et al. Expires January 9, 2020 [Page 1]
Internet-Draft YANG Schema Item iDentifier (SID) July 2019
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Terminology and Notation . . . . . . . . . . . . . . . . . . 3
3. ".sid" file lifecycle . . . . . . . . . . . . . . . . . . . . 4
4. ".sid" file format . . . . . . . . . . . . . . . . . . . . . 5
5. Security Considerations . . . . . . . . . . . . . . . . . . . 9
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 9
6.1. Register SID File Format Module . . . . . . . . . . . . . 9
6.2. Create new IANA Registry: "SID Mega-Range" registry . . . 9
6.2.1. Structure . . . . . . . . . . . . . . . . . . . . . . 9
6.2.2. Allocation policy . . . . . . . . . . . . . . . . . . 10
6.2.2.1. First allocation . . . . . . . . . . . . . . . . 10
6.2.2.2. Consecutive allocations . . . . . . . . . . . . . 11
6.2.3. Initial contents of the Registry . . . . . . . . . . 11
6.3. Create a new IANA Registry: IETF SID Range Registry
(managed by IANA) . . . . . . . . . . . . . . . . . . . . 11
6.3.1. Structure . . . . . . . . . . . . . . . . . . . . . . 11
6.3.2. Allocation policy . . . . . . . . . . . . . . . . . . 11
6.3.3. Initial contents of the registry . . . . . . . . . . 12
6.4. Create new IANA Registry: "IETF SID Registry" . . . . . . 13
6.4.1. Structure . . . . . . . . . . . . . . . . . . . . . . 13
6.4.2. Allocation policy . . . . . . . . . . . . . . . . . . 14
6.4.3. Initial contents of the registry . . . . . . . . . . 14
7. Acknowledgments . . . . . . . . . . . . . . . . . . . . . . . 14
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 14
8.1. Normative References . . . . . . . . . . . . . . . . . . 14
8.2. Informative References . . . . . . . . . . . . . . . . . 15
Appendix A. ".sid" file example . . . . . . . . . . . . . . . . 16
Appendix B. SID auto generation . . . . . . . . . . . . . . . . 25
Appendix C. ".sid" file lifecycle . . . . . . . . . . . . . . . 25
C.1. SID File Creation . . . . . . . . . . . . . . . . . . . . 26
C.2. SID File Update . . . . . . . . . . . . . . . . . . . . . 27
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 28
1. Introduction
Some of the items defined in YANG [RFC7950] require the use of a
unique identifier. In both NETCONF [RFC6241] and RESTCONF [RFC8040],
these identifiers are implemented using names. To allow the
Show full document text