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

"Randy Presuhn" <randy_presuhn@mindspring.com> Mon, 06 January 2014 23:13 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 8E7B91AE2CF for <netmod@ietfa.amsl.com>; Mon, 6 Jan 2014 15:13:13 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: -0.101
X-Spam-Level:
X-Spam-Status: No, score=-0.101 tagged_above=-999 required=5 tests=[BAYES_20=-0.001, 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 bEEkivA6Bxmg for <netmod@ietfa.amsl.com>; Mon, 6 Jan 2014 15:13:11 -0800 (PST)
Received: from elasmtp-curtail.atl.sa.earthlink.net (elasmtp-curtail.atl.sa.earthlink.net [209.86.89.64]) by ietfa.amsl.com (Postfix) with ESMTP id 5CE9D1AD8CD for <netmod@ietf.org>; Mon, 6 Jan 2014 15:13:10 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=s1+4AqZs2IGt5ucfdhxwNNPyEG0KQrhVzYrss9ENbAQ3NsSZJnMCic8s1lGRrAgB; h=Received:Message-ID:From:To:References:Subject:Date:MIME-Version:Content-Type:Content-Transfer-Encoding:X-Priority:X-MSMail-Priority:X-Mailer:X-MimeOLE:X-ELNK-Trace:X-Originating-IP;
Received: from [76.254.54.255] (helo=oemcomputer) by elasmtp-curtail.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from <randy_presuhn@mindspring.com>) id 1W0JLx-0008Tv-NS for netmod@ietf.org; Mon, 06 Jan 2014 18:13:02 -0500
Message-ID: <008901cf0b35$3bb7b0a0$6b01a8c0@oemcomputer>
From: Randy Presuhn <randy_presuhn@mindspring.com>
To: netmod@ietf.org
References: <7905973.1389031903240.JavaMail.root@elwamui-hybrid.atl.sa.earthlink.net> <20140106.225350.450926514.mbj@tail-f.com>
Date: Mon, 06 Jan 2014 15:15:46 -0800
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
X-Priority: 3
X-MSMail-Priority: Normal
X-Mailer: Microsoft Outlook Express 6.00.2800.1478
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1478
X-ELNK-Trace: 4488c18417c9426da92b9037bc8bcf44d4c20f6b8d69d8889e105617274a0edbb7dcd95fb1801918effe7d3d73b2516e350badd9bab72f9c350badd9bab72f9c
X-Originating-IP: 76.254.54.255
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
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: Mon, 06 Jan 2014 23:13:13 -0000

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.

> > 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"?

Randy