Need example for net-snmp table handling

2013-02-27 Thread Suna Sana
Hi, Could you please give me the name of the files having sample table handling. I want to create a table for my application. So I need some sample programs. Thanks & Regards, Suresh -- Everyone hates slow websites. So do

Re: netsnmp register char instance

2013-02-14 Thread Suna Sana
Hi, I used netsnmp_create_handler_registration(), netsnmp_init_watcher_info6() and netsnmp_register_watched_instance() for registering the string variable. But I want to change the string value dynamically inside the code and update to it. For that what function need to call to get it updated? Th

I want to understand about net-snmp OIDs

2013-01-14 Thread Suna Sana
Hi, Could you please give me the link to read about OID allocatiion. How to create a OID for my objects. Could you please explain me about OIDs handlings in notification.c[under \agent\mibgroup\examples]. Why the notification_oid has 10 digits but hbeat_rate_oid has 11 digits? Thanks, Suresh ---

need net-snmp 5.4.1 version source for debian

2013-01-08 Thread Suna Sana
Hi, I need net-snmp 5.4.1 source. Could you please share the link to get it. Thanks, Suresh -- Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS and more. Get SQL Server skills now (including 2012) wi

How to use dlmod in net-smmp windows mode

2013-01-07 Thread Suna Sana
Hi, I added dlmod command in snmpd.conf under C:\usr\etc\snmp but its not loading. dlmod nstAgentModuleObjectTest test5DLL.dll test5DLL.dll has the function definition for init_ test5DLL.dll(). Where to copy(which location) the test5DLL.dll to make it work? The agent gets the linker error error

Re: SNMP requested timed out on windows

2013-01-04 Thread Suna Sana
snmpd reload On Fri, Jan 4, 2013 at 3:03 PM, Suna Sana wrote: > the netstat results > netstat -a -u > Proto Recv-Q Send-Q Local Address Foreign Address > State > udp0 0 localhost.localdom:snmp*:* > > > On Fri, Jan 4, 201

Re: SNMP requested timed out on windows

2013-01-04 Thread Suna Sana
the netstat results netstat -a -u Proto Recv-Q Send-Q Local Address Foreign Address State udp0 0 localhost.localdom:snmp*:* On Fri, Jan 4, 2013 at 2:54 PM, Suna Sana wrote: > Its only responding to the loopback 127.0.0.1 not even for

Re: SNMP requested timed out on windows

2013-01-04 Thread Suna Sana
Its only responding to the loopback 127.0.0.1 not even for the local linux ip(192.168.1.90) too. snmpget -v2c -c public 127.0.0.1 1.3.6.1.2.1.1.1.0 SNMPv2-MIB::sysDescr.0 = STRING: Linux xxx snmpget -v2c -c public 192.168.1.90 1.3.6.1.2.1.1.1.0 Timeout: No Response fr