Internet Engineering Task Force (IETF) A. Bierman
Request for Comments: 6470 Brocade
Category: Standards Track February 2012
ISSN: 2070-1721
Network Configuration Protocol (NETCONF) Base Notifications
Abstract
The Network Configuration Protocol (NETCONF) provides mechanisms to
manipulate configuration datastores. However, client applications
often need to be aware of common events, such as a change in NETCONF
server capabilities, that may impact management applications.
Standard mechanisms are needed to support the monitoring of the base
system events within the NETCONF server. This document defines a
YANG module that allows a NETCONF client to receive notifications for
some common system events.
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 5741.
Information about the current status of this document, any errata,
and how to provide feedback on it may be obtained at
http://www.rfc-editor.org/info/rfc6470.
Copyright Notice
Copyright (c) 2012 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.
Bierman Standards Track [Page 1]
RFC 6470 NETCONF Base Notifications February 2012
Table of Contents
1. Introduction ....................................................2
1.1. Terminology ................................................2
2. YANG Module for NETCONF Base Notifications ......................3
2.1. Overview ...................................................3
2.2. Definitions ................................................4
3. IANA Considerations ............................................11
4. Security Considerations ........................................12
5. Acknowledgements ...............................................14
6. Normative References ...........................................14
1. Introduction
The NETCONF protocol [RFC6241] provides mechanisms to manipulate
configuration datastores. However, client applications often need to
be aware of common events, such as a change in NETCONF server
capabilities, that may impact management applications. Standard
mechanisms are needed to support the monitoring of the base system
events within the NETCONF server. This document defines a YANG
module [RFC6020] that allows a NETCONF client to receive
notifications for some common system events.
1.1. Terminology
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this
document are to be interpreted as described in [RFC2119].
The following terms are defined in [RFC6241]:
o client
o datastore
o protocol operation
o server
The following terms are defined in [RFC5277]:
o event
o stream
o subscription
The following term is defined in [RFC6020]:
o data node
Bierman Standards Track [Page 2]
RFC 6470 NETCONF Base Notifications February 2012
2. YANG Module for NETCONF Base Notifications
2.1. Overview
The YANG module defined within this document specifies a small number
of event notification messages for use within the 'NETCONF' stream,
and accessible to clients via the subscription mechanism described in
[RFC5277]. This module imports data types from the 'ietf-netconf'
module defined in [RFC6241] and 'ietf-inet-types' module defined in
[RFC6021].
These notifications pertain to configuration and monitoring portions