YANG Data Models for the DS-Lite
draft-ietf-softwire-dslite-yang-04
Network Working Group M. Boucadair
Internet-Draft C. Jacquenet
Intended status: Standards Track Orange
Expires: February 3, 2018 S. Sivakumar
Cisco Systems
August 2, 2017
YANG Data Models for the DS-Lite
draft-ietf-softwire-dslite-yang-04
Abstract
This document defines a YANG data model for the DS-Lite Address
Family Transition Router (AFTR) and Basic Bridging BroadBand (B4)
elements .
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 http://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 3, 2018.
Copyright Notice
Copyright (c) 2017 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
(http://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.
Boucadair, et al. Expires February 3, 2018 [Page 1]
Internet-Draft DS-Lite YANG August 2017
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Terminology . . . . . . . . . . . . . . . . . . . . . . . 2
1.2. Tree Diagrams . . . . . . . . . . . . . . . . . . . . . . 2
2. DS-Lite YANG Data Models . . . . . . . . . . . . . . . . . . 3
3. DS-Lite AFTR YANG Module . . . . . . . . . . . . . . . . . . 4
4. DS-Lite B4 YANG Module . . . . . . . . . . . . . . . . . . . 10
5. Security Considerations . . . . . . . . . . . . . . . . . . . 13
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 13
7. Acknowledgements . . . . . . . . . . . . . . . . . . . . . . 14
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 14
8.1. Normative references . . . . . . . . . . . . . . . . . . 14
8.2. Informative references . . . . . . . . . . . . . . . . . 15
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 16
1. Introduction
This document defines a data model for DS-Lite [RFC6333], using the
YANG data modeling language [RFC6020]. Both the Address Family
Transition Router (AFTR) and Basic Bridging BroadBand (B4) elements
are covered by this specification.
DS-Lite deployment considerations are discussed in [RFC6908].
This document follows the guidelines of [RFC6087].
This document uses the common YANG types defined in [RFC6991].
1.1. Terminology
This document makes use of the terms defined in [RFC6333].
The terminology for describing YANG data models is defined in
[RFC6020].
1.2. Tree Diagrams
The meaning of the symbols in these diagrams is as follows:
o Brackets "[" and "]" enclose list keys.
o Curly braces "{" and "}" contain names of optional features that
make the corresponding node conditional.
o Abbreviations before data node names: "rw" means configuration
(read-write), "ro" state data (read-only).
Boucadair, et al. Expires February 3, 2018 [Page 2]
Internet-Draft DS-Lite YANG August 2017
o Symbols after data node names: "?" means an optional node, "!" a
container with presence, and "*" denotes a "list" or "leaf-list".
o Parentheses enclose choice and case nodes, and case nodes are also
marked with a colon (":").
o Ellipsis ("...") stands for contents of subtrees that are not
shown.
2. DS-Lite YANG Data Models
Figure 1 depicts the YANG data model for the AFTR, while Figure 2
shows the YANG data model for the B4 element.
The AFTR model supports enabling one or more instances of the AFTR
function on a device; each instance is responsible for serving a
Show full document text