Re: Register OID

2011-11-10 Thread Dave Shield
On 10 November 2011 16:23, francisco moreno wrote: > I have made a similar application as "subagent" example of net-snmp. > I trying register and unregister seven oids several times. The problem is > when I unregister the oids. > I think that my method is wrong: > > REGISTER OID > ---

Register OID

2011-11-10 Thread francisco moreno
Hello I have made a similar application as "subagent" example of net-snmp. I trying register and unregister seven oids several times. The problem is when I unregister the oids. I think that my method is wrong: REGISTER OID -- netsnmp_handler_registration *myreg; netsnmp_

Re: Problem with creating snmpd.conf file using perl script snmpconf

2011-11-10 Thread Dave Shield
On 10 November 2011 10:13, prashant nirni wrote: >     Actually i wanted to create snmpd.conf file. So i used following command > to create it >     snmpconf -g basic_setup > >    PROBLEM: But the perl script snmpconf keep on asked questions , i > followed instructions but its just like a loop. Th

Re: Problem with running SNMP agent

2011-11-10 Thread Dave Shield
On 10 November 2011 09:30, prashant n wrote: > I compiled SNMP agent with MIB module > When i run command: /usr/local/sbin/snmpd -f -L -d -p > it was giving follwing  error > /usr/local/sbin/snmpd: error while loading shared libraries: > libnetsnmpagent.so.25: cannot open

Problem with creating snmpd.conf file using perl script snmpconf

2011-11-10 Thread prashant nirni
Hi, Actually i wanted to create snmpd.conf file. So i used following command to create it * snmpconf -g basic_setup* PROBLEM: But the perl script *snmpconf* keep on asked questions , i followed instructions but its just like a loop. The script *snmpconf* keep on asking questions again, i

Problem with running SNMP agent

2011-11-10 Thread prashant n
Hi, I compiled SNMP agent with MIB module When i run command: /usr/local/sbin/snmpd -f -L -d -p it was giving follwing error /usr/local/sbin/snmpd: error while loading shared libraries: libnetsnmpagent.so.25: cannot open shared object file: No such file or directory S