Re: MIB table data-set

2013-08-19 Thread Niels Baggesen
On Fri, Aug 16, 2013 at 12:46:00AM -0300, Gabriel Durante wrote: My problem now is, I can't set some data types, like counter64...(snmpset don't support this). Per section 7.1.6 of RFC 2578 (SMIv2), counters are read-only. : 7.1.6. Counter32 7.1.10. Counter64 [...] The value of the MAX-ACCESS

MIB table data-set

2013-08-14 Thread Gabriel Durante
Hello all, I'm developing a SNMP application that use SNMPSET command direct from Linux to change tables values on my snmpd. I created a MIB using the default structure as data__set_8c proposed. mib2c -c mib2c.create-dataset.conf myTable The module compiles fine, but I can't instantiate the

Re: MIB table data-set

2013-08-14 Thread Niels Baggesen
Den 13-08-2013 13:41, Gabriel Durante skrev: on snmpd;conf I put the config table oid using the sintax table name I get the following error: can't instatiate table since I can't parse the table name This indicates that there is something wrong with the definition of the table in the MIB.