Re: [Netconf] I-D Action:draft-ietf-netconf-system-notifications-03.txt

"Muthumayan Madhayyan (muthu)" <muthu@cisco.com> Wed, 09 March 2011 23:29 UTC

Return-Path: <muthu@cisco.com>
X-Original-To: netconf@core3.amsl.com
Delivered-To: netconf@core3.amsl.com
Received: from localhost (localhost [127.0.0.1]) by core3.amsl.com (Postfix) with ESMTP id 5FA813A6765; Wed, 9 Mar 2011 15:29:17 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -10.599
X-Spam-Level:
X-Spam-Status: No, score=-10.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599, RCVD_IN_DNSWL_HI=-8]
Received: from mail.ietf.org ([64.170.98.32]) by localhost (core3.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id jdW13mRW5xXX; Wed, 9 Mar 2011 15:29:16 -0800 (PST)
Received: from sj-iport-4.cisco.com (sj-iport-4.cisco.com [171.68.10.86]) by core3.amsl.com (Postfix) with ESMTP id 4228C3A672F; Wed, 9 Mar 2011 15:29:16 -0800 (PST)
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=cisco.com; i=muthu@cisco.com; l=2680; q=dns/txt; s=iport; t=1299713433; x=1300923033; h=mime-version:content-transfer-encoding:subject:date: message-id:in-reply-to:references:from:to:cc; bh=PxjhdlyHJiOS0tHm97QNnIgRBCyV7hDgmVoYqMg0tko=; b=DXr7k7RnzK34CvWVMVJGtmJjYN6Tqn5AYOVaPMNHjOK8/e19nYFIhIA3 nvUtz2JIdQ9UVmrQi8jl+3Dvg19esmbeCepJtgNgWsdi5VzcOGq1KurLr qcUqS0pd7HH7sL59JJuCd+KXSosSxKTAUjZqjwLrEAfQMbm9VMR0TNb6P 8=;
X-IronPort-Anti-Spam-Filtered: true
X-IronPort-Anti-Spam-Result: AvgAAL6cd02rRN+K/2dsb2JhbACYRY4tdKZtnDWFZQSFIopm
X-IronPort-AV: E=Sophos;i="4.62,292,1297036800"; d="scan'208";a="273531690"
Received: from sj-core-4.cisco.com ([171.68.223.138]) by sj-iport-4.cisco.com with ESMTP; 09 Mar 2011 23:30:33 +0000
Received: from xbh-sjc-231.amer.cisco.com (xbh-sjc-231.cisco.com [128.107.191.100]) by sj-core-4.cisco.com (8.13.8/8.14.3) with ESMTP id p29NUTVr025124; Wed, 9 Mar 2011 23:30:33 GMT
Received: from xmb-sjc-21b.amer.cisco.com ([171.70.151.143]) by xbh-sjc-231.amer.cisco.com with Microsoft SMTPSVC(6.0.3790.4675); Wed, 9 Mar 2011 15:30:31 -0800
X-MimeOLE: Produced By Microsoft Exchange V6.5
Content-class: urn:content-classes:message
MIME-Version: 1.0
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: quoted-printable
Date: Wed, 09 Mar 2011 15:30:30 -0800
Message-ID: <D492339CC466C84EA5E0AF1CECB200810D7E0164@xmb-sjc-21b.amer.cisco.com>
In-Reply-To: <20110308231501.17204.46756.idtracker@localhost>
X-MS-Has-Attach:
X-MS-TNEF-Correlator:
Thread-Topic: [Netconf] I-D Action:draft-ietf-netconf-system-notifications-03.txt
Thread-Index: Acvd5yTf8HgJxyQ6SReC43ao+dhcWwAxuDfA
References: <20110308231501.17204.46756.idtracker@localhost>
From: "Muthumayan Madhayyan (muthu)" <muthu@cisco.com>
To: Internet-Drafts@ietf.org, i-d-announce@ietf.org
X-OriginalArrivalTime: 09 Mar 2011 23:30:31.0947 (UTC) FILETIME=[FB7445B0:01CBDEB1]
Cc: netconf@ietf.org
Subject: Re: [Netconf] I-D Action:draft-ietf-netconf-system-notifications-03.txt
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.9
Precedence: list
List-Id: Network Configuration WG mailing list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/netconf>
List-Post: <mailto:netconf@ietf.org>
List-Help: <mailto:netconf-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netconf>, <mailto:netconf-request@ietf.org?subject=subscribe>
X-List-Received-Date: Wed, 09 Mar 2011 23:29:17 -0000

Hi:

1. In netconf-config-change notification, there is a list element called
'edit'. Is that really meant to be a list ? Is so, what is the key for
this list ? Also where is the type instance-identifier defined (would
that be in ietf-netconf ?). I presume that the motivation for sending
this instance information is for the NMS to do a partial retrieval of
config ?

2. Seems like the netconf-session-start and netconf-session-end is
primarily meant to track netconf user sessions. The prefix
netconf-session-* and the use of netconf specific enumerations like
'bad-hello' etc. seems to suggest that. However, the session-id in
common-session-parms seems to suggest that this notification can be sent
for non-NETCONF sessions as well. If so, some of the enumerations for
termination-reason don't really make sense. Would it help to state that
non-NETCONF terminations would be tracked under 'other' enum ?

3. In the grouping changed-by-parms, one of the choice is 'server'. What
is the use case where server can initiate a configuration change without
user intervention ? 

Thanks,
- muthu


-----Original Message-----
From: netconf-bounces@ietf.org [mailto:netconf-bounces@ietf.org] On
Behalf Of Internet-Drafts@ietf.org
Sent: Tuesday, March 08, 2011 3:15 PM
To: i-d-announce@ietf.org
Cc: netconf@ietf.org
Subject: [Netconf] I-D
Action:draft-ietf-netconf-system-notifications-03.txt

A New Internet-Draft is available from the on-line Internet-Drafts
directories.
This draft is a work item of the Network Configuration Working Group of
the IETF.


	Title           : Network Configuration Protocol System
Notifications
	Author(s)       : A. Bierman
	Filename        : draft-ietf-netconf-system-notifications-03.txt
	Pages           : 13
	Date            : 2011-03-08

The NETCONF protocol provides mechanisms to manipulate configuration
datastores.  However, client applications often need to be aware of
common NETCONF system events such as a change in NETCONF capabilities,
which may impact management applications.  Standard mechanisms are
needed to support the monitoring of the NETCONF system events within the
NETCONF server.  This document defines a YANG module which allows a
NETCONF client to receive notifications for some common events.

A URL for this Internet-Draft is:
http://www.ietf.org/internet-drafts/draft-ietf-netconf-system-notificati
ons-03.txt

Internet-Drafts are also available by anonymous FTP at:
ftp://ftp.ietf.org/internet-drafts/

Below is the data which will enable a MIME compliant mail reader
implementation to automatically retrieve the ASCII version of the
Internet-Draft.