Re: [Netconf] Netconf Light or Netconf for constrained devices

Andy Bierman <andy@netconfcentral.org> Sat, 31 March 2012 06:54 UTC

Return-Path: <andy@netconfcentral.org>
X-Original-To: netconf@ietfa.amsl.com
Delivered-To: netconf@ietfa.amsl.com
Received: from localhost (localhost [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id 072A921F8625 for <netconf@ietfa.amsl.com>; Fri, 30 Mar 2012 23:54:01 -0700 (PDT)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2.599
X-Spam-Level:
X-Spam-Status: No, score=-2.599 tagged_above=-999 required=5 tests=[BAYES_00=-2.599]
Received: from mail.ietf.org ([12.22.58.30]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vC1TkED1yPIp for <netconf@ietfa.amsl.com>; Fri, 30 Mar 2012 23:54:00 -0700 (PDT)
Received: from p3plsmtpa01-10.prod.phx3.secureserver.net (p3plsmtpa01-10.prod.phx3.secureserver.net [72.167.82.90]) by ietfa.amsl.com (Postfix) with SMTP id EFD5021F8610 for <netconf@ietf.org>; Fri, 30 Mar 2012 23:53:59 -0700 (PDT)
Received: (qmail 12134 invoked from network); 31 Mar 2012 06:53:55 -0000
Received: from unknown (93.158.42.164) by p3plsmtpa01-10.prod.phx3.secureserver.net (72.167.82.90) with ESMTP; 31 Mar 2012 06:53:55 -0000
Message-ID: <4F76AA02.4030401@netconfcentral.org>
Date: Fri, 30 Mar 2012 23:53:54 -0700
From: Andy Bierman <andy@netconfcentral.org>
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120310 Thunderbird/11.0
MIME-Version: 1.0
To: "Cole, Robert G CIV USARMY CERDEC (US)" <robert.g.cole.civ@mail.mil>, "'netconf@ietf.org'" <netconf@ietf.org>
References: <B9468E58D6A0A84AAD66FE4E694BEABB49CA8C16@ucolhp4j.easf.csd.disa.mil> <4F765A4F.3040805@netconfcentral.org> <20120331051538.GB70150@elstar.local>
In-Reply-To: <20120331051538.GB70150@elstar.local>
Content-Type: text/plain; charset="ISO-8859-1"; format="flowed"
Content-Transfer-Encoding: 7bit
Subject: Re: [Netconf] Netconf Light or Netconf for constrained devices
X-BeenThere: netconf@ietf.org
X-Mailman-Version: 2.1.12
Precedence: list
List-Id: Network Configuration WG mailing list <netconf.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/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: Sat, 31 Mar 2012 06:54:01 -0000

On 03/30/2012 10:15 PM, Juergen Schoenwaelder wrote:
> On Fri, Mar 30, 2012 at 06:13:51PM -0700, Andy Bierman wrote:
>
>> NETCONF is intended to provide configuration management functionality.
>> I think the people who want NETCONF-Light should write a requirements
>> document that defines a constrained device, identifies the specific
>> use cases and specific subset of CM functionality that is mandatory
>> for constrained devices.
>
> There is text describing the use cases etc. Perhaps you can help us by
> telling us which of the features that the YANG module defines should
> be manadatory for you to be happy.
>

You seem to think that constrained devices includes server developers
unwilling to implement NETCONF correctly.  I do not recognize that
class of power constrained devices.

But I'll play along -- I already did this and it got ignored:

   - get-config (with subtree filtering mandatory)
   - edit-config
   - close-session
   - lock
   - unlock

There is my minimum set that provides CM functionality.
One can perform CRUD operations safely on a device with these operations.



> /js
>

Andy