Hi All,
 
The Detail of the problem  is as follows:
 
SNMP              : net-snmp
Development     : Agent
Compiler           : mib2c
Code Generated using : mib2c -c mib2c.iterate.conf (Configuration File)
( For Creating Table........)
 
My table "spiConnTable" contains 6 col
and I need to write the code for row creation inside the section called
- RESERVED1
- RESERVED2
-ACTION
-COMMIT
 etc
 
Q1. if I apply command ->
 snmpset -v 2c -c public 10.232.108.196 1.3.6.1.4.1.5555.10.3.3.1.1.1     i       9
                                                           ----- -----------------------------------   -------- -------
                                                               OID                                   type   value
-> Gives Error Message
   Error in packet.
   Reason: notWritable (That object does not support modification)
 
-> By looking this message we can identify that this particular object does not has write
     permission ---- But this object very much writable that is read-write inside the mib which I 
     designed.
-> Infact , if  there are no row then we can not opertae  get/get that is fine but error is like  
     " notWritable" which mean field is not writable
 
NOTE : Please do let me know about that ASAP.
            Also please do let me know someone who worked on the Agent side using mib2c 
            compiler and used own mib for Table creation(Row and Col) 
 
Kindly take it as very urgent.
Regards and Thanx
Dev
 
 

Reply via email to