On 03/19/2012 02:46 AM, Dave Shield wrote:
> Though I'm not convinced that the MIB you are walking is valid.
> If these are a series of scalar objects, then the OIDs should all end in .0
> If they are part of a table, then all the values for a particular column
> object should be of the same type.
>   So results like
>
>      .1.3.6.1.4.1.59.1.5.3.1.1.1 = INTEGER: 1
>      .1.3.6.1.4.1.59.1.5.3.1.1.2 = STRING: "91"
>      .1.3.6.1.4.1.59.1.5.3.1.1.3 = STRING: "42"
>
> look bogus to me.
>    What is the definition of the MIB tree based under {sgi}.1.5.3.1 ?

Ah, hell.  You know, trying to figure this stuff out from a standing 
start is like spending two months reading stereo instructions.

Here are the OBJECT-TYPE entries for the first few of these things.  If 
these are wrong they're all going to be.  The file did pass smilint.


partNumber OBJECT-TYPE
     SYNTAX  DisplayString
     MAX-ACCESS read-only
     STATUS  current
     DESCRIPTION
         "SGI part number."
     -- 1.3.6.1.4.1.59.1.5.3.1.1.2
     ::= { sgiStorageCopanSystem 2 }


serialNumber OBJECT-TYPE
     SYNTAX  DisplayString
     MAX-ACCESS read-only
     STATUS  current
     DESCRIPTION
         "System serial number."
     -- 1.3.6.1.4.1.59.1.5.3.1.1.3
     ::= { sgiStorageCopanSystem 3 }


softwareRevision OBJECT-TYPE
     SYNTAX  DisplayString
     MAX-ACCESS read-only
     STATUS  current
     DESCRIPTION
         "COPAN 400 system software release number."
     -- 1.3.6.1.4.1.59.1.5.3.1.1.4
     ::= { sgiStorageCopanSystem 4 }


model OBJECT-TYPE
     SYNTAX  CopanModelType
     MAX-ACCESS read-only
     STATUS  current
     DESCRIPTION
         "Which of the COPAN 400 family is this system?"
     -- 1.3.6.1.4.1.59.1.5.3.1.1.1
     ::= { sgiStorageCopanSystem 1 }


osVersion OBJECT-TYPE
     SYNTAX  DisplayString
     MAX-ACCESS read-only
     STATUS  current
     DESCRIPTION
         "PSM Operating System version."
     -- 1.3.6.1.4.1.59.1.5.3.1.1.5
     ::= { sgiStorageCopanSystem 5 }



-- 

Charles R. (Charlie) Martin
Senior Software Engineer
SGI logo
1900 Pike Road
Longmont, CO 80501
Phone: 303-532-0209
E-Mail: crmar...@sgi.com <mailto:crmar...@sgi.com>
Website: www.sgi.com <http://www.sgi.com>


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to