A YANG Data Model for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD)
draft-ietf-pim-igmp-mld-yang-12
The information below is for an old version of the document | |||
---|---|---|---|
Document | Type | Active Internet-Draft (pim WG) | |
Last updated | 2019-05-13 (latest revision 2019-05-08) | ||
Replaces | draft-guo-pim-igmp-mld-yang | ||
Stream | IETF | ||
Intended RFC status | Proposed Standard | ||
Formats | pdf htmlized bibtex | ||
Reviews | |||
Stream | WG state | Submitted to IESG for Publication | |
Document shepherd | Stig Venaas | ||
Shepherd write-up | Show (last changed 2017-11-20) | ||
IESG | IESG state | IESG Evaluation | |
Consensus Boilerplate | Yes | ||
Telechat date |
Has enough positions to pass. |
||
Responsible AD | Alvaro Retana | ||
Send notices to | Stig Venaas <stig@venaas.com>, aretana.ietf@gmail.com | ||
IANA | IANA review state | IANA OK - Actions Needed |
PIM Working Group X. Liu Internet-Draft Volta Networks Intended Status: Standard Track F. Guo Expires: November 9, 2019 Huawei M. Sivakumar Juniper P. McAllister Metaswitch Networks A. Peter Individual May 9, 2019 A YANG Data Model for Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) draft-ietf-pim-igmp-mld-yang-12 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 November 9, 2019. Copyright Notice Copyright (c) 2019 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 Liu & Guo, etc Expires November, 2019 [Page 1] Internet-Draft IGMP & MLD Yang Model May 2019 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 Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) devices. Table of Contents 1. Introduction...................................................2 1.1. Terminology...............................................3 1.2. Tree Diagrams.............................................3 1.3. Prefixes in Data Node Names...............................3 2. Design of Data model...........................................4 2.1. Scope of Model............................................4 2.1.1. Parameters Not Covered at Global Level..................5 2.1.2. Parameters Not Covered at Interface Level...............5 2.2. Optional Capabilities.....................................5 2.3. Position of Address Family in Hierarchy...................6 3. Module Structure...............................................6 3.1. IGMP Configuration and Operational State..................7 3.2. MLD Configuration and Operational State..................10 3.3. IGMP and MLD Actions.....................................13 4. IGMP and MLD YANG Module......................................13 5. Security Considerations.......................................39 6. IANA Considerations...........................................41 7. Acknowledgments...............................................42 8. Contributing Authors..........................................42 9. References....................................................42 9.1. Normative References.....................................42 9.2. Informative References...................................44 1. Introduction YANG [RFC6020] [RFC7950] is a data definition language that was introduced to model the configuration and running state of a device managed using network management protocols such as NETCONF [RFC6241] or RESTCONF [RFC8040]. YANG is now also being used as a component of wider management interfaces, such as CLIs. This document defines a YANG data model that can be used to configure and manage Internet Group Management Protocol (IGMP) and Multicast Listener Discovery (MLD) devices. The protocol versionsShow full document text