A YANG Data Model for Layer 0 Types - Revision 2
draft-esdih-ccamp-layer0-types-ext-00
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Authors |
|
Dieter Beller
,
Sergio Belotti
,
Haomian Zheng
,
Italo Busi
,
Esther Le Rouzic
|
|
Last updated |
|
2021-02-22
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
html
xml
pdf
htmlized (tools)
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 0 warnings.
draft-esdih-ccamp-layer0-types-ext-00.txt:
xym 0.5:
Extracting 'ietf-layer0-types-ext'
Getting YANG file name from module name: ietf-layer0-types-ext.yang
Removed 4 empty lines
ietf-layer0-types-ext@2021-02-12.yang:
pyang 2.4.0: pyang --verbose --ietf -p {libs} {model}:
# module search path: a/www/ietf-ftp/yang/rfcmod/:/a/www/ietf-ftp/yang/draftmod/:/a/www/ietf-ftp/yang/ianamod/:/a/www/ietf-ftp/yang/catalogmod/:.:/var/lib/wwwrun/yang/modules:/a/www/ietf-datatracker/7.27.0/env/share/yang/modules
# read ietf-layer0-types-ext@2021-02-12.yang (CL)
yanglint SO 1.6.7: yanglint --verbose -p {tmplib} -p {rfclib} -p {draftlib} -p {ianalib} -p {cataloglib} {model} -i:
No validation errors
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
CCAMP D. Beller, Ed.
Internet-Draft S. Belotti, Ed.
Updates: draft-ietf-ccamp-layer0-types (if Nokia
approved) H. Zheng
Intended status: Standards Track I. Busi
Expires: 26 August 2021 Huawei
E. Le Rouzic
Orange
22 February 2021
A YANG Data Model for Layer 0 Types - Revision 2
draft-esdih-ccamp-layer0-types-ext-00
Abstract
This document defines a collection of common data types and groupings
in the YANG data modeling language, which are used in several YANG
modules for wavelength Division multiplexing (WDM) transport
networks. The YANG module ietf-layer0-types-ext updates ietf-
layer0-types defined in draft-ietf-ccamp-layer0-types, which has been
reduced in scope prior to publication to only cover spectrum
management related aspects required for the YANG module ietf-wson-
topology defined in draft-ietf-ccamp-wson-yang.
To be completed
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 26 August 2021.
Copyright Notice
Copyright (c) 2021 IETF Trust and the persons identified as the
document authors. All rights reserved.
Beller, et al. Expires 26 August 2021 [Page 1]
Internet-Draft Layer 0 Types - Revision 2 February 2021
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 the Trust Legal Provisions and are
provided without warranty as described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Requirements Language . . . . . . . . . . . . . . . . . . 2
1.2. Terminology . . . . . . . . . . . . . . . . . . . . . . . 3
2. Extensions for the Layer 0 Types Module . . . . . . . . . . . 3
3. Layer0 Types Revision 2 YANG CODE . . . . . . . . . . . . . . 4
4. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 22
5. Contributors . . . . . . . . . . . . . . . . . . . . . . . . 22
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 22
7. Security Considerations . . . . . . . . . . . . . . . . . . . 22
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 22
8.1. Normative References . . . . . . . . . . . . . . . . . . 22
8.2. Informative References . . . . . . . . . . . . . . . . . 23
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 24
1. Introduction
YANG [RFC7950] is a data modeling language used to model
configuration data, state data, Remote Procedure Calls, and
notifications for network management protocols such as NETCONF
[RFC6241]. The YANG language supports a small set of built-in data
types and provides mechanisms to derive other types from the built-in
types.
This document introduces a collection of common data types derived
from the built-in YANG data types. The derived types and groupings
are designed to be the common types applicable for modeling Traffic
Engineering (TE) features as well as non-TE features (e.g., physical
network configuration aspect) for Layer 0 optical networks in
model(s) defined outside of this document.
1.1. Requirements Language
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in RFC 2119 [RFC2119].
Beller, et al. Expires 26 August 2021 [Page 2]
Internet-Draft Layer 0 Types - Revision 2 February 2021
Show full document text