A YANG Data Model for Layer 0 Types
draft-ietf-ccamp-layer0-types-09
|
Document |
Type |
|
Active Internet-Draft (ccamp WG)
|
|
Authors |
|
Haomian Zheng
,
Young Lee
,
Aihua Guo
,
Victor Lopez
,
Daniel King
|
|
Last updated |
|
2020-12-29
|
|
Stream |
|
IETF
|
|
Intended RFC status |
|
Proposed Standard
|
|
Formats |
|
plain text
xml
pdf
htmlized (tools)
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 0 warnings.
draft-ietf-ccamp-layer0-types-09.txt:
xym 0.4.10:
Extracting 'ietf-layer0-types@2020-12-29.yang'
Removed 0 empty lines
ietf-layer0-types@2020-12-29.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.24.0/env/share/yang/modules
# read ietf-layer0-types@2020-12-29.yang (CL)
yanglint SO 1.6.7: yanglint --verbose -p {tmplib} -p {rfclib} -p {draftlib} -p {ianalib} -p {cataloglib} {model} -i:
No validation errors
|
|
Reviews |
|
|
|
Additional Resources |
|
|
Stream |
WG state
|
|
Submitted to IESG for Publication
|
|
Document shepherd |
|
Daniele Ceccarelli
|
|
Shepherd write-up |
|
Show
(last changed 2020-06-08)
|
IESG |
IESG state |
|
Approved-announcement to be sent::AD Followup
|
|
Consensus Boilerplate |
|
Yes
|
|
Telechat date |
|
|
|
Responsible AD |
|
Deborah Brungard
|
|
Send notices to |
|
Daniele Ceccarelli <daniele.ceccarelli@ericsson.com>
|
IANA |
IANA review state |
|
IANA OK - Actions Needed
|
|
IANA expert review state |
|
Expert Reviews OK
|
CCAMP Working Group H. Zheng
Internet-Draft Huawei Technologies
Intended status: Standards Track Y. Lee
Expires: July 2, 2021 Samsung
A. Guo
Futurewei
V. Lopez
Telefonica
D. King
University of Lancaster
December 29, 2020
A YANG Data Model for Layer 0 Types
draft-ietf-ccamp-layer0-types-09
Abstract
This document defines a collection of common data types and groupings
in the YANG data modeling language. These derived common types and
groupings are intended to be imported by modules that model Layer 0
optical Traffic Engineering (TE) configuration and state capabilities
such as Wavelength Switched Optical Networks (WSONs) and Flexi-grid
Dense Wavelength Division Multiplexing (DWDM) Networks.
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 2, 2021.
Copyright Notice
Copyright (c) 2020 IETF Trust and the persons identified as the
document authors. All rights reserved.
Zheng, et al. Expires July 2, 2021 [Page 1]
Internet-Draft A YANG Data Model for Layer 0 Types December 2020
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. Terminology and Notations . . . . . . . . . . . . . . . . 3
1.2. Prefix in Data Node Names . . . . . . . . . . . . . . . . 3
2. Layer 0 Types Module Contents . . . . . . . . . . . . . . . . 3
3. YANG Code for Layer 0 Types . . . . . . . . . . . . . . . . . 5
4. Security Considerations . . . . . . . . . . . . . . . . . . . 17
5. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 18
6. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 18
7. Contributors . . . . . . . . . . . . . . . . . . . . . . . . 18
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 19
8.1. Normative References . . . . . . . . . . . . . . . . . . 19
8.2. Informative References . . . . . . . . . . . . . . . . . 20
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 21
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. The applicability of
Layer 0 types specified in this document include Wavelength Switched
Optical Networks (WSONs) [RFC6163] and [ITU-Tg6982], and Flexi-grid
Dense Wavelength Division Multiplexing (DWDM) Networks [RFC7698] and
[ITU-Tg6941] .
Show full document text