A YANG Data Model for Client-layer Tunnel
draft-zheng-ccamp-client-tunnel-yang-07
|
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Authors |
|
Haomian Zheng
,
Aihua Guo
,
Italo Busi
,
Yunbin Xu
,
Yang Zhao
,
Xufeng Liu
|
|
Last updated |
|
2020-08-17
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
plain text
xml
pdf
htmlized (tools)
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 1 warnings.
draft-zheng-ccamp-client-tunnel-yang-07.txt:
xym 0.4.10:
Extracting 'ietf-eth-te-tunnel@2018-03-01.yang'
Removed 0 empty lines
ietf-eth-te-tunnel@2018-03-01.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-eth-te-tunnel@2018-03-01.yang (CL)
# read /a/www/ietf-ftp/yang/draftmod/ietf-te@2020-07-12.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-te-types@2020-06-10.yang
# read /a/www/ietf-datatracker/7.24.0/env/share/yang/modules/ietf/ietf-inet-types.yang
# read /a/www/ietf-ftp/yang/catalogmod/ietf-inet-types@2020-07-06.yang
# read /a/www/ietf-datatracker/7.24.0/env/share/yang/modules/ietf/ietf-yang-types.yang
# read /a/www/ietf-ftp/yang/catalogmod/ietf-yang-types@2020-07-06.yang
# read /a/www/ietf-datatracker/7.24.0/env/share/yang/modules/ietf/ietf-routing-types.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-routing-types@2017-12-04.yang
# read /a/www/ietf-ftp/yang/draftmod/ietf-eth-tran-types@2019-11-03.yang
ietf-eth-te-tunnel@2018-03-01.yang:31: warning: RFC 8407: 3.1: The IETF Trust Copyright statement seems to be missing (see pyang --ietf-help for details).
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 |
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 Working Group H. Zheng
Internet-Draft Huawei Technologies
Intended status: Standards Track A. Guo
Expires: February 18, 2021 Futurewei
I. Busi
Huawei Technologies
Y. Xu
CAICT
Y. Zhao
China Mobile
X. Liu
Volta Networks
August 17, 2020
A YANG Data Model for Client-layer Tunnel
draft-zheng-ccamp-client-tunnel-yang-07
Abstract
A transport network is a server-layer network to provide connectivity
services to its client. In this draft the tunnel of client is
described, with the definition of client tunnel YANG model.
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 February 18, 2021.
Copyright Notice
Copyright (c) 2020 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
Zheng, et al. Expires February 18, 2021 [Page 1]
Internet-Draft Client Tunnel YANG Model August 2020
(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
2. Terminology and Notations . . . . . . . . . . . . . . . . . . 3
3. YANG Model for Client-layer Tunnel . . . . . . . . . . . . . 3
3.1. YANG Tree for Ethernet Tunnel . . . . . . . . . . . . . . 3
3.2. YANG Tree for Tunnel of other Client Signal Model . . . . 4
4. YANG Code for Client-layer Tunnel . . . . . . . . . . . . . . 4
4.1. The ETH Tunnel YANG Code . . . . . . . . . . . . . . . . 4
4.2. Other Client-layer Tunnel YANG Code . . . . . . . . . . . 6
5. Considerations and Open Issue . . . . . . . . . . . . . . . . 6
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 6
7. Manageability Considerations . . . . . . . . . . . . . . . . 6
8. Security Considerations . . . . . . . . . . . . . . . . . . . 6
9. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 7
10. Contributors . . . . . . . . . . . . . . . . . . . . . . . . 7
11. References . . . . . . . . . . . . . . . . . . . . . . . . . 7
11.1. Normative References . . . . . . . . . . . . . . . . . . 7
11.2. Informative References . . . . . . . . . . . . . . . . . 8
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 8
1. Introduction
A transport network is a server-layer network designed to provide
connectivity services for a client-layer network to carry the client
traffic transparently across the server-layer network resources. The
tunnel model in Traffic-Engineered network has been defined in both
generic way and technology-specific way. The generic model, which is
the base TE tunnel YANG model, can be found at
[I-D.ietf-teas-yang-te]. Technology-specific models, such as OTN/
WSON tunnel model, have also been defined in
[I-D.ietf-ccamp-otn-tunnel-model] and
[I-D.ietf-ccamp-wson-tunnel-model] respectively. Corresponding
tunnel on client-layer is also required, to have a complete topology
Show full document text