RE: [Ips] I-D ACTION:draft-ietf-ips-auth-mib-06.txt

"Wijnen, Bert (Bert)" <bwijnen@lucent.com> Tue, 01 February 2005 17:45 UTC

Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA29249 for <ips-web-archive@ietf.org>; Tue, 1 Feb 2005 12:45:36 -0500 (EST)
Received: from megatron.ietf.org ([132.151.6.71]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1Cw2O3-00006P-3h for ips-web-archive@ietf.org; Tue, 01 Feb 2005 13:04:27 -0500
Received: from localhost.localdomain ([127.0.0.1] helo=megatron.ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1Cw1pF-0003DC-1O; Tue, 01 Feb 2005 12:28:29 -0500
Received: from odin.ietf.org ([132.151.1.176] helo=ietf.org) by megatron.ietf.org with esmtp (Exim 4.32) id 1Cw1eD-0008Ju-HQ for ips@megatron.ietf.org; Tue, 01 Feb 2005 12:17:05 -0500
Received: from ietf-mx.ietf.org (ietf-mx.ietf.org [132.151.6.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id MAA25866 for <ips@ietf.org>; Tue, 1 Feb 2005 12:17:03 -0500 (EST)
Received: from ihemail2.lucent.com ([192.11.222.163]) by ietf-mx.ietf.org with esmtp (Exim 4.33) id 1Cw1wP-0007fm-Ec for ips@ietf.org; Tue, 01 Feb 2005 12:35:53 -0500
Received: from nl0006exch001h.wins.lucent.com (h135-85-76-62.lucent.com [135.85.76.62]) by ihemail2.lucent.com (8.12.11/8.12.11) with ESMTP id j11HGR2f010561 for <ips@ietf.org>; Tue, 1 Feb 2005 11:16:28 -0600 (CST)
Received: by nl0006exch001h.nl.lucent.com with Internet Mail Service (5.5.2657.72) id <ZXPVALFG>; Tue, 1 Feb 2005 18:16:27 +0100
Message-ID: <7D5D48D2CAA3D84C813F5B154F43B155064986B1@nl0006exch001u.nl.lucent.com>
From: "Wijnen, Bert (Bert)" <bwijnen@lucent.com>
To: Mark Bakke <mbakke@cisco.com>, ips@ietf.org
Subject: RE: [Ips] I-D ACTION:draft-ietf-ips-auth-mib-06.txt
Date: Tue, 01 Feb 2005 18:16:20 +0100
MIME-Version: 1.0
X-Mailer: Internet Mail Service (5.5.2657.72)
Content-Type: text/plain; charset="iso-8859-1"
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 287c806b254c6353fcb09ee0e53bbc5e
Cc: Michael MacFaden <macfaden@gmail.com>
X-BeenThere: ips@ietf.org
X-Mailman-Version: 2.1.5
Precedence: list
List-Id: IP Storage <ips.ietf.org>
List-Unsubscribe: <https://www1.ietf.org/mailman/listinfo/ips>, <mailto:ips-request@ietf.org?subject=unsubscribe>
List-Post: <mailto:ips@ietf.org>
List-Help: <mailto:ips-request@ietf.org?subject=help>
List-Subscribe: <https://www1.ietf.org/mailman/listinfo/ips>, <mailto:ips-request@ietf.org?subject=subscribe>
Sender: ips-bounces@ietf.org
Errors-To: ips-bounces@ietf.org
X-Spam-Score: 0.0 (/)
X-Scan-Signature: 36c793b20164cfe75332aa66ddb21196


So this is hwta I get:

   C:\bwijnen\smicng\work>smicng ipsauth.inc
   E: f(ipsauth.mi2), (53,7) Leading sub-Id "mib-2" is not known in
      current module
   W: f(ipsauth.mi2), (5,5) "experimental" imported but not used
   *** 1 error and 1 warning in parsing

When I fix that, then it passes SYNTAX checking with SMIXng
It also passes smilint syntax checking then.
It also passes idnits checking.

I think I would change:

     ipsAuthDescriptors OBJECT IDENTIFIER ::= { ipsAuthObjects 1 }

     ipsAuthMethodTypes OBJECT IDENTIFIER ::= { ipsAuthDescriptors 1 }

   into something like:

     ipsAuthDescriptors OBJECT IDENTIFIER ::= { ipsAuthObjects 1 }

     ipsAuthMethodTypes OBJECT-IDENTITY
         STATUS         current
         DESCRIPTION   "Registration point for iSCSI Method Types".
         REFERENCE     "iSCSI Protocol Specification."
     ::= { ipsAuthDescriptors 1 }

   It lets you say some more about what this is.
   Not a blocking comment though.

I see in DESCRIPTION of ipsAuthInstIndex (which is a not-accessible index)
that values do not need to be preserved over reboot.
Does that also mean that ipsAuthInstDescr values do not need to be
preserved over reboot?

A similar (not need to be preserved over reboot) is present for:
ipsAuthIdentIndex, and yet there is a StorageType object in that
table. So what if the StorageType syas "permanent" ??
Or what if it says "nonVolatile"?

By the way, for a STorageType object you MUST specify which columns
(or none) of the writable columns must be writable for permanent 
objects.

You also need to describe if any (writable) objects in row can
be changed when the row is in "active" state.

This is all described in RFC2579 and in the mib-review-guidelines.

I need to check David Harrington comments first so as to not make
duplicates.

more later
Bert
> -----Original Message-----
> From: ips-bounces@ietf.org [mailto:ips-bounces@ietf.org]On Behalf Of
> Mark Bakke
> Sent: Friday, January 28, 2005 03:39
> To: ips@ietf.org
> Cc: Michael MacFaden
> Subject: Re: [Ips] I-D ACTION:draft-ietf-ips-auth-mib-06.txt
> 
> 
> This draft was issued to address Michael MacFaden's MIB doctor review
> comments.  It also addresses a few issues (StorageType and top-level
> numbering) brought up in the iSCSI MIB review that apply here as well.
> 
> Here is a brief summary of changes since -05:
> 
> - IANA Considerations section added requesting OID
> - Text added to 4.2 to clarify that index values need not be 
> preserved 
> across reboots
> - Added the use of the StorageType TC for all tables 
> containing RowStatus
>   (this addresses a comment against the iSCSI MIB which also 
> applies here)
> - Renumbered top level to match Appendix D of 
> draft-ietf-ops-mib-review-guidelines-03.txt
> - Added DESCRIPTION text to Index attributes to say they need not be 
> preserved across reboots
> - Updated DESCRIPTIONs on RowStatus attributes
> - Added REFERENCE fields for ChapUserName, SrpUserName, and 
> KerbPrincipal attributes
> - Moved CHAP, SRP, and Kerberos references to Normative section
> 
> And a few administrative changes:
> - Authors' addresses updated
> - Authors' phone numbers removed
> - Dates updated
> - Updated IPR Notice
> - Updated first page IPR Notice
> - Updated copyright statement
> - Updated references
> 
> This MIB module passed smilint 0.4.3 with no errors.
> 
> Diffs between -05 and -06 are available at:
> 
> ftp://ftpeng.cisco.com/mbakke/ips/auth-mib/auth-mib-diffs-05-06.txt
> 
> The draft, along with a .mi2 MIB-only (no internet-draft 
> text) file are
> available at ftp://ftpeng.cisco.com/mbakke/ips/auth-mib/
> 
> Mark
> 

_______________________________________________
Ips mailing list
Ips@ietf.org
https://www1.ietf.org/mailman/listinfo/ips