Re: [netmod] AD review of draft-ietf-netmod-system-mgmt

Randy Presuhn <randy_presuhn@mindspring.com> Mon, 09 December 2013 19:40 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 8954A1AE4E8 for <netmod@ietfa.amsl.com>; Mon, 9 Dec 2013 11:40:48 -0800 (PST)
X-Virus-Scanned: amavisd-new at amsl.com
X-Spam-Flag: NO
X-Spam-Score: 0.7
X-Spam-Level:
X-Spam-Status: No, score=0.7 tagged_above=-999 required=5 tests=[BAYES_50=0.8, 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 ZHEVnYGJ9-s8 for <netmod@ietfa.amsl.com>; Mon, 9 Dec 2013 11:40:46 -0800 (PST)
Received: from elasmtp-mealy.atl.sa.earthlink.net (elasmtp-mealy.atl.sa.earthlink.net [209.86.89.69]) by ietfa.amsl.com (Postfix) with ESMTP id BB3941AE4E2 for <netmod@ietf.org>; Mon, 9 Dec 2013 11:40:46 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=mindspring.com; b=VS8V3O/4/i8kYSnwps/5mLU9o0yO/uFaEWPT/3CLrDRumQtQ5Y1YnU1uH5E7CAF0; 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.51] (helo=mswamui-thinleaf.atl.sa.earthlink.net) by elasmtp-mealy.atl.sa.earthlink.net with esmtpa (Exim 4.67) (envelope-from <randy_presuhn@mindspring.com>) id 1Vq6h7-0006kd-ES; Mon, 09 Dec 2013 14:40:41 -0500
Received: from 76.254.54.123 by webmail.earthlink.net with HTTP; Mon, 9 Dec 2013 14:40:41 -0500
Message-ID: <16284021.1386618041338.JavaMail.root@mswamui-thinleaf.atl.sa.earthlink.net>
Date: Mon, 09 Dec 2013 11:40:41 -0800
From: Randy Presuhn <randy_presuhn@mindspring.com>
To: Benoit Claise <bclaise@cisco.com>, NETMOD Working Group <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: 4488c18417c9426da92b9037bc8bcf44d4c20f6b8d69d8889e105617274a0edb126d02d174379c25b0a064814b73383c350badd9bab72f9c350badd9bab72f9c
X-Originating-IP: 209.86.224.51
X-Mailman-Approved-At: Mon, 09 Dec 2013 12:16:00 -0800
Subject: Re: [netmod] AD review of draft-ietf-netmod-system-mgmt
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: Mon, 09 Dec 2013 19:45:13 -0000

Hi -

>From: Benoit Claise <bclaise@cisco.com>
>Sent: Dec 9, 2013 8:11 AM
>To: NETMOD Working Group <netmod@ietf.org>
>Subject: [netmod] AD review of draft-ietf-netmod-system-mgmt
...
>I understand the MIB variables don't map 1:1, but telling that
>             os-name        part of the sysDescr MIB variable
>             os-release     part of the sysDescr MIB variable
>             os-version     part of the sysDescr MIB variable
>             machine?       part of the sysDescr MIB variable
>... is also useful info.

Kinda sorta.  One *might* find os-name, os-release, and os-version
in sysDescr, but their presence is only a "should", and cannot be
relied upon.  Same goes for "machine" if one treats that as "hardware
type".

...
>NEW:
>   leaf location {
>          type string;
>          description
>            "The system location. In most cases, the "location" of an "interface" entry

This text is broken.  The "location" is *not* the location of an interface;
it is the location of the system.

>            is mapped to sysLocation. sysLocation is defined as a DisplayString [RFC2579]
>            which uses a 7-bit ASCII character set. An implementation that performs this
>            mapping MUST restrict the allowed values for "location" to match the
>            restrictions of sysLocation.";

I understand why folks might do this, but it still gives
me heartburn.  I believe it was a mistake when we failed
to extend the syntax of these MIB objects to permit
Unicode, and I believe it's a mistake to perpetuate the
limitation here. I recognize that this is a messy problem,
but surely we can do better than this, even if it's as
simple a hack as having "location" and "legacy-location".

Randy