Re: [Bridge-mib] Definitions for Port Access Control (IEEE 802.1X) MIB

"C. M. Heard" <heard@pobox.com> Tue, 07 May 2002 10:20 UTC

Received: from optimus.ietf.org (ietf.org [132.151.1.19] (may be forged)) by ietf.org (8.9.1a/8.9.1a) with ESMTP id GAA01453 for <bridge-archive@odin.ietf.org>; Tue, 7 May 2002 06:20:21 -0400 (EDT)
Received: (from daemon@localhost) by optimus.ietf.org (8.9.1a/8.9.1) id GAA12761 for bridge-archive@odin.ietf.org; Tue, 7 May 2002 06:20:27 -0400 (EDT)
Received: from optimus.ietf.org (localhost [127.0.0.1]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id GAA12745; Tue, 7 May 2002 06:20:17 -0400 (EDT)
Received: from ietf.org (odin [132.151.1.176]) by optimus.ietf.org (8.9.1a/8.9.1) with ESMTP id RAA05284 for <bridge-mib@ns.ietf.org>; Fri, 3 May 2002 17:07:03 -0400 (EDT)
Received: from shell4.bayarea.net (shell4.BAYAREA.NET [209.128.82.1]) by ietf.org (8.9.1a/8.9.1a) with ESMTP id RAA01003 for <bridge-mib@ietf.org>; Fri, 3 May 2002 17:06:57 -0400 (EDT)
Received: from localhost (heard@localhost) by shell4.bayarea.net (8.9.3/8.9.3) with ESMTP id OAA17771; Fri, 3 May 2002 14:07:00 -0700 (envelope-from heard@pobox.com)
X-Authentication-Warning: shell4.bayarea.net: heard owned process doing -bs
Date: Fri, 03 May 2002 14:06:59 -0700
From: "C. M. Heard" <heard@pobox.com>
X-Sender: heard@shell4.bayarea.net
To: "K.C. Norseth" <kcn@norseth.com>
cc: bridge-mib@ietf.org
Subject: Re: [Bridge-mib] Definitions for Port Access Control (IEEE 802.1X) MIB
Message-ID: <Pine.LNX.4.10.10205031314540.17666-100000@shell4.bayarea.net>
MIME-Version: 1.0
Content-Type: TEXT/PLAIN; charset="US-ASCII"
Sender: bridge-mib-admin@ietf.org
Errors-To: bridge-mib-admin@ietf.org
X-Mailman-Version: 1.0
Precedence: bulk
List-Id: <bridge-mib.ietf.org>
X-BeenThere: bridge-mib@ietf.org

On April 22, K.C. Norseth wrote:
> I have an update to the  802.1x mib for the IETF.  I corrected the compile
> problem. The draft I prepared can be found at:
> http://norseth.org/ietf/bridgemib/8021x/draft-ietf-bridge-8021x-00.txt
> 
> Logs of the smidumps can be found in http://norseth.org/ietf/bridgemib/8021x
> directory if you would like to use them.
>      
> There are only a couple of changes from the original published IEEE mib
> (http://www.ieee802.org/1/mirror/8021/MIBs/802-1x-2001-mib.txt) required to
> make it compile.  They are in the IMPORTS section.   If you have any
> comments, please let me know.  If there are no issues, I will submit it to
> the IETF this week.

K.C.,

I think there is an error in one of the compilation fixups, namely that
this OID assignment (for the MODULE-IDENTITY invocation)

-- ::= { iso(1) std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 1 }
  ::= { iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 1 }

looks like it will yield a wrong (and illegal) OID.  I think the correct
way to fix the problem is this:

  ::= { iso std(0) iso8802(8802) ieee802dot1(1) ieee802dot1mibs(1) 1 }

i.e. just change "iso(1)" to "iso" (this is a predefined identifier of
type OID inherited from ASN.1 by SMIv2).

Also, there are some other problems that your previous passes did not catch:

% ./libsmi-0.3.1/tools/smilint -s -l 9 ./IEEE8021-PAE-MIB |& grep -v 'object identifier name .* longer than 32 characters$'
./IEEE8021-PAE-MIB:188: [4] node `dot1xPaePortReauthenticate' must be contained in at least one conformance group
./IEEE8021-PAE-MIB:1101: [4] node `dot1xAuthSessionUserName' must be contained in at least one conformance group

Hope I'm not too late with these comments.

Mike



_______________________________________________
Bridge-mib mailing list
Bridge-mib@ietf.org
https://www1.ietf.org/mailman/listinfo/bridge-mib