A Yang Data Model for IGMP and MLD Snooping
draft-ietf-pim-igmp-mld-snooping-yang-03
PIM Working Group H. Zhao
Internet Draft Ericsson
Intended status: Standards Track X. Liu
Expires: November 28, 2018 Jabil
Y. Liu
Huawei
M. Sivakumar
Cisco
A. Peter
Individual
May 29, 2018
A Yang Data Model for IGMP and MLD Snooping
draft-ietf-pim-igmp-mld-snooping-yang-03.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.
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 28, 2018.
Zhao & Liu, etc Expires November 28, 2018 [Page 1]
Internet-Draft IGMP & MLD Snooping Yang Model May 29, 2018
Copyright Notice
Copyright (c) 2018 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
2. Design of Data Model...........................................4
2.1. Overview..................................................4
2.2. IGMP Snooping Instances...................................4
2.3. MLD Snooping Instances....................................7
2.4. IGMP and MLD Snooping References..........................9
2.5. Augment /if:interfaces/if:interface......................10
2.6. IGMP and MLD Snooping RPC................................12
3. IGMP and MLD Snooping YANG Module.............................12
4. Security Considerations.......................................42
5. IANA Considerations...........................................43
6. Normative References..........................................44
Appendix A. Data Tree Example...................................45
Authors' Addresses...............................................49
Zhao & Liu, etc Expires November 28, 2018 [Page 2]
Internet-Draft IGMP & MLD Snooping Yang Model May 29, 2018
1. Introduction
This document defines a YANG [RFC6020] data model for the management
of Internet Group Management Protocol (IGMP) and Multicast Listener
Discovery (MLD) Snooping devices.
The YANG model in this document conforms to the Network Management
Datastore Architecture defined in [I-D.ietf-netmod-revised-
datastores]. The "Network Management Datastore Architecture" (NMDA)
adds the ability to inspect the current operational values for
configuration, allowing clients to use identical paths for retrieving
the configured values and the operational values.
1.1. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in BCP 14
[RFC2119].
The terminology for describing YANG data models is found in[RFC6020].
Show full document text