NETCONF Extensions to Support the Network Management Datastore Architecture
RFC 8526
|
Document |
Type |
|
RFC - Proposed Standard
(March 2019; No errata)
|
|
Authors |
|
Martin Björklund
,
Jürgen Schönwälder
,
Philip Shafer
,
Kent Watsen
,
Robert Wilton
|
|
Last updated |
|
2019-03-06
|
|
Replaces |
|
draft-dsdt-nmda-netconf, draft-netconf-nmda-netconf
|
|
Stream |
|
IETF
|
|
Formats |
|
plain text
html
pdf
htmlized
bibtex
|
|
Yang Validation |
|
☯
0 errors, 0 warnings.
draft-ietf-netconf-nmda-netconf-08.txt:
xym 0.4:
Extracting 'ietf-netconf-nmda@2018-10-09'
Removed 1 empty lines
ietf-netconf-nmda@2018-10-09.yang:
pyang 1.7.8: pyang --verbose --ietf -p {libs} {model}:
# read ietf-netconf-nmda@2018-10-09.yang (CL)
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-yang-types.yang
# read /a/www/ietf-ftp/yang/draftmod/ietf-yang-types@2019-02-27.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-inet-types.yang
# read /a/www/ietf-ftp/yang/draftmod/ietf-inet-types@2019-02-27.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-datastores.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-datastores@2018-02-14.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-origin.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-origin@2018-02-14.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-yang-metadata.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-yang-metadata@2016-08-05.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-netconf.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-netconf@2011-06-01.yang
# read /a/www/ietf-ftp/yang/rfcmod/ietf-netconf-with-defaults.yang
# read /a/www/ietf-datatracker/6.93.0/env/share/yang/modules/ietf/ietf-netconf-with-defaults.yang
yanglint 0.14.80: yanglint --verbose -p {rfclib} -p {draftlib} -p {tmplib} {model} -i:
No validation errors
|
|
Reviews |
|
|
|
Additional Resources |
|
|
Stream |
WG state
|
|
Submitted to IESG for Publication
|
|
Document shepherd |
|
Mahesh Jethanandani
|
|
Shepherd write-up |
|
Show
(last changed 2018-05-28)
|
IESG |
IESG state |
|
RFC 8526 (Proposed Standard)
|
|
Consensus Boilerplate |
|
Yes
|
|
Telechat date |
|
|
|
Responsible AD |
|
Ignas Bagdonas
|
|
Send notices to |
|
Mahesh Jethanandani <mjethanandani@gmail.com>
|
IANA |
IANA review state |
|
IANA OK - Actions Needed
|
|
IANA action state |
|
RFC-Ed-Ack
|
Internet Engineering Task Force (IETF) M. Bjorklund
Request for Comments: 8526 Tail-f Systems
Updates: 6241, 7950 J. Schoenwaelder
Category: Standards Track Jacobs University
ISSN: 2070-1721 P. Shafer
Juniper Networks
K. Watsen
Watsen Networks
R. Wilton
Cisco Systems
March 2019
NETCONF Extensions to Support the
Network Management Datastore Architecture
Abstract
This document extends the Network Configuration Protocol (NETCONF)
defined in RFC 6241 in order to support the Network Management
Datastore Architecture (NMDA) defined in RFC 8342.
This document updates RFCs 6241 and 7950. The update to RFC 6241
adds new <get-data> and <edit-data> operations and augments existing
<lock>, <unlock>, and <validate> operations. The update to RFC 7950
requires the usage of the YANG library (described in RFC 8525) by
NETCONF servers implementing the NMDA.
Status of This Memo
This is an Internet Standards Track document.
This document is a product of the Internet Engineering Task Force
(IETF). It represents the consensus of the IETF community. It has
received public review and has been approved for publication by the
Internet Engineering Steering Group (IESG). Further information on
Internet Standards is available in Section 2 of RFC 7841.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
https://www.rfc-editor.org/info/rfc8526.
Bjorklund, et al. Standards Track [Page 1]
RFC 8526 NETCONF Extensions for the NMDA March 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
(https://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. Datastore and YANG Library Requirements .........................3
3. NETCONF Extensions ..............................................4
3.1. New NETCONF Operations .....................................4
3.1.1. The <get-data> Operation ............................4
3.1.2. The <edit-data> Operation ..........................10
3.2. Augmentations to NETCONF Operations .......................11
4. NETCONF Datastores YANG Module .................................12
5. IANA Considerations ............................................20
6. Security Considerations ........................................21
7. References .....................................................21
7.1. Normative References ......................................21
7.2. Informative References ....................................22
Authors' Addresses ................................................23
Bjorklund, et al. Standards Track [Page 2]
RFC 8526 NETCONF Extensions for the NMDA March 2019
1. Introduction
This document extends the NETCONF protocol defined in [RFC6241] in
order to support the Network Management Datastore Architecture (NMDA)
defined in [RFC8342].
This document updates [RFC6241] in order to enable NETCONF clients to
interact with all the datastores supported by a server implementing
the NMDA. The update both adds new <get-data> and <edit-data>
operations and augments existing <lock>, <unlock>, and <validate>
operations.
This document also updates [RFC7950] in order to enable NETCONF
clients to both discover which datastores are supported by the
NETCONF server and determine which modules are supported in each
datastore. The update requires NETCONF servers implementing the NMDA
to support the YANG library [RFC8525].
Show full document text