This is a discussion on Create row in iterator table within the SNMP Coders forums, part of the Networking and Network Related category; Hi, There are a lot questions in the mail list, but no answers for how create a row and initialize ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
Hi,
There are a lot questions in the mail list, but no answers for how create a row and initialize the contents using mib2c.iterate.conf. So, please, help-me, i need create and initialize a new row when the initialize_table_testTable(void) function is performed. In the end function i tried call the testTable_createEntry, but when i do a snmpwalk i get "No such object available on this agent at this OID" Tanks. ------------- Wesley Naves de Faria Analista de suporte FreeBSD/OpenBSD/Linux AGANP - Agência Goiana de Administração Negócios Públicos Contato: +55 (0XX62) 3201-6582 ------------------------------------------------------- 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=...057&dat=121642 _______________________________________________ Net-snmp-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/...et-snmp-coders |
|
|||
|
Did you forget add "return put_index_data;" at the end of
XXXTable_get_next_data_point function, I get the value successfully after add this, hope it's helpful for you. "Wesley Naves de Faria" wrote: > Hi, > > There are a lot questions in the mail list, but no answers for how createa > row and initialize the contents using mib2c.iterate.conf. > > So, please, help-me, i need create and initialize a new row when the > initialize_table_testTable(void) function is performed. > > In the end function i tried call the testTable_createEntry, but when i doa > snmpwalk i get "No such object available on this agent at this OID" > > Tanks. > > > > ------------- > Wesley Naves de Faria > Analista de suporte > FreeBSD/OpenBSD/Linux > AGANP - Agência Goiana de Administração Negócios Públicos > Contato: +55 (0XX62) 3201-6582 > > > > ------------------------------------------------------- > 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=...057&dat=121642 > _______________________________________________ > Net-snmp-coders mailing list > Net-snmp-coders@lists.sourceforge.net > https://lists.sourceforge.net/lists/...et-snmp-coders |