how to increase timeout value

2017-06-05 Thread deepak . sachan deepak . sachan
hi, My agent is slow in responding to the request. so how can i increase time out value?? Thankx -- Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org!

objects defined Under .private.enterprise. are not accessible.

2017-06-01 Thread deepak . sachan deepak . sachan
Hi I am using MG-SOFT MIB browser for accessing objects from my custom MIB. The only objects i am able to access are of mib2.system.sysDescr,sysUpTime. etc But objects defined Under .private.enterprise.deal. are not accessible. Thanks

implement persistent data store

2017-05-26 Thread deepak . sachan deepak . sachan
Hi I am trying to implement persistent data store. First I have manually created myModule.conf file . In which i defined four tokens (token_1,token_2,...) with value 1,2,3,4 respectively. (Should these token`s name same as the variables` names that i want to set using snmpset? ) Then in

use of various SET macros in mib2c generated files

2017-05-22 Thread deepak . sachan deepak . sachan
Hi There are various SET macros like MODE_SET_RESERVE1, MODE_SET_RESERVE2,MODE_SET_UNDO in my generated file . I have implemented only MODE_SET_COMMIT for setinng values . What is use of others??. Are they helpful to set values permanently.?? Thanks in advance.

snmpset does not retain value after restart/reset y

2017-04-28 Thread deepak . sachan deepak . sachan
Hi I have tried communicating b/w agent and client using dynamic module (.so) creation for snmp agent. snmpget and snmpset working fine . But after restart/reset the agent does not retain value . it shows the previous value which has been defined in .c (generated through mib2c) file.

snmpset does not set value permanently

2017-04-24 Thread deepak . sachan deepak . sachan
Hi I have tried communicating b/w agent and client using dynamic module (.so) creation for snmp agent. snmpget and snmpset working fine . But if restart the agent ,oid value doesnt change . it shows the previous value which has been defined in .c file. Any help ? Thanks in advance.

How to add MIB in pre installed snmp package

2017-02-12 Thread deepak . sachan deepak . sachan
Hello friends I have got a new hardware in which linux3.0 is runninig with snmp packg installed. How we can add a new MIB in pre installed snmp package in kernel or installed with sudo apt-get install snmpd ?. As there is no source code( so where to copy .c file etc) available. Could we

net-snmp instalation problem :snmpd not installed

2017-01-20 Thread deepak . sachan deepak . sachan
Hi I am trying to install net-snmp on ubuntu13.10 from .tar source . After complete installation- 1. I am not able to find snmp.conf 2. snmp server (snmpd) is not installed. (is it possible while installing net-snmp ,snmpd is not installed ) 3. All the snmp client tool (snmpwalk ,snmpget etc)

problem solved :: can not find -lperl

2017-01-15 Thread deepak . sachan deepak . sachan
Hello friends During net-snmp installation following error message shows. I think this must some library linking issue. Need help to resolve this up/agentx/.libs/subagent.o mibgroup/utilities/.libs/execute.o mibgroup/utilities/.libs/iquery.o mibgroup/mibII/.libs/vacm_conf.o

net-snmp make error : cannot find -lperl

2017-01-09 Thread deepak . sachan deepak . sachan
Hello friends During net-snmp installation following error message shows. I think this must some library linking issue. Need help to resolve this up/agentx/.libs/subagent.o mibgroup/utilities/.libs/execute.o mibgroup/utilities/.libs/iquery.o mibgroup/mibII/.libs/vacm_conf.o

how to make a device snmp enabled??

2016-12-27 Thread deepak . sachan deepak . sachan
Hello friends We have developed a hardware /device for communication purpose and we make it to SNMP enabled so that it can be remotely configured & Monitored . So what are the basic requirements. We have a processor with Linux OS on the device. My main concern is How we developed MIB for