
Return-Path: <owner-nmrg@ibr.cs.tu-bs.de>
Received: by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) id SAA28496 for nmrg-outgoing; Fri, 20 Jul 2001 18:54:41 +0200 (MET DST)
Received: from riverstonenet.com (mail.riverstonenet.com [63.113.148.10]) by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) with ESMTP id SAA28491 for <nmrg@ibr.cs.tu-bs.de>; Fri, 20 Jul 2001 18:54:39 +0200 (MET DST)
Received: from dperkins-nb2.dsperkins.com by riverstonenet.com (8.9.3+Sun/SMI-SVR4-Yago) id JAA02028; Fri, 20 Jul 2001 09:54:06 -0700 (PDT)
Message-Id: <5.0.2.1.2.20010720094538.0307aec0@mail.scruznet.com>
X-Sender: dperkins@mail.scruznet.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
Date: Fri, 20 Jul 2001 09:53:07 -0700
To: nmrg@ibr.cs.tu-bs.de
From: "David T. Perkins" <dperkins@dsperkins.com>
Subject: Re: [nmrg] SMI types update
In-Reply-To: <ypwg0bs6jos.fsf@hansa.ibr.cs.tu-bs.de>
References: <5.0.2.1.2.20010713150349.02f4d230@mail.scruznet.com> <5.0.2.1.2.20010713150349.02f4d230@mail.scruznet.com>
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-nmrg@ibr.cs.tu-bs.de
Precedence: bulk

HI,

Thanks for the review. I thought we had already aligned the type
assignments. I'll go look at RAP. 

Can you be more specific about the discriminated union issue? The
problem that I was showing, and I believe that I solved was how to
deal with using a discriminated union to hold the value of any
object (such as when you want to have a log of notifications,
and you need to save all the varBinds in a trap/inform). Well,
what do you do if the type of the value is a discriminated union.
If you support discriminated union can hold another discriminated
union, then how many levels is enough? So I solved it another way.

Note also that I need another section in the document, but I plan to
make it a separate document. The other section is "transition". That
is, how to use the current SMI (either v1 or v2) to transitionally
support the new data types without changing the SMI. This is where
the sparks fly.

At 11:20 AM 7/20/2001 +0200, Frank Strauss wrote:
>Hi David!
>
>David> I submitted an individual proposal today for updating the data types
>David> in the SMI. Here is the URL for it 
>David> http://www.snmpinfo.com/ftp/temp/draft-perkins-smi-addition-00.txt 
>
>David> I would appreciate some technical feedback.
>David> If I don't hear about any major problems, I plan to put the additions
>David> in SMICng and possibly smiLINT. There are certainly a few controversial 
>David> issues in the proposal. One is adding the new data types (and Counter64)
>David> to SNMPv1. Another might be adding a discriminated union, but not a
>David> union without a discriminator. Can you guys provide any good use
>David> cases for a union without a discriminator?
>
>Sorry for this late response.
>
>Yesterday I read most of the document and took down some notes, which
>are almost all editorial. 
>
>My only technical issues are:
>
>1. Consider adding IEEE quad precision floats.
>   Pro: It's defined by IEEE along with single and double.
>   Con: It's rarely implemented even in all major programming languages.
>   I guess you'd argue the con weighs heavier, and I have to agree. ;-)
>
>2. It would fine to get the ASN.1 application tags aligned with those
>   proposed in draft-ietf-sming-snmp-01.txt. Maybe, since `yours' are
>   already implemented in the NET-SNMP code, the SMING proposal should
>   be changed.
>
>So, technically I'm fine with your proposal at this point in time
>(where I did not yet really understood the discussion on nested
>discunions in the last sections).
>
>Let me know, if you'd like me to send my editorial notes.
>
> -frank

Regards,
/david t. perkins



Return-Path: <owner-nmrg@ibr.cs.tu-bs.de>
Received: by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) id LAA27228 for nmrg-outgoing; Fri, 20 Jul 2001 11:20:23 +0200 (MET DST)
Received: from hansa.ibr.cs.tu-bs.de (IDENT:root@hansa [134.169.34.137]) by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) with ESMTP id LAA27219; Fri, 20 Jul 2001 11:20:19 +0200 (MET DST)
Received: (from strauss@localhost) by hansa.ibr.cs.tu-bs.de (8.9.3/8.9.3) id LAA09430; Fri, 20 Jul 2001 11:20:19 +0200
X-Authentication-Warning: hansa.ibr.cs.tu-bs.de: strauss set sender to strauss@ibr.cs.tu-bs.de using -f
From: Frank Strauss <strauss@ibr.cs.tu-bs.de>
To: "David T. Perkins" <dperkins@dsperkins.com>
Cc: nmrg@ibr.cs.tu-bs.de
Subject: Re: [nmrg] SMI types update
References: <5.0.2.1.2.20010713150349.02f4d230@mail.scruznet.com>
Date: 20 Jul 2001 11:20:19 +0200
In-Reply-To: <5.0.2.1.2.20010713150349.02f4d230@mail.scruznet.com>
Message-ID: <ypwg0bs6jos.fsf@hansa.ibr.cs.tu-bs.de>
Lines: 38
User-Agent: Gnus/5.0808 (Gnus v5.8.8) Emacs/20.7
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Sender: owner-nmrg@ibr.cs.tu-bs.de
Precedence: bulk

Hi David!

David> I submitted an individual proposal today for updating the data types
David> in the SMI. Here is the URL for it 
David> http://www.snmpinfo.com/ftp/temp/draft-perkins-smi-addition-00.txt 

David> I would appreciate some technical feedback.
David> If I don't hear about any major problems, I plan to put the additions
David> in SMICng and possibly smiLINT. There are certainly a few controversial 
David> issues in the proposal. One is adding the new data types (and Counter64)
David> to SNMPv1. Another might be adding a discriminated union, but not a
David> union without a discriminator. Can you guys provide any good use
David> cases for a union without a discriminator?

Sorry for this late response.

Yesterday I read most of the document and took down some notes, which
are almost all editorial. 

My only technical issues are:

1. Consider adding IEEE quad precision floats.
   Pro: It's defined by IEEE along with single and double.
   Con: It's rarely implemented even in all major programming languages.
   I guess you'd argue the con weighs heavier, and I have to agree. ;-)

2. It would fine to get the ASN.1 application tags aligned with those
   proposed in draft-ietf-sming-snmp-01.txt. Maybe, since `yours' are
   already implemented in the NET-SNMP code, the SMING proposal should
   be changed.

