Hi All,
        I have a question on how to specify the possible value (range)
of the TruthValue column?
I have designed a column which support only value 'true (1)'. I have
used syntax as "TruthValue { true(1) }" to tell users that it supports
only one possible value i.e true(1). I want to know whether it is valid
or not. Also I am able to generate the code using mib2c for this design.
 
        Column1 OBJECT-TYPE
          SYNTAX       TruthValue { true(1) }
          MAX-ACCESS   read-write
          STATUS       current
          DESCRIPTION
                ""
          REFERENCE     
               ""
          ::= { TableEntry 7 } 

Thanks

-JP

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to