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)

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 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

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

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.

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.

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.

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

END OF MIB

2014-05-08 Thread deepak . sachan
I have a blackfin 537 board and we want it to make it snmp enabled (agent). for this I added the snmpd network application options while building my image for Blackfin 537 When I boot up the board, I type the command snmpd to start the snmp deamon. Then I use snmpwalk (from snmp manager

how to fetch values from MY-MIB

2016-08-15 Thread deepak . sachan
I have developed new mib file MY-MIB and successfully add it to my snmp package and run snmptranslate successfully (local host). How my agent give values from MY-MIB when i run snmpget from local/remote snmp manager. Deepak

Agent not responding to standard MIB browser (i reasoning)

2017-12-18 Thread Deepak Sachan
hello I am able to get/set parameters of my agent from my Ubuntu based client PC through command line - ​$ snmpget -u bootstrap -l authPriv -a MD5 -x DES -A temp_password -X temp_password AGENT_IP AGENT-MIB::parameter1.0 ​$ snmpget -u bootstrap -l authPriv -a MD5 -x DES -A temp_password -X

how to store val.string

2018-05-04 Thread Deepak Sachan
hello i want to reset password o my device through snmp client (i.e.MIB browser).Agent will receive the password string and send it to UART. MIB contains- PasswordReset OBJECT-TYPE SYNTAXDisplayString MAX-ACCESSread-write STATUScurrent DESCRIPTION "Device

no able to fetch agent parameters from MIB browser

2018-03-14 Thread Deepak Sachan
Hi I am trying to get/set values from ireasoning MIB browser. My mib module name tropoModem. When i load it into mib browser it comes under .private.enterprise.tropomModem I am able to get system prameters like sysDscr, sysUpTime etc which are defined in snmpd.conf- # It is also

Trap implementation

2018-04-06 Thread Deepak Sachan
Hi i have generated two .c files using mib2c.scaler and mib2c.notify for scaler and trap object. can we combined these two file in one file?? Is there any application which can generate sigle file Thanks -- Check out

agent not responding to custom MIB

2018-03-20 Thread Deepak Sachan
hi My agent/ device is only responding to standard system MIB(sys.Location,sysDscr etc). It is not responding custom MIB (ie MY-MIB). custom mib is under .private.enterprise.myMoule Help required!!! Any modification in snmpd.conf access control??? Thanks in advance.

Trap server address in snmpd.conf

2019-05-20 Thread Deepak Sachan
Heĺlo In snmpd.conf trap server address is defined as Trap2sink 192.168.1.10 public 162 If i edit the snmpd.conf file and changed address to 192.168.1.010 then traps are not received at trap receiver. Help required. Thanks in advance ___ Net-snmp-users

agent_check_process(0)

2019-09-16 Thread Deepak Sachan
I am using net-snmp 5.7. Using Agent X. I have written a code like while(1){ - - - if(flag) agent_check_process(0); } Whenever flag changes 0 to 1 it reconnect Agent X every time and program has to wait 10 to15 seconds until it reconnect and process pending requests. 1. Is here any way not to

How to reduce agent x reconnect time

2019-09-06 Thread Deepak Sachan
Hi all I am using 5.7.2 in my application. After made any change in snmpd.conf I have to restart agent to reread the snmpd.conf. after restarting it shows - agent x reconnected in 15. How can i reduce this reconnect time?? Thanks in advance. ___

Receiving multiple request

2020-11-06 Thread Deepak Sachan
Hi all, I have implemented agentx subagent. When i run one snmpset for one oid e.g snmpset oid1 value1 snmpset oid2 value2 snmpset oid3 value3 its working fine. But when i run one snmpset for all oids e.g snmpset oid1 value1 oid2 value2 oid3 value3 oid4 value4 i received repeated (4 to 5