So, technically I'm fine with your proposal at this point in time
(where I did not yet really understood the discussion on nested
discunions in the last sections).

Let me know, if you'd like me to send my editorial notes.

 -frank


Return-Path: <owner-nmrg@ibr.cs.tu-bs.de>
Received: by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) id AAA07600 for nmrg-outgoing; Sat, 14 Jul 2001 00:07:10 +0200 (MET DST)
Received: from femail2.sdc1.sfba.home.com (femail2.sdc1.sfba.home.com [24.0.95.82]) by mumm.ibr.cs.tu-bs.de (8.9.3/8.9.0) with ESMTP id AAA07595 for <nmrg@ibr.cs.tu-bs.de>; Sat, 14 Jul 2001 00:07:08 +0200 (MET DST)
Received: from dperkins-nb2.dsperkins.com ([24.250.160.97]) by femail2.sdc1.sfba.home.com (InterMail vM.4.01.03.20 201-229-121-120-20010223) with ESMTP id <20010713220700.RLFB26844.femail2.sdc1.sfba.home.com@dperkins-nb2.dsperkins.com> for <nmrg@ibr.cs.tu-bs.de>; Fri, 13 Jul 2001 15:07:00 -0700
Message-Id: <5.0.2.1.2.20010713150349.02f4d230@mail.scruznet.com>
X-Sender: dperkins@mail.scruznet.com
X-Mailer: QUALCOMM Windows Eudora Version 5.0.2
Date: Fri, 13 Jul 2001 15:05:45 -0700
To: nmrg@ibr.cs.tu-bs.de
From: "David T. Perkins" <dperkins@dsperkins.com>
Subject: [nmrg] SMI types update
Mime-Version: 1.0
Content-Type: text/plain; charset="us-ascii"
Sender: owner-nmrg@ibr.cs.tu-bs.de
Precedence: bulk

HI,

I submitted an individual proposal today for updating the data types
in the SMI. Here is the URL for it 
http://www.snmpinfo.com/ftp/temp/draft-perkins-smi-addition-00.txt 

I would appreciate some technical feedback.
If I don't hear about any major problems, I plan to put the additions
in SMICng and possibly smiLINT. There are certainly a few controversial 
issues in the proposal. One is adding the new data types (and Counter64)
to SNMPv1. Another might be adding a discriminated union, but not a
union without a discriminator. Can you guys provide any good use
cases for a union without a discriminator?

Feedback welcome.

Regards,
/david t. perkins 


