A Yang Data Model for IGMP and MLD Snooping
draft-ietf-pim-igmp-mld-snooping-yang-18
PIM Working Group H. Zhao
Internet Draft Ericsson
Intended status: Standards Track X. Liu
Expires: February 14, 2021 Volta Networks
Y. Liu
China Mobile
M. Sivakumar
Juniper
A. Peter
Individual
August 15, 2020
A Yang Data Model for IGMP and MLD Snooping
draft-ietf-pim-igmp-mld-snooping-yang-18.txt
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) Snooping devices. The YANG module in this
document conforms to Network Management Datastore Architecture (NMDA).
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 February 14, 2021.
Zhao & Liu, etc Expires February 14, 2021 [Page 1]
Internet-Draft IGMP & MLD Snooping Yang Module August 15, 2020
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
(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.
Table of Contents
1. Introduction...................................................3
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. Overview..................................................5
2.2. Optional Capabilities.....................................5
2.3. Position of Address Family in Hierarchy...................6
3. Module Structure...............................................6
3.1. IGMP Snooping Instances...................................7
3.2. MLD Snooping Instances....................................9
3.3. Using IGMP and MLD Snooping Instances....................11
3.4. IGMP and MLD Snooping Actions............................12
4. IGMP and MLD Snooping YANG Module.............................12
5. Security Considerations.......................................34
6. IANA Considerations...........................................36
6.1. XML Registry.............................................36
6.2. YANG Module Names Registry...............................36
7. References....................................................37
7.1. Normative References.....................................37
7.2. Informative References...................................39
Appendix A. Data Tree Example...................................40
A.1 Bridge service............................................40
A.2 L2VPN service.............................................43
Authors' Addresses...............................................47
Zhao & Liu, etc Expires February 14, 2021 [Page 2]
Internet-Draft IGMP & MLD Snooping Yang Module August 15, 2020
1. Introduction
This document defines a YANG [RFC7950] data model for the management of
Internet Group Management Protocol (IGMP) and Multicast Listener
Show full document text