Re: How to read acknowledge get by NMS / snmptrapd for INFORM request

2008-02-24 Thread Vishal N
Hi, Can you tell me exactly wich code is responsible to send and collect acknowledge from NMS. Is it in snmplib code? Vishal N On Sat, Feb 23, 2008 at 7:46 PM, Dave Shield [EMAIL PROTECTED] wrote: On 22/02/2008, Vishal N [EMAIL PROTECTED] wrote: I want to read the acknowledge sent by NMS

How to read acknowledge get by NMS / snmptrapd for INFORM request

2008-02-22 Thread Vishal N
Hi, I want to read the acknowledge sent by NMS / snmptrapd for Inform request. Can you tell me how to do this? or can you give me any link from which I can know this. Vishal N - This SF.net email is sponsored by: Microsoft

Re: How to implemet table

2008-02-21 Thread Vishal N
There is no comments available in the code to know where to put my code. can you tell me if I have to put my object vales where I need to write te code and to which variables I need to assign values. Vishal N On Thu, Feb 21, 2008 at 2:51 PM, Dave Shield [EMAIL PROTECTED] wrote: On 21/02/2008

Re: Error while setting value using NMS / snmpset

2008-02-21 Thread Vishal N
), HANDLER_CAN_RWRITE)); My snmpd.conf file looks like syslocation SaiRadhey syscontact [EMAIL PROTECTED] rocommunity public rocommunity system informsink 192.168.9.217 trapcommunity public How to configure access control in agent? Vishal N On Thu, Feb 21, 2008 at 2:44 PM, Dave Shield

Re: Error while setting value using NMS / snmpset

2008-02-21 Thread Vishal N
This works for me, Thanks Dave. On Thu, Feb 21, 2008 at 3:57 PM, Dave Shield [EMAIL PROTECTED] wrote: On 21/02/2008, Vishal N [EMAIL PROTECTED] wrote: netsnmp_register_scalar( HANDLER_CAN_RWRITE)); OK My snmpd.conf file looks like rocommunity public

Re: How to implemet table

2008-02-21 Thread Vishal N
There is no comments available in the code to know where to put my code. can you tell me if I have to put my object vales where I need to write te code and to which variables I need to assign values. Vishal N On Thu, Feb 21, 2008 at 3:32 PM, Vishal N [EMAIL PROTECTED] wrote

Can we define array in MIB file

2008-02-20 Thread Vishal N
such objects? Vishal N ps:This question might not related to Net-SNMP, but it will be greate if you help me here. - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com

How to set values of parameter/Objects

2008-02-20 Thread Vishal N
Hi, I am adding my privte MIB file to the agent. In which I have to set few parameters/Object values. Can you tell me how/where to write code to set these values? or can you provide me link from which I can get this information? I have scalar objects as tables to write. Vishal N

Error while setting value using NMS / snmpset

2008-02-20 Thread Vishal N
this information? Vishal N - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

How to implemet table

2008-02-20 Thread Vishal N
table is implemented. Vishal N - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01

Re: Error while setting value using NMS / snmpset

2008-02-20 Thread Vishal N
Thanks, the entry is read-write, so it should allow me to write as well, correct? are you sure If it is read-only it will allow for any modifications? Vishal N On Thu, Feb 21, 2008 at 12:31 PM, san [EMAIL PROTECTED] wrote: Hi, snmpset -c public 192.168.9.173 1.3.6.1.4.1.38493.1.8

Re: How to send a mail if trapsnmpd is not responding

2008-02-18 Thread Vishal N
OK, thanks Dave. On Feb 18, 2008 5:50 PM, Dave Shield [EMAIL PROTECTED] wrote: On 18/02/2008, Vishal N [EMAIL PROTECTED] wrote: I want to send a mail if trapsnmpd is not responding. Not responding to who? The agent, or something else? Responding to traps or informs, or what

Error while loading lt-snmpd

2008-02-15 Thread Vishal N
Hi, I have compiled net-snmp-5.4.1 for ARM. but it giving following error when trying to run on board, libc.so.6: aborted attempt to load ./lt-snmpd! can any one tell me what I need to do to resolve this issue. Vishal N

Re: Error while loading lt-snmpd

2008-02-15 Thread Vishal N
. Vishal N On Fri, Feb 15, 2008 at 4:20 PM, Thomas Anders [EMAIL PROTECTED] wrote: Vishal N wrote: I have compiled net-snmp-5.4.1 for ARM. but it giving following error when trying to run on board, libc.so.6: aborted attempt to load ./lt-snmpd! can any one tell me what I need to do

Net-SNMP for ARM

2008-02-14 Thread Vishal N
Hi All, Do any one has compiled Nety-SNMP for ARM. How to compile Net-SNMP for ARM? which configuration/Environmen parameters I need to set? I am using Fedora 6 and target os if uClinux. Vishal N - This SF.net email

Error while loading shared libraries in snmp agent

2007-08-07 Thread Vishal N
LD_LIBRARY_PATH=., but still it is giving above error message. Anyone know how to resolve this issue? Vishal N Get the freedom to save as many mails as you wish. To know how, go to http://help.yahoo.com/l/in/yahoo/mail/yahoomail/tools/tools-08.html

Re: How to send float values from agent

2007-05-30 Thread Vishal N
I have generated code by mib2c using mib2c.scalar.conf. and used the float variable to pass the value. I have read in net-snmp guids that Opaque is not used now days. Will it be any problem if I used OCTET STRING for float values. Vishal N Dave Shield [EMAIL PROTECTED] wrote: On 30/05/07

Re: How to send float values from agent

2007-05-30 Thread Vishal N
I have generated code by mib2c using mib2c.scalar.conf and used the float variable to pass the object value. I have read in net-snmp guids that Opaque is not used now days. Will it be any problem if I used OCTET STRING for float values. Vishal N Dave Shield [EMAIL PROTECTED] wrote: On 30/05

How to send float values from agent

2007-05-29 Thread Vishal N
Hi, How to send float values from agent? I have tried but it is giving error message SMPS-MIB::loadFRFC9.0 = Wrong Type (should be Opaque): INTEGER: 1110585115 What is Opaque? How to handle float values in agent. Vishal N Looking for people who are YOUR TYPE? Find them

How to generate Notification/trap code in Net-SNMP-5.0.9

2007-05-17 Thread Vishal N
code for Notification/trap. Can you tell me how to generate or write the code for Notification or traps in Net-SNMP-5.0.9? Vishal N Send free SMS to your Friends on Mobile from your Yahoo! Messenger. Download Now! http://messenger.yahoo.com/download.php

Why I am getting this error messge

2007-05-14 Thread Vishal N
Hi I am getting error message, you didn't gave me a valid OID to start with at mib2c line 115. Any one knows why? I have copied the mib file in /usr/share/snmp/mibs. Also exported the MIBS=ALL in env vaiables. Help needed Vishal N