Yang Data Model for Multicast in MPLS/BGP IP VPNs
draft-ietf-bess-mvpn-yang-05
BESS Working Group Y. Liu
Internet Draft China Mobile
Intended status: Standards Track F. Guo
Expires: Aug 21, 2021 Huawei
S. Litkowski
Cisco
X. Liu
Volta Networks
R. Kebler
M. Sivakumar
Juniper
February 21, 2021
Yang Data Model for Multicast in MPLS/BGP IP VPNs
draft-ietf-bess-mvpn-yang-05
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), its areas, and its working groups. Note that
other groups may also distribute working documents as Internet-
Drafts.
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."
The list of current Internet-Drafts can be accessed at
http://www.ietf.org/ietf/1id-abstracts.txt
The list of Internet-Draft Shadow Directories can be accessed at
http://www.ietf.org/shadow.html
This Internet-Draft will expire on August 21, 2021.
Copyright Notice
Copyright (c) 2021 IETF Trust and the persons identified as the
document authors. All rights reserved.
Liu, et al. Expires Aug, 2021 [Page 1]
Internet-Draft MVPN Yang Model February 2021
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.
Abstract
This document defines a YANG data model that can be used to
configure and manage multicast in MPLS/BGP IP VPNs.
Table of Contents
1. Introduction ................................................ 2
1.1. Terminology ............................................ 3
1.2. Tree Diagrams .......................................... 3
1.3. Prefixes in Data Node Names ............................ 4
2. Design of Data Model......................................... 4
2.1. Scope of Model ......................................... 4
2.2. Optional Capabilities .................................. 4
2.3. Position of Address Family in Hierarchy ................ 5
3. Module Structure ............................................ 5
4. MVPN YANG Modules .......................................... 13
5. Security Considerations .................................... 36
6. IANA Considerations ........................................ 38
7. References ................................................. 39
7.1. Normative References .................................. 39
7.2. Informative References ................................ 40
8. Acknowledgments ............................................ 40
Authors' Addresses ............................................ 41
1. Introduction
YANG [RFC6020] [RFC7950] is a data definition language that was
introduced to define the contents of a conceptual data store that
allows networked devices to be managed using NETCONF [RFC6241].
YANG is proving relevant beyond its initial confines, as bindings to
other interfaces (e.g. REST) and encoding other than XML (e.g. JSON)
are being defined. Furthermore, YANG data models can be used as the
basis of implementation for other interface, such as CLI and
Programmatic APIs.
Liu, et al. Expires Aug, 2021 [Page 2]
Internet-Draft MVPN Yang Model February 2021
This document defines a YANG data model that can be used to
configure and manage Multicast in MPLS/BGP IP VPN (MVPN). It
includes Cisco systems' solution [RFC6037], BGP MVPN [RFC6513]
Show full document text