A YANG Data Model for Protocol Independent Multicast (PIM)
draft-ietf-pim-yang-15
Document | Type | Active Internet-Draft (pim WG) | |
---|---|---|---|
Last updated | 2018-03-15 (latest revision 2018-02-28) | ||
Replaces | draft-mcallister-pim-yang | ||
Stream | IETF | ||
Intended RFC status | Proposed Standard | ||
Formats | plain text pdf html bibtex | ||
Yang Validation | ☯ 0 errors, 0 warnings. | ||
Reviews | |||
Additional URLs | |||
Stream | WG state | Submitted to IESG for Publication | |
Document shepherd | Stig Venaas | ||
Shepherd write-up | Show (last changed 2017-03-08) | ||
IESG | IESG state | IESG Evaluation::Revised I-D Needed | |
Consensus Boilerplate | Yes | ||
Telechat date |
Needs one more YES or NO OBJECTION position to pass. |
||
Responsible AD | Alvaro Retana | ||
Send notices to | Stig Venaas <stig@venaas.com>, aretana.ietf@gmail.com | ||
IANA | IANA review state | Version Changed - Review Needed | |
IANA action state | None |
PIM Working Group X. Liu Internet-Draft Jabil Intended status: Standards Track P. McAllister Expires: September 1, 2018 Metaswitch Networks A. Peter Individual M. Sivakumar Cisco Systems Y. Liu Huawei Technologies F. Hu ZTE Corporation February 28, 2018 A YANG Data Model for Protocol Independent Multicast (PIM) draft-ietf-pim-yang-15 Abstract This document defines a YANG data model that can be used to configure and manage devices supporting Protocol Independent Multicast (PIM). The model covers the PIM protocol configuration, operational state, and event notifications data. 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 September 1, 2018. Copyright Notice Copyright (c) 2018 IETF Trust and the persons identified as the document authors. All rights reserved. Liu, et al. Expires September 1, 2018 [Page 1] Internet-Draft PIM YANG February 2018 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 Prefixes . . . . . . . . . . . . . . . . . 5 1.3. Prefixes in Data Node Names . . . . . . . . . . . . . . . 5 2. Design of Data Model . . . . . . . . . . . . . . . . . . . . 5 2.1. Scope of Model . . . . . . . . . . . . . . . . . . . . . 5 2.2. Optional Capabilities . . . . . . . . . . . . . . . . . . 6 2.3. Datastore Applicability . . . . . . . . . . . . . . . . . 7 2.4. Module and Hierarchy Organization . . . . . . . . . . . . 7 2.5. Position of Address Family in Hierarchy . . . . . . . . . 7 3. Module Structure . . . . . . . . . . . . . . . . . . . . . . 8 3.1. PIM Base Module . . . . . . . . . . . . . . . . . . . . . 8 3.1.1. High-Level Structure . . . . . . . . . . . . . . . . 8 3.1.2. Global Data . . . . . . . . . . . . . . . . . . . . . 9 3.1.3. Per Address Family Data . . . . . . . . . . . . . . . 9 3.1.4. PIM Interface Modeling . . . . . . . . . . . . . . . 11 3.1.5. Neighbor Modeling . . . . . . . . . . . . . . . . . . 12 3.1.6. Notifications . . . . . . . . . . . . . . . . . . . . 12 3.2. PIM RP Module . . . . . . . . . . . . . . . . . . . . . . 13 3.2.1. Static RP . . . . . . . . . . . . . . . . . . . . . . 14 3.2.2. BSR . . . . . . . . . . . . . . . . . . . . . . . . . 14 3.2.3. RP State Data . . . . . . . . . . . . . . . . . . . . 15 3.2.4. RP to Group Mappings . . . . . . . . . . . . . . . . 16 3.2.5. Notifications . . . . . . . . . . . . . . . . . . . . 16 3.3. PIM-SM Module . . . . . . . . . . . . . . . . . . . . . . 17 3.4. PIM-DM Module . . . . . . . . . . . . . . . . . . . . . . 18 3.5. PIM-BIDIR Module . . . . . . . . . . . . . . . . . . . . 18 4. Complete Tree Structure . . . . . . . . . . . . . . . . . . . 20Show full document text