Re: [netmod] Last Call: draft-ietf-netmod-snmp-cfg-03 (20131220)

Randy Presuhn <randy_presuhn@mindspring.com> Tue, 07 January 2014 17:26 UTC

Return-Path: <randy_presuhn@mindspring.com>
X-Original-To: netmod@ietfa.amsl.com
Delivered-To: netmod@ietfa.amsl.com
Received: from localhost (ietfa.amsl.com [127.0.0.1]) by ietfa.amsl.com (Postfix) with ESMTP id BC0241AE07F for <netmod@ietfa.amsl.com>; Tue, 7 Jan 2014 09:26:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -2
X-Spam-Level:
X-Spam-Status: No, score=-2 tagged_above=-999 required=5 tests=[BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_DNSWL_NONE=-0.0001] autolearn=ham
Received: from mail.ietf.org ([4.31.198.44]) by localhost (ietfa.amsl.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id CgNTxRBvwE4V for <netmod@ietfa.amsl.com>; Tue, 7 Jan 2014 09:26:46 -0800 (PST)
Received: from elasmtp-junco.atl.sa.earthlink.net (elasmtp-junco.atl.sa.earthlink.net [209.86.89.63]) by ietfa.amsl.com (Postfix) with ESMTP id A40401ADF4B for <netmod@ietf.org>; Tue, 7 Jan 2014 09:26:45 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=etHcAT3Ka55KWbkxHeFYMecBMDVZVaUzOLQvkFF0jxzI7nvaljB+lefkprggXeaS; h=Message-ID:Date:From:Reply-To:To:Subject:Mime-Version:Content-Type:Content-Transfer-Encoding:X-Mailer:X-ELNK-Trace:X-Originating-IP;
Received: from [209.86.224.36] (helo=elwamui-hybrid.atl.sa.earthlink.net) by elasmtp-junco.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from <randy_presuhn@mindspring.com>) id 1W0aQG-0006d5-Vn for netmod@ietf.org; Tue, 07 Jan 2014 12:26:36 -0500
Received: from 76.254.54.255 by webmail.earthlink.net with HTTP; Tue, 7 Jan 2014 12:26:36 -0500
Message-ID: <27502799.1389115596850.JavaMail.root@elwamui-hybrid.atl.sa.earthlink.net>
Date: Tue, 07 Jan 2014 09:26:36 -0800
From: Randy Presuhn <randy_presuhn@mindspring.com>
To: netmod@ietf.org
Mime-Version: 1.0
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: 7bit
X-Mailer: EarthLink Zoo Mail 1.0
X-ELNK-Trace: 4488c18417c9426da92b9037bc8bcf44d4c20f6b8d69d8889e105617274a0edbb3ce7cef369ad97d5aaeaf88f8b4a0df350badd9bab72f9c350badd9bab72f9c
X-Originating-IP: 209.86.224.36
Subject: Re: [netmod] Last Call: draft-ietf-netmod-snmp-cfg-03 (20131220)
X-BeenThere: netmod@ietf.org
X-Mailman-Version: 2.1.15
Precedence: list
Reply-To: Randy Presuhn <randy_presuhn@mindspring.com>
List-Id: NETMOD WG list <netmod.ietf.org>
List-Unsubscribe: <https://www.ietf.org/mailman/options/netmod>, <mailto:netmod-request@ietf.org?subject=unsubscribe>
List-Archive: <http://www.ietf.org/mail-archive/web/netmod/>
List-Post: <mailto:netmod@ietf.org>
List-Help: <mailto:netmod-request@ietf.org?subject=help>
List-Subscribe: <https://www.ietf.org/mailman/listinfo/netmod>, <mailto:netmod-request@ietf.org?subject=subscribe>
X-List-Received-Date: Tue, 07 Jan 2014 17:26:49 -0000

Hi -

>From: Martin Bjorklund <mbj@tail-f.com>
>Sent: Jan 6, 2014 11:13 PM
>To: randy_presuhn@mindspring.com
>Cc: netmod@ietf.org
>Subject: Re: [netmod] Last Call: draft-ietf-netmod-snmp-cfg-03 (20131220)
>
>"Randy Presuhn" <randy_presuhn@mindspring.com> wrote:
>> Hi -
>> 
>> > From: "Martin Bjorklund" <mbj@tail-f.com>
>> > To: <randy_presuhn@mindspring.com>
>> > Cc: <netmod@ietf.org>
>> > Sent: Monday, January 06, 2014 1:53 PM
>> > Subject: Re: [netmod] Last Call: draft-ietf-netmod-snmp-cfg-03 (20131220)
>> ...
>> > What do you mean by a "group which does not exist"?  
>> > 
>> > Maybe you can provide an example (MIB) configuration that is not
>> > possible to express in the YANG model?  (assuming also that we remove
>> > the min-elements constraint from the "member" list).
>> 
>> Sure.  An instance of  vacmGroupName with value "TBD",
>> when no entry exists in vacmAccessTable with such a value.
>> Note that this is explicitly permitted by the definitions of
>> vacmGroupName.
>
>This is expressable, see below.
>
>> > > If VACM has been configured with one or more users referring
>> > > to groups that don't happen to exist at the moment, a fairly
>> > > reasonable thing to do, the Yang/Netconf interface cannot
>> > > represent that configuration.
>> > 
>> > If you mean an entry in vacmSecurityToGroupTable with a vacmGroupName
>> > that does not exist in vacmAccessTable, this is possible to express
>> > with the YANG model.
>> 
>> Cool.  I couldn't see how the Yang model would allow it, since the
>> list "member" 
>> is contained by the list "group".  Could you explain how one could create
>> a "member" without creating the containing "group"?
>
>That's not what I wrote.  Let's be concrete.
>
>  vacmGroupName.3.3.b.o.b = TBD
>  vacmGroupName.3.5.a.l.i.c.e = TBD
>
>can be represented as
>
>  <group>
>    <name>TBD</name>
>    <member>
>      <security-name>alice</security-name>
>      <security-model>usm</security-model>
>    </member>
>    <member>
>      <security-name>bob</security-name>
>      <security-model>usm</security-model>
>    </member>
>  </group>

This is where's where you lose me.  In the VACM
model the group does not exist, but in the Yang model
it does.

Randy