Hi, 

I need a suggestion from your experts.

I have published MIB with defining 0 in enumerated integer list.  
For example:
xstate OBJECT-TYPE 
        SYNTAX INTEGER {
                disabled(0),
                enabled(1)
        }
        MAX-ACCESS read-only
        STATUS current
        DESCRIPTION
                "The state of a system."
        ::= { xsystem 2 } 


But,just realized that RFC1155 indicate the 0 should not be used for an
enumerated INTERGER:
========================================================================
=
3.2.1.1.  Guidelines for Enumerated INTEGERs
If an enumerated INTEGER is listed as an object type, then a
named-number
having the value 0 shall not be present in the 
list of enumerations.  Use of this value is prohibited.
=======================================================================

How should I correct them in MIB? 
1) Do I have to deprecated OID like this and create a new one to correct
it? Or 
2) Can I just fix it in the published MIB?
Since there are many OID like this in MIB, I do hope I can do the second
choice. 

Any suggestion is appreciated!

Thanks,

FT

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to